| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extract the SYSTEMROOT handler and document it. | Jason R. Coombs | 2022-01-05 | 1 | -4/+16 |
| * | Remove the env, as the test suite runs local by default but also tests stdlib. | Jason R. Coombs | 2022-01-05 | 1 | -3/+2 |
| * | Add test capturing failure. Ref #3002. | Jason R. Coombs | 2022-01-05 | 1 | -0/+10 |
| * | Merge https://github.com/pypa/distutils | Jason R. Coombs | 2022-01-05 | 1 | -2/+7 |
| * | Use 'dict()' instead of '.copy()', for compatibility with DictStack. | Jason R. Coombs | 2022-01-03 | 1 | -1/+1 |
| * | Merge https://github.com/pypa/distutils | Jason R. Coombs | 2022-01-03 | 5 | -14/+83 |
| * | Merge https://github.com/pypa/distutils into feature/distutils-8c160a9693 | Jason R. Coombs | 2021-12-29 | 44 | -85/+76 |
| * | Monkey patch distutils.log.set_threshold so the Python logger honors calls to... | Jason R. Coombs | 2021-12-28 | 1 | -0/+8 |
| * | Add setuptools.log to supersede distutils.log. Ref #2973. | Jason R. Coombs | 2021-12-28 | 2 | -0/+24 |
| * | Mark test as xfail. Fixes #2975. | Jason R. Coombs | 2021-12-26 | 1 | -0/+1 |
| * | Remove skipif for Python 3.6, no longer supported. | Jason R. Coombs | 2021-12-26 | 1 | -1/+0 |
| * | Merge https://github.com/pypa/distutils into feature/distutils-a5af364910 | Jason R. Coombs | 2021-12-23 | 4 | -169/+37 |
| * | Extend tests to capture expectation of only one DistutilsMetaFinder at a time. | Jason R. Coombs | 2021-12-23 | 1 | -0/+15 |
| * | Merge https://github.com/pypa/distutils into bugfix/distutils88 | Jason R. Coombs | 2021-12-23 | 1 | -9/+23 |
| * | Merge https://github.com/pypa/distutils into bugfix/opensuse | Jason R. Coombs | 2021-12-22 | 1 | -0/+1 |
| * | Select 'posix_user' for the scheme unless falling back to stdlib, then use 'u... | Jason R. Coombs | 2021-12-20 | 1 | -2/+2 |
| * | 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 |
| * | Merge distutils into main. | Jason R. Coombs | 2021-12-19 | 6 | -30/+57 |
| * | Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932. | Jason R. Coombs | 2021-12-17 | 1 | -1/+1 |
| * | 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 | 5 | -14/+41 |
| * | 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 | 2 | -3/+13 |
| |/ |
|
| * | 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 | 1 | -4/+4 |
| * | 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 | 1 | -3/+2 |
| * | 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 | 2 | -20/+60 |
| * | Merge pull request #2875 from pypa/feature/local-schemes | Jason R. Coombs | 2021-11-18 | 8 | -77/+171 |
| |\ |
|
| | * | Merge https://github.com/pypa/distutils into feature/local-schemes | Jason R. Coombs | 2021-11-18 | 5 | -19/+70 |
| | * | Merge branch 'main' into feature/local-schemesfeature/local-schemes | Jason R. Coombs | 2021-11-12 | 3 | -58/+101 |
| * | | Update setuptools.readthedocs.io to setuptools.pypa.io | Hugo van Kemenade | 2021-11-16 | 1 | -3/+3 |
| * | | Suppress invalid versions when parsing in package_index. They will still be a... | Jason R. Coombs | 2021-11-15 | 1 | -1/+9 |
| * | | Update config.ConfigMetadataHandler._parse_version not to rely on LegacyVersion. | Jason R. Coombs | 2021-11-15 | 1 | -2/+4 |
| * | | Merge pull request #2879 from pypa/debt/update-packaging | Jason R. Coombs | 2021-11-14 | 15 | -1013/+1058 |
| |\ \ |
|
| | * | | Update packaging to 21.2. Ref #2497.debt/update-packaging | Jason R. Coombs | 2021-11-14 | 15 | -1013/+1058 |
| | |/ |
|
| * | | Reduce scope of setup_requires deprecation to only deprecate the installation...feature/deprecate-installer | Jason R. Coombs | 2021-11-14 | 2 | -6/+7 |
| |/ |
|
| * | Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-invalid-sum... | Jason R. Coombs | 2021-11-12 | 1 | -4/+4 |
| |\ |
|
| | * | Restore single_line as a simple, universal validator. | Jason R. Coombs | 2021-11-12 | 1 | -6/+4 |
| | * | Fail on a multiline distribution package summary | Sviatoslav Sydorenko | 2021-11-11 | 1 | -6/+8 |
| * | | Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip... | Jason R. Coombs | 2021-11-12 | 1 | -4/+9 |
| * | | Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILS | Jason R. Coombs | 2021-11-12 | 2 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | Bring back the xfail as it appears to be needed at least on macOS. | Jason R. Coombs | 2021-11-11 | 1 | -0/+4 |
| | * | Avoid upgrading setuptools when creating the venv for distutils_adoption test... | Jason R. Coombs | 2021-11-11 | 1 | -4/+5 |