| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update version of pyparsing in vendored.txt | Anderson Bravalheri | 2022-04-21 | 1 | -1/+1 |
| * | 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 |
| * | | | Be explicit about packages | Anderson Bravalheri | 2022-04-04 | 1 | -1/+3 |
| * | | | Fix error with test_easy_install | Anderson Bravalheri | 2022-04-04 | 1 | -3/+6 |
| * | | | Merge pull request #3151 from hexagonrecursion/fix-editable | Jason R. Coombs | 2022-04-03 | 2 | -12/+49 |
| |\ \ \ | |||||
| | * | | | Replace direct usage of the `py` library | Anderson Bravalheri | 2022-03-08 | 1 | -11/+11 |
| | * | | | Fix test_editable_user_and_build_isolation | Andrey Bienkowski | 2022-03-06 | 1 | -1/+4 |
| | * | | | Fix editable --user installs with build isolation | Andrey Bienkowski | 2022-03-06 | 2 | -16/+8 |
| | * | | | Revert "XXX: Debugging" | Andrey Bienkowski | 2022-03-06 | 1 | -37/+0 |
| | * | | | Test: editable install \w --user&build isolation | Andrey Bienkowski | 2022-03-06 | 1 | -0/+42 |
| | * | | | XXX: Debugging | Andrey Bienkowski | 2022-03-06 | 1 | -0/+37 |
| * | | | | Add comments with instructions for developers | Anderson Bravalheri | 2022-04-01 | 2 | -0/+7 |
| * | | | | Fix flake8 problems | Anderson Bravalheri | 2022-04-01 | 2 | -2/+0 |
| * | | | | Add script that allow users to preload examples for offline testing | Anderson Bravalheri | 2022-04-01 | 2 | -0/+20 |
| * | | | | Split download helpers to their own file | Anderson Bravalheri | 2022-04-01 | 2 | -30/+52 |
| * | | | | Add metatest to make sure auxiliary file is properly packaged | Anderson Bravalheri | 2022-04-01 | 1 | -1/+16 |
| * | | | | Disable automatic download of trove classifiers by default | Anderson Bravalheri | 2022-03-30 | 1 | -0/+5 |
| * | | | | Update validate-pyproject to v0.7.1 | Anderson Bravalheri | 2022-03-30 | 2 | -2/+7 |
| * | | | | Fix unintentional mistake in config/pyproject | Anderson Bravalheri | 2022-03-30 | 1 | -1/+1 |
| * | | | | Update version of validate-pyproject | Anderson Bravalheri | 2022-03-30 | 2 | -3/+3 |
| * | | | | Move _validate_pyproject to config | Anderson Bravalheri | 2022-03-30 | 9 | -14/+7 |
| * | | | | Separate vendoring script and code generator for pyproject validations | Anderson Bravalheri | 2022-03-30 | 1 | -1/+0 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #3224 from pypa/feature/distutils-e1d5c9b1f6 | Jason R. Coombs | 2022-03-27 | 3 | -108/+170 |
| |\ \ \ | |||||
| | * | | | Merge https://github.com/pypa/distutils into feature/distutils-e1d5c9b1f6 | Jason R. Coombs | 2022-03-27 | 3 | -108/+170 |
| * | | | | Fix previous detection of empty arrays | Anderson Bravalheri | 2022-03-27 | 3 | -6/+9 |
| * | | | | Decrease verbosity of _install_setup_requires | Anderson Bravalheri | 2022-03-27 | 2 | -5/+18 |
| * | | | | Preserve _tmp_extras_require as an ordered set | Anderson Bravalheri | 2022-03-27 | 1 | -2/+5 |
