summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bring Python 3.5 tests back to improve coverage.feature/plugins-enabled-by-defaultJason R. Coombs2020-09-151-0/+4
|
* Move VS tests to Python 3.8Jason R. Coombs2020-09-151-8/+8
|
* Remove '--cov' in appveyor too.Jason R. Coombs2020-09-141-1/+1
|
* Merge branch 'master' into feature/plugins-enabled-by-defaultJason R. Coombs2020-09-142-12/+0
|\
| * Remove legacy warning suppressions and Python 2 ignored collections.Jason R. Coombs2020-09-142-12/+0
| |
* | Restrict jaraco.test to Python 3.6 or later to avoid installation failures.Jason R. Coombs2020-09-141-1/+1
| |
* | Enable flake8 and cov plugins only when installed. Avoid installing in PyPy.Jason R. Coombs2020-09-144-20/+10
|/
* Bump version: 50.2.0 → 50.3.0v50.3.0Jason R. Coombs2020-09-054-3/+8
|
* Add changelog. Ref pypa/distutils#15.Jason R. Coombs2020-09-051-0/+1
|
* Merge https://github.com/pypa/distutils into masterJason R. Coombs2020-09-052-1/+45
|\
| * Emit a warning when the fallback spawn was triggered. Ref pypa/distutils#15.Jason R. Coombs2020-09-052-0/+4
| |
| * Add fallback for the situation where distutils.ccompiler.CCompiler.spawn has ↵Jason R. Coombs2020-09-051-1/+22
| | | | | | | | been patched. Fixes pypa/distutils#15.
| * Add test capturing failed expectation. Ref pypa/distutils#15.Jason R. Coombs2020-09-051-0/+20
| |
| * No longer try to track package changes separately.Jason R. Coombs2020-09-011-1/+1
| |
* | Bump version: 50.1.0 → 50.2.0v50.2.0Jason R. Coombs2020-09-045-7/+12
| |
* | Merge pull request #2381 from ↵Jason R. Coombs2020-09-042-0/+14
|\ \ | | | | | | | | | | | | pypa/bugfix/2355-keep-distutils-patched-when-pip-imported-during-build When pip is imported as part of a build, leave distutils patched.
| * | When pip is imported as part of a build, leave distutils patched. Fixes #2355.Jason R. Coombs2020-09-042-0/+14
| | |
* | | Merge pull request #2380 from thisch/bdist-rpmJason R. Coombs2020-09-042-13/+5
|\ \ \ | |/ / |/| | Reduce size of setuptools' bdist_rpm._make_spec_file
| * | Reduce size of setuptools' bdist_rpm._make_spec_fileThomas Hisch2020-09-042-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are some setuptools specific changes in the bdist_rpm module that are no longer needed, because the upstream/shipped version of distutils already contains them. The code that is removed in this commit from bdist_rpm is already part of the python-3.5 version of distutils. Related: #2377
* | | 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-09-041-2/+2
|/ /
* | Bump version: 50.0.3 → 50.1.0v50.1.0Jason R. Coombs2020-09-024-3/+8
| |
* | Merge pull request #2376 from pypa/feature/stdlib-distutils-default-againJason R. Coombs2020-09-024-4/+7
|\ \ | | | | | | Make stdlib distutils the default again. Stop the burning.
| * | Update tests to specify local or stdlib for stability under default value.Jason R. Coombs2020-09-021-2/+4
| | |
| * | Make stdlib distutils the default again. Stop the burning. Ref #2350 and others.Jason R. Coombs2020-09-023-2/+3
|/ /
* | Ensure GITHUB_TOKEN is set. Closes #2328.Jason R. Coombs2020-09-011-0/+1
| |
* | Bump version: 50.0.2 → 50.0.3v50.0.3Jason R. Coombs2020-09-014-3/+8
| |
* | Add links for distutilsJason R. Coombs2020-09-011-0/+4
| |
* | Merge https://github.com/pypa/distutils into masterJason R. Coombs2020-09-013-1/+33
|\ \ | |/
| * Merge pull request #10 from pypa/bugfix/9-legacy-link-libpythonJason R. Coombs2020-09-012-1/+32
| |\ | | | | | | Restore pythonlib support on older Pythons.
| | * Restore pythonlib support on older Pythons. Fixes pypa/distutils#9.Jason R. Coombs2020-09-012-1/+32
| |/
| * Merge branch 'clean' into masterJason R. Coombs2020-09-013-4/+16
| |\
| * \ Merge branch 'clean' into masterJason R. Coombs2020-08-314-3/+34
| |\ \
| * \ \ Merge branch 'clean' into masterJason R. Coombs2020-08-023-4/+43
| |\ \ \
| * \ \ \ Merge branch 'clean'Jason R. Coombs2020-07-122-10/+6
| |\ \ \ \
| * | | | | Add README, including docs describing how to synchronize with CPython.Jason R. Coombs2020-07-121-0/+40
| | | | | |
* | | | | | Support 'bpo-' prefix on Python bugsJason R. Coombs2020-09-011-1/+1
| | | | | |
* | | | | | Bump version: 50.0.1 → 50.0.2v50.0.2Jason R. Coombs2020-09-014-3/+8
| | | | | |
* | | | | | Merge pull request #2369 from pypa/bugfix/2352-relative-import-distutils-hackJason R. Coombs2020-09-012-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | In distutils hack, use absolute import rather than relative to avoid bpo-30876.
| * | | | | | In distutils hack, use absolute import rather than relative to avoid ↵Jason R. Coombs2020-09-012-1/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | bpo-30876. Fixes #2352.
* | | | | | Bump version: 50.0.0 → 50.0.1v50.0.1Jason R. Coombs2020-09-016-7/+12
| | | | | |
* | | | | | Update changelog. Closes #2357.Jason R. Coombs2020-09-011-0/+1
| | | | | |
* | | | | | Bugfix is 'misc'. Ref #2361.Jason R. Coombs2020-09-011-0/+0
| | | | | |
* | | | | | Update changelog. Ref #2358.Jason R. Coombs2020-09-011-0/+1
| | | | | |
* | | | | | Merge pull request #2361 from vstinner/masterJason R. Coombs2020-09-012-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Python 3.10 support to _distutils_hack
| * | | | | | Add Python 3.10 support to _distutils_hackVictor Stinner2020-09-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get the 'Loader' abstract class from importlib.abc rather than importlib.util.abc (alias removed in Python 3.10).
* | | | | | | Merge branch 'clean' of https://github.com/pypa/distutils into masterJason R. Coombs2020-09-011-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix TabErrorJason R. Coombs2020-09-011-4/+4
| | | | | | |
| * | | | | | Doctest modules for valid syntax, capturing TabError.Jason R. Coombs2020-09-012-0/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'clean' of https://github.com/pypa/distutils into masterJason R. Coombs2020-08-314-3/+34
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Supply a copy of _optim_args_from_interpreter_flags for Python 3.5 ↵Jason R. Coombs2020-08-312-1/+22
| | | | | | | | | | | | | | | | | | | | compatibility. Ref pypa/setuptools#2357.