summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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.
| * | | | | Restore compatibility with aix_support on Python 3.8 and earlier. Fixes ↵Jason R. Coombs2020-08-312-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | pypa/setuptools#2358.
| * | | | | Supply ModuleNotFoundError for Python 3.5.Jason R. Coombs2020-08-311-0/+3
| | |_|/ / | |/| | |
* | | | | Create Github releases when releasing. Fixes #2328.Jason R. Coombs2020-08-301-0/+3
| | | | |
* | | | | Bump version: 49.6.0 → 50.0.0v50.0.0Jason R. Coombs2020-08-205-4/+9
| | | | |
* | | | | Merge pull request #2255 from pypa/bugfix/2232-adopt-distutils-defaultJason R. Coombs2020-08-204-11/+22
|\ \ \ \ \ | | | | | | | | | | | | Re-enable distutils patch by default.
| * | | | | Refactor to use lookups and consolidate behaviors.Jason R. Coombs2020-08-151-12/+8
| | | | | |
| * | | | | When pip is imported, unload any existing distutils and disable the ↵Jason R. Coombs2020-08-151-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | DistutilsMetaFinder.
| * | | | | Bypass .pth loader when distutils is loaded from pip. Workaround for ↵Jason R. Coombs2020-08-141-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | pypa/pip#8761.
| * | | | | Update tests to reflect new expectation.Jason R. Coombs2020-08-131-5/+4
| | | | | |
| * | | | | Merge branch 'master' into bugfix/2232-adopt-distutils-defaultJason R. Coombs2020-08-1336-415/+1899
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into bugfix/2232-adopt-distutils-defaultJason R. Coombs2020-08-1047-1400/+382
| |\ \ \ \ \ \
| * | | | | | | Re-enable distutils patch by default.Jason R. Coombs2020-07-122-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #2334 from arencambre/masterJason R. Coombs2020-08-182-3/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Resolving error text issue (#2302)
| * | | | | | | | Update changelog.Jason R. Coombs2020-08-181-1/+1
| | | | | | | | |
| * | | | | | | | Add changelog text for pypa/setuptools#2302Aren Cambre2020-08-161-0/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of https://github.com/arencambre/setuptoolsAren Cambre2020-08-160-0/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # setuptools/msvc.py
| | * | | | | | | | pypa/setuptools#2302Aren Cambre2020-08-161-3/+3
| |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | pypa/setuptools#2302Aren Cambre2020-08-161-3/+4
|/ / / / / / / /
* | | | | | | | Remove six from 'extern' as vendored.Jason R. Coombs2020-08-162-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #2332 from pypa/debt/cleanup-py2mergify[bot]2020-08-1675-2547/+193
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove legacy Python 2 code
| * | | | | | | | Remove six as a vendored dependency.Jason R. Coombs2020-08-165-1738/+1
| | | | | | | | |
| * | | | | | | | Remove dependency on six from packaging.Jason R. Coombs2020-08-163-3/+7
| | | | | | | | |
| * | | | | | | | Remove Python 2 compatibilityJason R. Coombs2020-08-1668-806/+185
|/ / / / / / / /
* | | | | | | | Replace hard-coded tox working dir with the environment variable, honoring ↵Jason R. Coombs2020-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-standard working directories.
* | | | | | | | Bump version: 49.5.0 → 49.6.0v49.6.0Jason R. Coombs2020-08-134-3/+8
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #2153 from pypa/bugfix/2129-better-egg-detectionJason R. Coombs2020-08-132-3/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Stricter egg detection
| * | | | | | | Keep the full path for each entry when enumerating entries for a candidate path.bugfix/2129-better-egg-detectionJason R. Coombs2020-07-031-1/+4
| | | | | | | |
| * | | | | | | In pkg_resources, no longer detect any pathname ending in .egg as a Python ↵Jason R. Coombs2020-05-282-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | egg. Now the path must be an unpacked egg or a zip file. Fixes #2129.
* | | | | | | | Bump version: 49.4.0 → 49.5.0v49.5.0Jason R. Coombs2020-08-134-5/+10
| | | | | | | |
* | | | | | | | Merge pull request #2306 from takluyver/pep517-setup-requiresJason R. Coombs2020-08-133-3/+53
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't install setup_requires when run as a PEP-517 backend.
| * | | | | | | | Flake 99Thomas Kluyver2020-08-061-1/+0
| | | | | | | | |
| * | | | | | | | Add news fragmentThomas Kluyver2020-08-061-0/+3
| | | | | | | | |