| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 62.0.0 → 62.1.0v62.1.0 | Jason R. Coombs | 2022-04-10 | 5 | -4/+15 |
| * | Merge pull request #3258 from pypa/feature/distutils-5229dad46b | Jason R. Coombs | 2022-04-10 | 8 | -20/+65 |
| |\ | |||||
| | * | Update changelog. | Jason R. Coombs | 2022-04-10 | 1 | -0/+1 |
| | * | Merge https://github.com/pypa/distutils into feature/distutils-5229dad46b | Jason R. Coombs | 2022-04-10 | 7 | -20/+64 |
| | |\ |/ / | |||||
| | * | Merge pull request #134 from mgorny/non-cpy-makefile | Jason R. Coombs | 2022-04-10 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Skip test_get_makefile_filename on non-CPython | Michał Górny | 2022-04-09 | 1 | -0/+2 |
| | * | | Merge pull request #133 from mgorny/build_dir-cache_tag | Jason R. Coombs | 2022-04-10 | 2 | -4/+5 |
| | |\ \ | |||||
| | | * | | Use cache_tag in default build_platlib dir | Michał Górny | 2022-04-09 | 2 | -4/+5 |
| | | |/ | |||||
| | * | | Merge pull request #135 from mgorny/pypy-home-scheme | Jason R. Coombs | 2022-04-10 | 1 | -3/+4 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Refactor as simple replace. If a full string substitution proves to be necess... | Jason R. Coombs | 2022-04-10 | 1 | -3/+1 |
| | | * | Update test_home_installation_scheme for pypy install paths | Michał Górny | 2022-04-09 | 1 | -3/+6 |
| | |/ | |||||
| | * | Disable installation of Setuptools in tox instead of GHA. Ref pypa/distutils#99. | Jason R. Coombs | 2022-03-27 | 2 | -4/+2 |
| | * | Emit warning after parsing. Fixes pypa/distutils#122. | Jason R. Coombs | 2022-03-27 | 1 | -2/+2 |
| | * | Merge pull request #131 from isuruf/ext_suffix_win_py37 | Jason R. Coombs | 2022-03-27 | 3 | -0/+31 |
| | |\ | |||||
| | | * | Move compatibility concerns out of the function to do the adding. | Jason R. Coombs | 2022-03-27 | 2 | -6/+6 |
| | | * | Get the version logic correct. | Jason R. Coombs | 2022-03-27 | 1 | -1/+1 |
| | | * | Restore expectation that SO matches EXT_SUFFIX with rationale. | Jason R. Coombs | 2022-03-27 | 1 | -1/+8 |
| | | * | Just modify the vars in place. | Jason R. Coombs | 2022-03-27 | 2 | -4/+4 |
| | | * | Move EXT_SUFFIX support to _py39compat, to be removed after support for Pytho... | Jason R. Coombs | 2022-03-27 | 2 | -9/+17 |
| | | * | Fix SO too | Isuru Fernando | 2022-03-27 | 1 | -0/+5 |
| | | * | Fix EXT_SUFFIX for windows py<3.8 | Isuru Fernando | 2022-03-27 | 2 | -0/+11 |
| | * | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2022-03-27 | 1 | -11/+20 |
| | |/ | |||||
| * | | Simplify package_dir in auto-discovery (#3249) | Anderson Bravalheri | 2022-04-06 | 3 | -3/+57 |
| |\ \ | |||||
| | * | | Rename variable | Anderson Bravalheri | 2022-04-05 | 1 | -4/+4 |
| | * | | Add news fragment | Anderson Bravalheri | 2022-04-05 | 1 | -0/+1 |
| | * | | Simplify auto-discovered package_dir | Anderson Bravalheri | 2022-04-05 | 2 | -3/+56 |
| * | | | Merge pull request #3252 from mccalluc/patch-1 | Anderson Bravalheri | 2022-04-06 | 1 | -4/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Small wording tweaks for readability | Chuck McCallum | 2022-04-05 | 1 | -4/+4 |
| |/ / | |||||
| * | | Bump version: 61.3.1 → 62.0.0v62.0.0 | Anderson Bravalheri | 2022-04-04 | 8 | -8/+22 |
| * | | Fix problem with dynamic readme (#3247) | Anderson Bravalheri | 2022-04-04 | 3 | -2/+23 |
| |\ \ | |||||
| | * | | Rename news fragment file | Anderson Bravalheri | 2022-04-04 | 1 | -0/+0 |
| | * | | Add news fragment | Anderson Bravalheri | 2022-04-04 | 1 | -0/+2 |
| | * | | 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 | 4 | -3/+130 |
| |\ \ \ | |||||
| | * | | | 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 news fragment | Anderson Bravalheri | 2022-03-30 | 1 | -0/+1 |
| | * | | | 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 | 4 | -23/+119 |
| |\ \ \ \ | |||||
| | * | | | | Add in changelog.d a note | Josip Delic | 2022-03-15 | 1 | -0/+1 |
| | * | | | | Merge pull request #1 from abravalheri/avoid-overriding-zipfile | Josip Delic | 2022-03-15 | 3 | -40/+35 |
| | |\ \ \ \ | |||||
| | | * | | | | 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 |
| | |/ / / / | |||||
