| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 60.5.4 → 60.6.0v60.6.0 | Jason R. Coombs | 2022-01-30 | 7 | -6/+17 |
| * | Merge pull request #3062 from pypa/distutils-b53a824ec3 | Jason R. Coombs | 2022-01-30 | 12 | -13/+39 |
| |\ | |||||
| | * | Add py_version_nodot_plat substitution support to easy_install. | Jason R. Coombs | 2022-01-30 | 1 | -0/+6 |
| | * | Merge branch 'main' into distutils-b53a824ec3 | Jason R. Coombs | 2022-01-30 | 450 | -135/+72710 |
| | |\ | |||||
| | * | | Add changelog | Jason R. Coombs | 2022-01-30 | 1 | -0/+1 |
| | * | | Merge pull request #113 from zooba/issue112 | Jason R. Coombs | 2022-01-30 | 2 | -4/+23 |
| | |\ \ | |||||
| | | * | | Only rely on py_version_nodot_plat where not present (Python 3.9 and earlier). | Jason R. Coombs | 2022-01-30 | 1 | -5/+7 |
| | | * | | Refactor to limit indentation and share behavior. | Jason R. Coombs | 2022-01-30 | 1 | -6/+5 |
| | | * | | Special case for Windows | Steve Dower | 2022-01-24 | 1 | -1/+8 |
| | | * | | Change API | Steve Dower | 2022-01-24 | 1 | -12/+1 |
| | | * | | Add non-NT path for expected path | Steve Dower | 2022-01-24 | 1 | -5/+12 |
| | | * | | Fix fake expanduser() and verify calculated headers path | Steve Dower | 2022-01-24 | 1 | -1/+12 |
| | | * | | Fixes #112 install command doesn't use platform in nt_user scheme | Steve Dower | 2022-01-24 | 1 | -2/+6 |
| | * | | | Merge pull request #114 from imba-tjd/patch-1 | Jason R. Coombs | 2022-01-30 | 8 | -9/+9 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Use super() | 谭九鼎 | 2022-01-26 | 8 | -9/+9 |
| | |/ / | |||||
| * | | | Merge pull request #3057 from cdce8p/optional-home_page | Jason R. Coombs | 2022-01-30 | 2 | -8/+4 |
| |\ \ \ | |||||
| | * | | | Don't include Home-page with UNKNOWN value | Marc Mueller | 2022-01-28 | 2 | -8/+4 |
| * | | | | Merge pull request #2897 from abravalheri/improve-docs | Jason R. Coombs | 2022-01-30 | 3 | -0/+87 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Mention environment markers as alternative | Anderson Bravalheri | 2021-11-19 | 1 | -1/+6 |
| | * | | | Add news fragment | Anderson Bravalheri | 2021-11-19 | 1 | -0/+4 |
| | * | | | Add documentation about build_meta wrappers | Anderson Bravalheri | 2021-11-19 | 2 | -0/+78 |
| * | | | | Merge pull request #2817 from pganssle/missing_metadata | Jason R. Coombs | 2022-01-29 | 8 | -9/+21 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'main' into missing_metadata | Jason R. Coombs | 2022-01-29 | 242 | -3164/+9036 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #3053 from abravalheri/fix-codecov-config | Jason R. Coombs | 2022-01-29 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix codecov config | Anderson Bravalheri | 2022-01-26 | 1 | -1/+2 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #3045 from pypa/feature/refactor-parse-requirements | Jason R. Coombs | 2022-01-29 | 1 | -15/+63 |
| |\ \ \ \ \ | |||||
| | * | | | | | Consolidate behavior now that it fits on one line.feature/refactor-parse-requirements | Jason R. Coombs | 2022-01-23 | 1 | -3/+3 |
| | * | | | | | Extract function for joining continuations in lines. | Jason R. Coombs | 2022-01-23 | 1 | -12/+35 |
| | * | | | | | Extract function for dropping comments. | Jason R. Coombs | 2022-01-23 | 1 | -4/+16 |
| | * | | | | | Add tests for yield_lines. | Jason R. Coombs | 2022-01-23 | 1 | -1/+14 |
| * | | | | | | Merge pull request #3054 from imba-tjd/patch-2 | Jason R. Coombs | 2022-01-28 | 6 | -8/+9 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Create 3054.misc.rst | 谭九鼎 | 2022-01-26 | 1 | -0/+1 |
| | * | | | | | | Use super() | 谭九鼎 | 2022-01-26 | 5 | -8/+8 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #3056 from webknjaz/docs/build-system-no-wheel | Jason R. Coombs | 2022-01-27 | 4 | -4/+7 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add a change note for PR #3056 | Sviatoslav Sydorenko | 2022-01-27 | 1 | -0/+2 |
| | * | | | | | | Stop mentioning `wheel` in the context of PEP 517 | Sviatoslav Sydorenko | 2022-01-27 | 3 | -4/+5 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #3048 from JulienPalard/mdk-rstlint | Anderson Bravalheri | 2022-01-27 | 6 | -23/+23 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | doc: Fix trailing spaces, tabs, and missing newlines at end of file. | Julien Palard | 2022-01-24 | 6 | -23/+23 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #3042 from abravalheri/issue-3038 | Anderson Bravalheri | 2022-01-24 | 2 | -0/+42 |
| |\ \ \ \ \ | |||||
| | * | | | | | Update setuptools/logging.py | Anderson Bravalheri | 2022-01-24 | 1 | -3/+3 |
| | * | | | | | Avoid replacing the global log level in test | Anderson Bravalheri | 2022-01-22 | 1 | -2/+7 |
| | * | | | | | Fix weird distutils.log reloading/caching situation | Anderson Bravalheri | 2022-01-22 | 1 | -0/+6 |
| | * | | | | | Add test to ensure the correct log level is set | Anderson Bravalheri | 2022-01-22 | 1 | -0/+31 |
| * | | | | | | Merge branch 'feature/distutils-bb018f1ac3' | Jason R. Coombs | 2022-01-23 | 4 | -181/+45 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Merge https://github.com/pypa/distutils into feature/distutils-bb018f1ac3feature/distutils-bb018f1ac3 | Jason R. Coombs | 2022-01-22 | 4 | -181/+45 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | |||||
| | | * | | | Merge pull request #104 from lazka/get-platform-match-sysconfig | Jason R. Coombs | 2022-01-22 | 2 | -180/+43 |
| | | |\ \ \ | |||||
| | | | * | | | util.get_host_platform: restore Python 3.9 behaviour for Python 3.7/3.8 | Christoph Reiter | 2022-01-03 | 2 | -2/+30 |
| | | | * | | | util.get_host_platform: use sysconfig.get_platform | Naveen M K | 2021-12-31 | 2 | -183/+18 |
| | | * | | | | Merge pull request #106 from Giuppox/patch-1 | Jason R. Coombs | 2022-01-22 | 1 | -1/+1 |
| | | |\ \ \ \ | |||||
| | | | * | | | | [maint] removed unneded exception inclusion | Giulio Procopio | 2022-01-05 | 1 | -1/+1 |
