summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into debt/remove-easy-installdebt/remove-easy-installJason R. Coombs2022-05-09496-3720/+35319
|\
| * Update changelog. Ref #3299.Jason R. Coombs2022-05-091-0/+1
| * Merge pull request #3299 from wimglenn/optional-metadata-2Jason R. Coombs2022-05-093-29/+32
| |\
| | * do not backfill Project-URL: homepage into Home-page: field (causes duplicate...wim glenn2022-04-293-29/+32
| |/
| * Fix typo in docs/build_meta.rst (#3277)Anderson Bravalheri2022-04-221-1/+1
| |\
| | * fix typoMarkus Bong2022-04-211-1/+1
| * | Fix package_discovery.rst (#3281)Anderson Bravalheri2022-04-221-1/+1
| |\ \
| | * | Update package_discovery.rstBinjian2022-04-221-1/+1
| | |/
| * | Cache downloaded files used during tests for `setuptools.config` (#3282)Anderson Bravalheri2022-04-223-2/+20
| |\ \ | | |/ | |/|
| | * Add news fragmentAnderson Bravalheri2022-04-221-0/+1
| | * Try to rescue the download backing off a few secondsAnderson Bravalheri2022-04-211-2/+8
| | * Fix YAML errorAnderson Bravalheri2022-04-211-6/+3
| | * Cache downloaded files used during tests for setuptools.configAnderson Bravalheri2022-04-211-0/+14
| |/
| * Fix typo in docs (#3267)Anderson Bravalheri2022-04-141-1/+1
| |\
| | * Fix typo in docsVladimir Berlev2022-04-141-1/+1
| |/
| * Bump version: 62.0.0 → 62.1.0v62.1.0Jason R. Coombs2022-04-105-4/+15
| * Merge pull request #3258 from pypa/feature/distutils-5229dad46bJason R. Coombs2022-04-108-20/+65
| |\
| | * Update changelog.Jason R. Coombs2022-04-101-0/+1
| | * Merge https://github.com/pypa/distutils into feature/distutils-5229dad46bJason R. Coombs2022-04-107-20/+64
| | |\ | |/ /
| | * Merge pull request #134 from mgorny/non-cpy-makefileJason R. Coombs2022-04-101-0/+2
| | |\
| | | * Skip test_get_makefile_filename on non-CPythonMichał Górny2022-04-091-0/+2
| | * | Merge pull request #133 from mgorny/build_dir-cache_tagJason R. Coombs2022-04-102-4/+5
| | |\ \
| | | * | Use cache_tag in default build_platlib dirMichał Górny2022-04-092-4/+5
| | | |/
| | * | Merge pull request #135 from mgorny/pypy-home-schemeJason R. Coombs2022-04-101-3/+4
| | |\ \ | | | |/ | | |/|
| | | * Refactor as simple replace. If a full string substitution proves to be necess...Jason R. Coombs2022-04-101-3/+1
| | | * Update test_home_installation_scheme for pypy install pathsMichał Górny2022-04-091-3/+6
| | |/
| | * Disable installation of Setuptools in tox instead of GHA. Ref pypa/distutils#99.Jason R. Coombs2022-03-272-4/+2
| | * Emit warning after parsing. Fixes pypa/distutils#122.Jason R. Coombs2022-03-271-2/+2
| | * Merge pull request #131 from isuruf/ext_suffix_win_py37Jason R. Coombs2022-03-273-0/+31
| | |\
| | | * Move compatibility concerns out of the function to do the adding.Jason R. Coombs2022-03-272-6/+6
| | | * Get the version logic correct.Jason R. Coombs2022-03-271-1/+1
| | | * Restore expectation that SO matches EXT_SUFFIX with rationale.Jason R. Coombs2022-03-271-1/+8
| | | * Just modify the vars in place.Jason R. Coombs2022-03-272-4/+4
| | | * Move EXT_SUFFIX support to _py39compat, to be removed after support for Pytho...Jason R. Coombs2022-03-272-9/+17
| | | * Fix SO tooIsuru Fernando2022-03-271-0/+5
| | | * Fix EXT_SUFFIX for windows py<3.8Isuru Fernando2022-03-272-0/+11
| | * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-03-271-11/+20
| | |/
| * | Simplify package_dir in auto-discovery (#3249)Anderson Bravalheri2022-04-063-3/+57
| |\ \
| | * | Rename variableAnderson Bravalheri2022-04-051-4/+4
| | * | Add news fragmentAnderson Bravalheri2022-04-051-0/+1
| | * | Simplify auto-discovered package_dirAnderson Bravalheri2022-04-052-3/+56
| * | | Merge pull request #3252 from mccalluc/patch-1Anderson Bravalheri2022-04-061-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Small wording tweaks for readabilityChuck McCallum2022-04-051-4/+4
| |/ /
| * | Bump version: 61.3.1 → 62.0.0v62.0.0Anderson Bravalheri2022-04-048-8/+22
| * | Fix problem with dynamic readme (#3247)Anderson Bravalheri2022-04-043-2/+23
| |\ \
| | * | Rename news fragment fileAnderson Bravalheri2022-04-041-0/+0
| | * | Add news fragmentAnderson Bravalheri2022-04-041-0/+2
| | * | Fix dynamic readmeAnderson Bravalheri2022-04-041-2/+7
| | * | Add test for dynamic readme from setup.py argsAnderson Bravalheri2022-04-041-0/+14
| * | | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-044-3/+130
| |\ \ \