Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog.bugfix/2938-easy-install-schemes | Jason R. Coombs | 2021-12-20 | 1 | -0/+1 |
* | Add fallback support for distutils in stdlib. | Jason R. Coombs | 2021-12-20 | 1 | -3/+11 |
* | In easy_install, re-use scheme selection from distutils if available. | Jason R. Coombs | 2021-12-20 | 1 | -8/+5 |
* | Merge https://github.com/pypa/distutils into bugfix/2938-easy-install-schemes | Jason R. Coombs | 2021-12-20 | 1 | -23/+42 |
|\ | |||||
| * | Extract _select_scheme function to be re-used by Setuptools. | Jason R. Coombs | 2021-12-20 | 1 | -23/+42 |
* | | Bump version: 59.8.0 → 60.0.0v60.0.0 | Jason R. Coombs | 2021-12-19 | 4 | -3/+11 |
* | | Merge pull request #2896 from pypa/feature/local-distutils | Jason R. Coombs | 2021-12-19 | 3 | -2/+3 |
|\ \ | |||||
| * | | Consider this a breaking change.feature/local-distutils | Jason R. Coombs | 2021-12-10 | 1 | -0/+0 |
| * | | Update changelog. | Jason R. Coombs | 2021-11-18 | 1 | -0/+1 |
| * | | Restore local distutils as the default. | Jason R. Coombs | 2021-11-18 | 2 | -2/+2 |
* | | | Merge pull request #2934 from aphedges/2884-fix-distutils-commit-links | Jason R. Coombs | 2021-12-19 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Render distutils commit links properly in docs | Alex Hedges | 2021-12-19 | 1 | -0/+4 |
* | | | | Merge branch 'main' of https://github.com/pypa/setuptools | Jason R. Coombs | 2021-12-19 | 1 | -0/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #2909 from mkoeppe/ci_cygwin | Jason R. Coombs | 2021-12-18 | 1 | -0/+19 |
| |\ \ \ | |||||
| | * | | | .github/workflows/main.yml: Add test_cygwin | Matthias Koeppe | 2021-11-27 | 1 | -0/+19 |
* | | | | | Bump version: 59.7.0 → 59.8.0v59.8.0 | Jason R. Coombs | 2021-12-19 | 4 | -3/+11 |
* | | | | | Add changelog | Jason R. Coombs | 2021-12-19 | 1 | -0/+1 |
* | | | | | Merge distutils into main. | Jason R. Coombs | 2021-12-19 | 383 | -138/+70080 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Bump version: 59.6.0 → 59.7.0v59.7.0 | Jason R. Coombs | 2021-12-17 | 4 | -3/+11 |
| * | | | Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932. | Jason R. Coombs | 2021-12-17 | 1 | -1/+1 |
| * | | | Try using pypy-3.7 as that's what the readme suggests. Fixes #2931. | Jason R. Coombs | 2021-12-17 | 1 | -1/+1 |
| * | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2021-12-17 | 4 | -4/+3 |
| |\ \ \ | |||||
| | * | | | Remove filtered warnings, addressed upstream. | Jason R. Coombs | 2021-12-17 | 1 | -2/+0 |
| | * | | | Require Python 3.7 or later. | Jason R. Coombs | 2021-11-24 | 2 | -2/+2 |
| * | | | | Bump version: 59.5.0 → 59.6.0v59.6.0 | Jason R. Coombs | 2021-12-12 | 4 | -3/+11 |
| * | | | | Merge pull request #2925 from pypa/debt/deprecate-version | Jason R. Coombs | 2021-12-12 | 9 | -31/+59 |
| |\ \ \ \ | |||||
| | * | | | | In depends, rely on packaging instead of distutils for version management. | Jason R. Coombs | 2021-12-12 | 2 | -12/+9 |
| | * | | | | In dist, rely on packaging instead of distutils for version management. | Jason R. Coombs | 2021-12-12 | 1 | -5/+8 |
| | * | | | | Merge with pypa/distutils@92082ee42c.debt/deprecate-version | Jason R. Coombs | 2021-12-12 | 6 | -14/+42 |
| | |\ \ \ \ | |/ / / / / | |||||
| * | | | | | Bump version: 59.4.0 → 59.5.0v59.5.0 | Jason R. Coombs | 2021-12-05 | 4 | -3/+11 |
| * | | | | | Merge pull request #2915 from rodrigomologni/docs/fix-typo-and-example | Jason R. Coombs | 2021-12-05 | 2 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix: typo 'extras_require' | Rodrigo Mologni | 2021-12-04 | 1 | -1/+1 |
| | * | | | | | fix: 'python_requires' must be a string | Rodrigo Mologni | 2021-12-04 | 1 | -1/+1 |
| * | | | | | | Re-implement yield_lines as a singledispatch function. | Jason R. Coombs | 2021-12-03 | 1 | -12/+13 |
| * | | | | | | Merge branch 'main' of https://github.com/pypa/setuptools | Jason R. Coombs | 2021-12-03 | 1 | -2/+5 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Update comment and docstring. | Jason R. Coombs | 2021-11-29 | 1 | -2/+5 |
| * | | | | | | Merge https://github.com/pypa/distutils at 8f2df0bf6. | Jason R. Coombs | 2021-12-03 | 3 | -3/+14 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Bump version: 59.3.0 → 59.4.0v59.4.0 | Jason R. Coombs | 2021-11-28 | 4 | -3/+11 |
| * | | | | | | When repairing bad summaries, use only the first line. | Jason R. Coombs | 2021-11-28 | 1 | -1/+1 |
| * | | | | | | Revert "Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-inv... | Jason R. Coombs | 2021-11-28 | 2 | -4/+5 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Bump version: 59.2.0 → 59.3.0v59.3.0 | Jason R. Coombs | 2021-11-26 | 5 | -4/+15 |
| * | | | | | Merge pull request #2907 from pypa/bugfix/2906-distutils-race | Jason R. Coombs | 2021-11-26 | 3 | -15/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | Remove reliance on distutils log verbosity. | Jason R. Coombs | 2021-11-26 | 1 | -10/+3 |
| | * | | | | | Bind to 'distutils.log' late in case the loader has changed. | Jason R. Coombs | 2021-11-26 | 2 | -4/+3 |
| | * | | | | | In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avo...bugfix/2906-distutils-race | Jason R. Coombs | 2021-11-26 | 2 | -4/+9 |
| |/ / / / / | |||||
| * | | | | | Remove 'sample_test' fixture, unused. | Jason R. Coombs | 2021-11-26 | 1 | -59/+0 |
| * | | | | | Use jaraco.path.build in test_tests_are_run_once. | Jason R. Coombs | 2021-11-26 | 1 | -18/+18 |
| * | | | | | Merge pull request 2902. | Jason R. Coombs | 2021-11-22 | 3 | -20/+61 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Add changelog. | Jason R. Coombs | 2021-11-22 | 1 | -0/+1 |
| * | | | | | Bump version: 59.1.1 → 59.2.0v59.2.0 | Jason R. Coombs | 2021-11-18 | 4 | -3/+11 |