summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Extract the SYSTEMROOT handler and document it.Jason R. Coombs2022-01-051-4/+16
* Remove the env, as the test suite runs local by default but also tests stdlib.Jason R. Coombs2022-01-051-3/+2
* Add test capturing failure. Ref #3002.Jason R. Coombs2022-01-051-0/+10
* Merge https://github.com/pypa/distutilsJason R. Coombs2022-01-051-2/+7
* Use 'dict()' instead of '.copy()', for compatibility with DictStack.Jason R. Coombs2022-01-031-1/+1
* Merge https://github.com/pypa/distutilsJason R. Coombs2022-01-035-14/+83
* Merge https://github.com/pypa/distutils into feature/distutils-8c160a9693Jason R. Coombs2021-12-2944-85/+76
* Monkey patch distutils.log.set_threshold so the Python logger honors calls to...Jason R. Coombs2021-12-281-0/+8
* Add setuptools.log to supersede distutils.log. Ref #2973.Jason R. Coombs2021-12-282-0/+24
* Mark test as xfail. Fixes #2975.Jason R. Coombs2021-12-261-0/+1
* Remove skipif for Python 3.6, no longer supported.Jason R. Coombs2021-12-261-1/+0
* Merge https://github.com/pypa/distutils into feature/distutils-a5af364910Jason R. Coombs2021-12-234-169/+37
* Extend tests to capture expectation of only one DistutilsMetaFinder at a time.Jason R. Coombs2021-12-231-0/+15
* Merge https://github.com/pypa/distutils into bugfix/distutils88Jason R. Coombs2021-12-231-9/+23
* Merge https://github.com/pypa/distutils into bugfix/opensuseJason R. Coombs2021-12-221-0/+1
* Select 'posix_user' for the scheme unless falling back to stdlib, then use 'u...Jason R. Coombs2021-12-201-2/+2
* Add fallback support for distutils in stdlib.Jason R. Coombs2021-12-201-3/+11
* In easy_install, re-use scheme selection from distutils if available.Jason R. Coombs2021-12-201-8/+5
* Merge https://github.com/pypa/distutils into bugfix/2938-easy-install-schemesJason R. Coombs2021-12-201-23/+42
* Merge distutils into main.Jason R. Coombs2021-12-196-30/+57
* Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932.Jason R. Coombs2021-12-171-1/+1
* In depends, rely on packaging instead of distutils for version management.Jason R. Coombs2021-12-122-12/+9
* In dist, rely on packaging instead of distutils for version management.Jason R. Coombs2021-12-121-5/+8
* Merge with pypa/distutils@92082ee42c.debt/deprecate-versionJason R. Coombs2021-12-125-14/+41
* Merge branch 'main' of https://github.com/pypa/setuptoolsJason R. Coombs2021-12-031-2/+5
|\
| * Update comment and docstring.Jason R. Coombs2021-11-291-2/+5
* | Merge https://github.com/pypa/distutils at 8f2df0bf6.Jason R. Coombs2021-12-032-3/+13
|/
* When repairing bad summaries, use only the first line.Jason R. Coombs2021-11-281-1/+1
* Revert "Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-inv...Jason R. Coombs2021-11-281-4/+4
* Remove reliance on distutils log verbosity.Jason R. Coombs2021-11-261-10/+3
* Bind to 'distutils.log' late in case the loader has changed.Jason R. Coombs2021-11-261-3/+2
* Remove 'sample_test' fixture, unused.Jason R. Coombs2021-11-261-59/+0
* Use jaraco.path.build in test_tests_are_run_once.Jason R. Coombs2021-11-261-18/+18
* Merge pull request 2902.Jason R. Coombs2021-11-222-20/+60
* Merge pull request #2875 from pypa/feature/local-schemesJason R. Coombs2021-11-188-77/+171
|\
| * Merge https://github.com/pypa/distutils into feature/local-schemesJason R. Coombs2021-11-185-19/+70
| * Merge branch 'main' into feature/local-schemesfeature/local-schemesJason R. Coombs2021-11-123-58/+101
* | Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-161-3/+3
* | Suppress invalid versions when parsing in package_index. They will still be a...Jason R. Coombs2021-11-151-1/+9
* | Update config.ConfigMetadataHandler._parse_version not to rely on LegacyVersion.Jason R. Coombs2021-11-151-2/+4
* | Merge pull request #2879 from pypa/debt/update-packagingJason R. Coombs2021-11-1415-1013/+1058
|\ \
| * | Update packaging to 21.2. Ref #2497.debt/update-packagingJason R. Coombs2021-11-1415-1013/+1058
| |/
* | Reduce scope of setup_requires deprecation to only deprecate the installation...feature/deprecate-installerJason R. Coombs2021-11-142-6/+7
|/
* Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-invalid-sum...Jason R. Coombs2021-11-121-4/+4
|\
| * Restore single_line as a simple, universal validator.Jason R. Coombs2021-11-121-6/+4
| * Fail on a multiline distribution package summarySviatoslav Sydorenko2021-11-111-6/+8
* | Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip...Jason R. Coombs2021-11-121-4/+9
* | Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILSJason R. Coombs2021-11-122-0/+9
|\ \ | |/ |/|
| * Bring back the xfail as it appears to be needed at least on macOS.Jason R. Coombs2021-11-111-0/+4
| * Avoid upgrading setuptools when creating the venv for distutils_adoption test...Jason R. Coombs2021-11-111-4/+5