summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog.v60.3.0Jason R. Coombs2022-01-051-1/+1
* Merge https://github.com/pypa/distutilsJason R. Coombs2022-01-051-2/+7
|\
| * Update DictStack implementation from jaraco.collections 3.5.1Jason R. Coombs2022-01-051-2/+7
* | Bump version: 60.2.0 → 60.3.0Jason R. Coombs2022-01-035-4/+15
* | Update changelog.Jason R. Coombs2022-01-031-0/+1
* | 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-036-14/+84
|\ \ | |/
| * In install command, honor config_vars from sysconfig. Fixes pypa/distutils#103.Jason R. Coombs2022-01-031-9/+11
| * Add DictStack from jaraco.collections.Jason R. Coombs2022-01-031-0/+51
| * Merge pull request #101 from pypa/macos-buildext-testsJason R. Coombs2021-12-302-2/+7
| |\
| | * bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Ronald Oussoren2021-12-301-2/+2
| | * bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)FX Coudert2021-12-301-3/+7
| | * bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2021-12-301-1/+1
| | * Include Python 3.8 in tests. Ref pypa/distutils#100.Jason R. Coombs2021-12-291-0/+1
| * | Merge pull request #95 from lazka/tests-requires_zlibJason R. Coombs2021-12-302-3/+15
| |\ \
| | * | In tests, add compatibility shim py38compat.requires_zlib.Jason R. Coombs2021-12-292-1/+13
| | * | tests: fix usage of requires_zlib() decoratorChristoph Reiter2021-12-271-2/+2
* | | | Add another exception for the exclusion for pip. Fixes #2993.bugfix/2993-get-pip-exemptionJason R. Coombs2022-01-022-0/+11
* | | | Bump version: 60.1.1 → 60.2.0v60.2.0Jason R. Coombs2021-12-297-6/+17
* | | | Add changelog.Jason R. Coombs2021-12-291-0/+1
* | | | Merge https://github.com/pypa/distutils into feature/distutils-8c160a9693Jason R. Coombs2021-12-2944-85/+76
|\ \ \ \ | |/ / /
| * | | Merge pull request #92 from lazka/use-stdlib-get_makefile_filenameJason R. Coombs2021-12-292-17/+7
| |\ \ \
| | * | | sysconfig: use get_makefile_filename() from stdlib sysconfigChristoph Reiter2021-12-272-17/+7
| | |/ /
| * | | Merge pull request #94 from lazka/fix-test-deprecationsJason R. Coombs2021-12-2941-44/+44
| |\ \ \
| | * | | tests: use loadTestsFromTestCase() instead of the deprecated makeSuite()Christoph Reiter2021-12-2741-44/+44
| | |/ /
| * | | Merge pull request #96 from lazka/less-strict-pyconfigh-testsJason R. Coombs2021-12-291-2/+1
| |\ \ \
| | * | | tests: fix tests on Ubuntu 22.04Christoph Reiter2021-12-271-2/+1
| | |/ /
| * | | Merge pull request #97 from lazka/dont-assume-py-exe-nameJason R. Coombs2021-12-291-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | tests: use sys.executable instead of hardcoding "python"Christoph Reiter2021-12-271-1/+1
| | |/
| * | It really must be literally 39.Jason R. Coombs2021-12-291-4/+4
| * | Unset VIRTUALENV_NO_SETUPTOOLS for ci_setuptools because pytest-virtualenv ca...Jason R. Coombs2021-12-291-1/+2
| * | 39 is actually required to get the right packages.Jason R. Coombs2021-12-291-4/+4
| * | Also use PEP 517 to build things like pytest-virtualenv.Jason R. Coombs2021-12-291-0/+1
| * | Disable setuptools installation. Fixes pypa/distutils#99.Jason R. Coombs2021-12-291-0/+4
| * | Restore 'get_versions' attribute, allowing older mpi4py to monkeypatch it. Fi...Jason R. Coombs2021-12-291-0/+6
| * | Use line-based matrix values for nicer diffs. Remove Python 3.6 and bump to P...Jason R. Coombs2021-12-281-7/+17
| |/
| * Merge pull request #91 from lazka/use-stdlib-get_config_h_filenameJason R. Coombs2021-12-261-2/+2
| |\
| | * sysconfig: use get_config_h_filename() from the stdlibChristoph Reiter2021-12-261-2/+3
| * | sysconfig: use parse_config_h() from stdlib sysconfigChristoph Reiter2021-12-272-20/+12
| * | 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-12-261-1/+5
| |/
* | Merge pull request #2962 from nitzmahone/setuptools_picky_shimJason R. Coombs2021-12-292-6/+13
|\ \
| * | Update changelog.Jason R. Coombs2021-12-291-0/+1
| * | Merge branch 'main' into setuptools_picky_shimJason R. Coombs2021-12-2914-202/+147
| |\ \
| * | | Check early for the presence of local distutils and bail out if the found ver...Jason R. Coombs2021-12-291-8/+6
| * | | Restore assertion about expected distutils.Jason R. Coombs2021-12-291-3/+1
| * | | distutils shim should ignore setuptools on another pathMatt Davis2021-12-231-1/+12
* | | | Merge pull request #2984 from pypa/bugfix/2983-ensure-shimJason R. Coombs2021-12-293-5/+6
|\ \ \ \
| * | | | Restore 'add_shim' as the way to invoke the hook. Avoids compatibility issues...Jason R. Coombs2021-12-293-5/+6
| | |/ / | |/| |
* | | | Merge pull request #2974 from pypa/feature/loggingJason R. Coombs2021-12-283-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Monkey patch distutils.log.set_threshold so the Python logger honors calls to...Jason R. Coombs2021-12-281-0/+8