| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Improve warning message for dist_info._version | Anderson Bravalheri | 2022-05-18 | 1 | -1/+2 | |
| * | | | | Improve warning message for _WouldIgnoreField | Anderson Bravalheri | 2022-05-18 | 1 | -3/+5 | |
| * | | | | Improve warning message for _IncludePackageDataAbuse | Anderson Bravalheri | 2022-05-18 | 1 | -1/+4 | |
| * | | | | Remove comma | Gyeongjae Choi | 2022-05-17 | 1 | -1/+1 | |
| * | | | | Add deprecation messages for `namespace_packages` (#3262) | Anderson Bravalheri | 2022-05-16 | 5 | -6/+48 | |
| |\ \ \ \ | ||||||
| | * | | | | Add deprecation messages for `namespace_packages`. | Anderson Bravalheri | 2022-05-16 | 5 | -6/+48 | |
| * | | | | | Update vendored `pyparsing` to fix problems with 3.11 (#3276) | Anderson Bravalheri | 2022-05-16 | 26 | -5810/+10574 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Update pyparsing to fix problems with 3.11 | Anderson Bravalheri | 2022-04-21 | 25 | -5809/+10573 | |
| | * | | | | | Update version of pyparsing in vendored.txt | Anderson Bravalheri | 2022-04-21 | 1 | -1/+1 | |
| * | | | | | | Warn about deprecation of behaviour that considers modules/packages as data w... | Anderson Bravalheri | 2022-05-16 | 2 | -2/+123 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Simplify checks for abuse of include_package_data | Anderson Bravalheri | 2022-05-06 | 1 | -19/+17 | |
| | * | | | | | | Warn about packages/modules included as package data | Anderson Bravalheri | 2022-05-05 | 1 | -2/+54 | |
| | * | | | | | | Add test that capture transitional behaviour for build_py | Anderson Bravalheri | 2022-05-05 | 1 | -0/+71 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Remove residual dependencies from setup.py when dependencies are set in pypro... | Anderson Bravalheri | 2022-05-16 | 2 | -2/+13 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add warning about overwritten dependencies | Anderson Bravalheri | 2022-05-04 | 1 | -2/+4 | |
| | * | | | | | | Capture expectations about overwritten dependencies in test | Anderson Bravalheri | 2022-05-04 | 1 | -0/+9 | |
| | |/ / / / / | ||||||
| * | | | | | | Allow recursive globs for package_data (#3309) | Anderson Bravalheri | 2022-05-16 | 2 | -1/+25 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Fix mistake on recursive glob test | nullableVoidPtr | 2022-05-10 | 1 | -1/+1 | |
| | * | | | | | Allow recursive globs for package_data | nullableVoidPtr | 2022-05-07 | 2 | -1/+25 | |
| | |/ / / / | ||||||
| * | | | | | Add warnings about incompatibilities in bundled dependencies (#3296) | Anderson Bravalheri | 2022-05-16 | 1 | -0/+11 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix incorrect information in comment | Anderson Bravalheri | 2022-04-29 | 1 | -1/+1 | |
| | * | | | | | Prefer `importlib-metadata` in warning message | Anderson Bravalheri | 2022-04-29 | 1 | -2/+2 | |
| | * | | | | | Warn when an incompatible version of importlib is used | Anderson Bravalheri | 2022-04-29 | 1 | -0/+11 | |
| | |/ / / / | ||||||
| * | | | | | Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaa | Jason R. Coombs | 2022-05-10 | 11 | -89/+112 | |
| * | | | | | do not backfill Project-URL: homepage into Home-page: field (causes duplicate... | wim glenn | 2022-04-29 | 3 | -29/+32 | |
| |/ / / / | ||||||
| * | | | | Try to rescue the download backing off a few seconds | Anderson Bravalheri | 2022-04-21 | 1 | -2/+8 | |
| |/ / / | ||||||
| * | | | Merge https://github.com/pypa/distutils into feature/distutils-5229dad46b | Jason R. Coombs | 2022-04-10 | 7 | -20/+64 | |
| |/ / | ||||||
| * | | Rename variable | Anderson Bravalheri | 2022-04-05 | 1 | -4/+4 | |
| * | | Simplify auto-discovered package_dir | Anderson Bravalheri | 2022-04-05 | 2 | -3/+56 | |
| * | | Fix problem with dynamic readme (#3247) | Anderson Bravalheri | 2022-04-04 | 2 | -2/+21 | |
| |\ \ | ||||||
| | * | | Fix dynamic readme | Anderson Bravalheri | 2022-04-04 | 1 | -2/+7 | |
| | * | | Add test for dynamic readme from setup.py args | Anderson Bravalheri | 2022-04-04 | 1 | -0/+14 | |
| * | | | Fix version produced by dist_info (#3230) | Anderson Bravalheri | 2022-04-04 | 3 | -3/+129 | |
| |\ \ \ | ||||||
| | * | | | Fix reference to issue number | Anderson Bravalheri | 2022-03-30 | 1 | -1/+1 | |
| | * | | | Test with different package names | Anderson Bravalheri | 2022-03-30 | 1 | -11/+12 | |
| | * | | | Add comment explaining test | Anderson Bravalheri | 2022-03-29 | 1 | -0/+3 | |
| | * | | | Change dist_info naming to use the same convention as bdist_wheel | Anderson Bravalheri | 2022-03-29 | 1 | -1/+33 | |
| | * | | | Restore tags in egg_info but change the idempotency check | Anderson Bravalheri | 2022-03-29 | 1 | -4/+9 | |
| | * | | | Fix duplicated version tags in egg_info | Anderson Bravalheri | 2022-03-29 | 1 | -2/+7 | |
| | * | | | Capture expectation of invalid version warning | Anderson Bravalheri | 2022-03-29 | 1 | -0/+10 | |
| | * | | | Test dist_info creates similar dir to bdist_wheel | Anderson Bravalheri | 2022-03-29 | 1 | -0/+70 | |
| * | | | | Honor file mode for wheel install_as_egg (#3167) | Anderson Bravalheri | 2022-04-04 | 3 | -23/+118 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Run the test on Windows, but don't check the file mode | Anderson Bravalheri | 2022-03-14 | 1 | -2/+3 | |
| | * | | | Use function from archive_util instead of overwritting ZipFile | Anderson Bravalheri | 2022-03-14 | 1 | -17/+3 | |
| | * | | | Extract reusable _unpack_zipfile_obj from archive_utils | Anderson Bravalheri | 2022-03-14 | 1 | -21/+29 | |
| | * | | | Deactivate tests on windows | Josip Delic | 2022-03-14 | 1 | -0/+1 | |
| | * | | | Fix ZipFile mode not set | Josip Delic | 2022-03-14 | 1 | -1/+15 | |
| | * | | | Update setuptools/tests/test_wheel.py | Anderson Bravalheri | 2022-03-14 | 1 | -1/+2 | |
| | * | | | Add test for zipefile mode | Josip Delic | 2022-03-14 | 1 | -0/+84 | |
| * | | | | Attempt to fix problems on windows | Anderson Bravalheri | 2022-04-04 | 1 | -0/+2 | |
