summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://github.com/pypa/distutils into feature/distutils-8c160a9693feature/distutils-8c160a9693Jason R. Coombs2021-12-294-23/+25
|\
| * 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
| * | | Add setuptools.log to supersede distutils.log. Ref #2973.Jason R. Coombs2021-12-283-0/+25
|/ / /
* | | Merge pull request #2978 from abravalheri/revert-sphinx-workaroundJason R. Coombs2021-12-282-4/+1
|\ \ \
| * | | Leave sphinx unpinned as found upstream.Jason R. Coombs2021-12-281-1/+1
| * | | Remove workaround for test/CI dependency on SphinxAnderson Bravalheri2021-12-272-5/+2
* | | | Bump version: 60.1.0 → 60.1.1v60.1.1Jason R. Coombs2021-12-284-3/+11
* | | | Bypass distutils loader when setuptools module is no longer available on sys....Jason R. Coombs2021-12-282-0/+8
|/ / /
* | | 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
* | | Include channel in the URL.Jason R. Coombs2021-12-261-1/+1
* | | Add discord badgeJason R. Coombs2021-12-261-0/+4
* | | Merge pull request #2966 from eacheson/patch-1Jason R. Coombs2021-12-241-13/+13
|\ \ \
| * | | Update quickstart.rsteacheson2021-12-241-13/+13
|/ / /
* | | Bump version: 60.0.5 → 60.1.0v60.1.0Jason R. Coombs2021-12-235-4/+12
* | | Update changelog.Jason R. Coombs2021-12-231-0/+1
* | | Merge https://github.com/pypa/distutils into feature/distutils-a5af364910Jason R. Coombs2021-12-234-169/+37
|\ \ \ | | |/ | |/|
| * | Merge pull request #89 from isuruf/spawnJason R. Coombs2021-12-231-1/+1
| |\ \
| | * | Use mock.patch.dict to patch os.environIsuru Fernando2021-12-241-1/+1
| |/ /
| * | Merge pull request #77 from naveen521kk/remove-old-checkJason R. Coombs2021-12-232-165/+34
| |\ \
| | * | Raise a `DeprecationWarning` for `gcc_version` attributeNaveen M K2021-12-191-7/+17
| | * | Remove unused imports in cygwincompiler and the reliance on them in tests.Jason R. Coombs2021-12-191-27/+0
| | * | MinGW/Cygwin: Remove checks for ancient gcc/binutilsNaveen M K2021-12-192-136/+22
| * | | Move 'str' cast into the one place where it's needed and allow config_vars to...Jason R. Coombs2021-12-231-3/+2
* | | | Merge pull request #2961 from pypa/feature/DistutilsMetaFinder-onceJason R. Coombs2021-12-234-4/+33
|\ \ \ \
| * \ \ \ Merge branch 'feature/DistutilsMetaFinder-once-test' into feature/DistutilsMe...Jason R. Coombs2021-12-231-0/+15
| |\ \ \ \
| | * | | | Extend tests to capture expectation of only one DistutilsMetaFinder at a time.Jason R. Coombs2021-12-231-0/+15
| |/ / / / |/| | | |
| * | | | In distutils_hack, only add the metadata finder once. In ensure_local_distuti...Jason R. Coombs2021-12-233-4/+18
|/ / / /
* | | | Bump version: 60.0.4 → 60.0.5v60.0.5Jason R. Coombs2021-12-234-3/+11
* | | | Update changelogJason R. Coombs2021-12-231-0/+1
* | | | Merge https://github.com/pypa/distutils into bugfix/distutils88Jason R. Coombs2021-12-231-9/+23
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Cast value to str and provide a comment explaining why. Ref pypa/distutils#87.Jason R. Coombs2021-12-231-1/+2
| * | When headers are missing in a preferred scheme, use the default scheme as a f...Jason R. Coombs2021-12-231-8/+21
| * | Fix AttributeError when sysconfig does not supply platsubdirAnthony Sottile2021-12-221-1/+1
* | | Bump version: 60.0.3 → 60.0.4v60.0.4Jason R. Coombs2021-12-224-3/+11