Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | expand: Give bytes to ast.parse to let it discover encoding cookie. | Julien Palard | 2022-09-27 | 2 | -1/+15 | |
| | | | | ||||||
| * | | | Merge https://github.com/pypa/distutils into distutils-6852b20 | Jason R. Coombs | 2022-09-29 | 11 | -234/+250 | |
| |/ / | ||||||
| * | | Merge https://github.com/pypa/distutils into distutils-d82d926 | Jason R. Coombs | 2022-09-24 | 4 | -129/+88 | |
| |/ | ||||||
| * | Prevent accidental name matching in editable hooks (#3562) | Anderson Bravalheri | 2022-08-24 | 2 | -1/+25 | |
| |\ | ||||||
| | * | Prevent accidental partial name matching in editable hooks | Anderson Bravalheri | 2022-08-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | Capture problems with similar names in editable install | Anderson Bravalheri | 2022-08-24 | 1 | -0/+24 | |
| | | | ||||||
| * | | Remove inadvertent splatting of the name attribute (#3547) | Anderson Bravalheri | 2022-08-24 | 3 | -6/+53 | |
| |\ \ | ||||||
| | * | | Fix problems with name discovery and dynamic versions | Anderson Bravalheri | 2022-08-19 | 1 | -5/+10 | |
| | | | | ||||||
| | * | | Replicate problems with name discovery and dynamic versions | Anderson Bravalheri | 2022-08-19 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to issue 3545 it seems that "name-discovery" happens, even when the project already explicitly sets it. This is related to parsing of dynamic versions (via `attr` directive), which triggers the auto-discovery to obtain the value of `package_dir`. The value of `package_dir` is used to find the path to the module in `version = {"attr" = "module_name.attr_name"}`. | |||||
| | * | | Remove inadvertent splatting of the name attribute | Benno Rice | 2022-08-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `name` attribute of a `Distribution` object is used by the command-line processing system and is not intended to hold the name of the distribution itself. Setting it to the name will cause the command-line processing system to have a bad time. | |||||
| | * | | Replicate problems with `setup.py --version` and auto-discovery | Anderson Bravalheri | 2022-08-19 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | Merge https://github.com/pypa/distutils into distutils-22b9bcf | Jason R. Coombs | 2022-08-21 | 5 | -77/+66 | |
| | |/ | |/| | ||||||
| * | | Limit number of string replacements | Anderson Bravalheri | 2022-08-21 | 1 | -1/+5 | |
| | | | ||||||
| * | | Fix recursion problem in finder | Anderson Bravalheri | 2022-08-21 | 2 | -2/+3 | |
| | | | ||||||
| * | | Capture recursion problem with editable finder | Anderson Bravalheri | 2022-08-21 | 1 | -0/+20 | |
| |/ | | | | | | | First mentioned in issue 3550. | |||||
| * | Remove monkeypatching of msvc9compiler. Fixes #3536 | Jason R. Coombs | 2022-08-17 | 3 | -292/+1 | |
| | | ||||||
| * | Merge https://github.com/pypa/distutils | Jason R. Coombs | 2022-08-16 | 3 | -0/+1710 | |
| | | ||||||
| * | Remove unecessary comma | Anderson Bravalheri | 2022-08-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fix build_meta when metadata_directory=='.' (#3528) | Anderson Bravalheri | 2022-08-15 | 2 | -5/+30 | |
| |\ | ||||||
| | * | Fix error in tests | Anderson Bravalheri | 2022-08-15 | 1 | -2/+1 | |
| | | | ||||||
| | * | Remove unused import | Anderson Bravalheri | 2022-08-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Refactor code to bubble up info directories in build_meta | Anderson Bravalheri | 2022-08-15 | 1 | -25/+18 | |
| | | | ||||||
| | * | Revert change in dist_info search for build_meta | Anderson Bravalheri | 2022-08-15 | 1 | -9/+24 | |
| | | | ||||||
| | * | Reproduce error in issue 3523 | Anderson Bravalheri | 2022-08-15 | 1 | -0/+17 | |
| | | | ||||||
| * | | Skip test on platforms difficult to setup compilers | Anderson Bravalheri | 2022-08-15 | 1 | -0/+3 | |
| | | | ||||||
| * | | Improve glob pattern in test | Anderson Bravalheri | 2022-08-15 | 1 | -3/+2 | |
| | | | ||||||
| * | | Fix backward compatibility with distutils | Anderson Bravalheri | 2022-08-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | Reproduce error in issue 3522 | Anderson Bravalheri | 2022-08-15 | 1 | -0/+31 | |
| |/ | ||||||
| * | Merge https://github.com/pypa/distutils into distutils-fac564f | Jason R. Coombs | 2022-08-13 | 9 | -1640/+25 | |
| | | ||||||
| * | Merge pull request #3505 from pypa/distutils-cc017c7 | Jason R. Coombs | 2022-08-13 | 3 | -1693/+0 | |
| |\ | | | | | | | Remove old msvc modules (pypa/distutils@cc017c7) | |||||
| | * | Merge https://github.com/pypa/distutils into distutils-cc017c7 | Jason R. Coombs | 2022-08-11 | 3 | -1693/+0 | |
| | | | ||||||
| * | | Fix other problems with editable installs (#3517) | Anderson Bravalheri | 2022-08-12 | 3 | -16/+55 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 1. Ensure commands are finalized, to ensure plat_name is set. 2. Filter out temporary source files and prevent setuptools for attempting to consider them as part of the data_files/package_data list | |||||
| | * | | Filter out temporary source files from being added to sdist | Anderson Bravalheri | 2022-08-12 | 1 | -13/+20 | |
| | | | | ||||||
| | * | | Fix test file | Anderson Bravalheri | 2022-08-12 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Ensure commands are finalized before using them | Anderson Bravalheri | 2022-08-12 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | Replicate error in issue 3513 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+31 | |
| | | | | ||||||
| * | | | Fix flake8 error | Anderson Bravalheri | 2022-08-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Prevent optional extensions from failing in build_ext | Anderson Bravalheri | 2022-08-12 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Add test for non-optional extensions | Anderson Bravalheri | 2022-08-12 | 1 | -20/+36 | |
| | | | | ||||||
| * | | | Replicate error in issue 3510 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+20 | |
| |/ / | ||||||
| * | | Handle accidental virtual namespaces in editable install (#3512) | Anderson Bravalheri | 2022-08-12 | 2 | -3/+59 | |
| |\ \ | ||||||
| | * | | Add comments about accidental virtual namespaces | Anderson Bravalheri | 2022-08-12 | 1 | -1/+9 | |
| | | | | ||||||
| | * | | Add missing virtual namespace to tests | Anderson Bravalheri | 2022-08-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Emulate accidental namespaces from regular installation | Anderson Bravalheri | 2022-08-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Replicate error in issue 3504 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+48 | |
| | |/ | ||||||
| * | | Parametrise command name | Anderson Bravalheri | 2022-08-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Safeguard editable installs against build_py errors | Anderson Bravalheri | 2022-08-12 | 2 | -3/+46 | |
| | | | ||||||
| * | | Replicate error issue 3501 | Anderson Bravalheri | 2022-08-12 | 1 | -4/+47 | |
| |/ | ||||||
| * | Prevent errors in editable install and external ``.egg-info`` (#3503) | Anderson Bravalheri | 2022-08-11 | 2 | -4/+54 | |
| |\ | ||||||
| | * | Avoid mentioning project names in CHANGELOG | Anderson Bravalheri | 2022-08-11 | 1 | -1/+0 | |
| | | | | | | | | | | | | ... since they may change implementantion |