summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 60.5.4 → 60.6.0v60.6.0Jason R. Coombs2022-01-307-6/+17
* Merge pull request #3062 from pypa/distutils-b53a824ec3Jason R. Coombs2022-01-3012-13/+39
|\
| * Add py_version_nodot_plat substitution support to easy_install.Jason R. Coombs2022-01-301-0/+6
| * Merge branch 'main' into distutils-b53a824ec3Jason R. Coombs2022-01-30450-135/+72710
| |\
| * | Add changelogJason R. Coombs2022-01-301-0/+1
| * | Merge pull request #113 from zooba/issue112Jason R. Coombs2022-01-302-4/+23
| |\ \
| | * | Only rely on py_version_nodot_plat where not present (Python 3.9 and earlier).Jason R. Coombs2022-01-301-5/+7
| | * | Refactor to limit indentation and share behavior.Jason R. Coombs2022-01-301-6/+5
| | * | Special case for WindowsSteve Dower2022-01-241-1/+8
| | * | Change APISteve Dower2022-01-241-12/+1
| | * | Add non-NT path for expected pathSteve Dower2022-01-241-5/+12
| | * | Fix fake expanduser() and verify calculated headers pathSteve Dower2022-01-241-1/+12
| | * | Fixes #112 install command doesn't use platform in nt_user schemeSteve Dower2022-01-241-2/+6
| * | | Merge pull request #114 from imba-tjd/patch-1Jason R. Coombs2022-01-308-9/+9
| |\ \ \ | | |/ / | |/| |
| | * | Use super()谭九鼎2022-01-268-9/+9
| |/ /
* | | Merge pull request #3057 from cdce8p/optional-home_pageJason R. Coombs2022-01-302-8/+4
|\ \ \
| * | | Don't include Home-page with UNKNOWN valueMarc Mueller2022-01-282-8/+4
* | | | Merge pull request #2897 from abravalheri/improve-docsJason R. Coombs2022-01-303-0/+87
|\ \ \ \ | |_|_|/ |/| | |
| * | | Mention environment markers as alternativeAnderson Bravalheri2021-11-191-1/+6
| * | | Add news fragmentAnderson Bravalheri2021-11-191-0/+4
| * | | Add documentation about build_meta wrappersAnderson Bravalheri2021-11-192-0/+78
* | | | Merge pull request #2817 from pganssle/missing_metadataJason R. Coombs2022-01-298-9/+21
|\ \ \ \
| * \ \ \ Merge branch 'main' into missing_metadataJason R. Coombs2022-01-29242-3164/+9036
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3053 from abravalheri/fix-codecov-configJason R. Coombs2022-01-291-1/+2
|\ \ \ \ \
| * | | | | Fix codecov configAnderson Bravalheri2022-01-261-1/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #3045 from pypa/feature/refactor-parse-requirementsJason R. Coombs2022-01-291-15/+63
|\ \ \ \ \
| * | | | | Consolidate behavior now that it fits on one line.feature/refactor-parse-requirementsJason R. Coombs2022-01-231-3/+3
| * | | | | Extract function for joining continuations in lines.Jason R. Coombs2022-01-231-12/+35
| * | | | | Extract function for dropping comments.Jason R. Coombs2022-01-231-4/+16
| * | | | | Add tests for yield_lines.Jason R. Coombs2022-01-231-1/+14
* | | | | | Merge pull request #3054 from imba-tjd/patch-2Jason R. Coombs2022-01-286-8/+9
|\ \ \ \ \ \
| * | | | | | Create 3054.misc.rst谭九鼎2022-01-261-0/+1
| * | | | | | Use super()谭九鼎2022-01-265-8/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3056 from webknjaz/docs/build-system-no-wheelJason R. Coombs2022-01-274-4/+7
|\ \ \ \ \ \
| * | | | | | Add a change note for PR #3056Sviatoslav Sydorenko2022-01-271-0/+2
| * | | | | | Stop mentioning `wheel` in the context of PEP 517Sviatoslav Sydorenko2022-01-273-4/+5
|/ / / / / /
* | | | | | Merge pull request #3048 from JulienPalard/mdk-rstlintAnderson Bravalheri2022-01-276-23/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | doc: Fix trailing spaces, tabs, and missing newlines at end of file.Julien Palard2022-01-246-23/+23
|/ / / / /
* | | | | Merge pull request #3042 from abravalheri/issue-3038Anderson Bravalheri2022-01-242-0/+42
|\ \ \ \ \
| * | | | | Update setuptools/logging.pyAnderson Bravalheri2022-01-241-3/+3
| * | | | | Avoid replacing the global log level in testAnderson Bravalheri2022-01-221-2/+7
| * | | | | Fix weird distutils.log reloading/caching situationAnderson Bravalheri2022-01-221-0/+6
| * | | | | Add test to ensure the correct log level is setAnderson Bravalheri2022-01-221-0/+31
* | | | | | Merge branch 'feature/distutils-bb018f1ac3'Jason R. Coombs2022-01-234-181/+45
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge https://github.com/pypa/distutils into feature/distutils-bb018f1ac3feature/distutils-bb018f1ac3Jason R. Coombs2022-01-224-181/+45
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge pull request #104 from lazka/get-platform-match-sysconfigJason R. Coombs2022-01-222-180/+43
| | |\ \ \
| | | * | | util.get_host_platform: restore Python 3.9 behaviour for Python 3.7/3.8Christoph Reiter2022-01-032-2/+30
| | | * | | util.get_host_platform: use sysconfig.get_platformNaveen M K2021-12-312-183/+18
| | * | | | Merge pull request #106 from Giuppox/patch-1Jason R. Coombs2022-01-221-1/+1
| | |\ \ \ \
| | | * | | | [maint] removed unneded exception inclusionGiulio Procopio2022-01-051-1/+1