| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 60.6.0 → 60.7.0v60.7.0 | Jason R. Coombs | 2022-02-01 | 5 | -4/+15 |
| * | Merge pull request #3070 from domdfcoding/isue-3063 | Jason R. Coombs | 2022-02-01 | 2 | -1/+9 |
| |\ | |||||
| | * | Create a function for only_strs to help document its purpose. | Jason R. Coombs | 2022-02-01 | 1 | -3/+8 |
| | * | Update changelog. | Jason R. Coombs | 2022-02-01 | 1 | -0/+1 |
| | * | Skip non-string values from sysconfig.get_config_vars() | Dominic Davis-Foster | 2022-02-01 | 1 | -1/+3 |
| * | | Merge pull request #3061 from pypa/feature/vendor-jaraco-text | Jason R. Coombs | 2022-02-01 | 97 | -77/+10608 |
| |\ \ | |||||
| | * | | Update changelog. | Jason R. Coombs | 2022-02-01 | 1 | -0/+1 |
| | * | | Remove workaround to add __init__ for vendored jaraco package, seemingly unne... | Jason R. Coombs | 2022-01-29 | 2 | -3/+0 |
| | * | | Ensure text file from vendored package is included. | Jason R. Coombs | 2022-01-29 | 3 | -0/+4 |
| | * | | Include all the dependencies needed to run on Python 3.7 and patch all of the... | Jason R. Coombs | 2022-01-29 | 60 | -5/+2634 |
| | * | | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation. | Jason R. Coombs | 2022-01-29 | 39 | -77/+7977 |
| * | | | Merge pull request #3060 from pypa/bugfix/3059-simple-session-build | Jason R. Coombs | 2022-02-01 | 2 | -6/+22 |
| |\ \ \ | |/ / | | / | |/ |/| | |||||
| | * | Only resolve 'parent' directory when xdist is in use. Fixes #3059. | Jason R. Coombs | 2022-01-29 | 2 | -6/+22 |
| * | | 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 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
