summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | | | | |
| * | | | | | | Add test for PEP 517 backends not installing setup_requiresThomas Kluyver2020-08-061-1/+31
| | | | | | | |
| * | | | | | | get_requires_for_build* hooks rely on 'installing' setup_requiresThomas Kluyver2020-08-061-4/+5
| | | | | | | |
| * | | | | | | Don't install setup_requires when run as a PEP-517 backend.Thomas Kluyver2020-08-061-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Under PEP-517, installing build dependencies is up to the frontend. Closes gh-2303
* | | | | | | | Bump version: 49.3.2 → 49.4.0v49.4.0Jason R. Coombs2020-08-134-3/+8
| | | | | | | |
* | | | | | | | Merge pull request #2327 from pypa/feature/update-packagingmergify[bot]2020-08-1325-384/+1777
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update packaging to 20.4
| * | | | | | | | Update changelog.Jason R. Coombs2020-08-121-0/+1
| | | | | | | | |
| * | | | | | | | Update packaging to 20.4. Closes #2310.Jason R. Coombs2020-08-1224-384/+1776
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Clean up RST.Jason R. Coombs2020-08-121-1/+1
| | | | | | | |
* | | | | | | | Bump version: 49.3.1 → 49.3.2v49.3.2Jason R. Coombs2020-08-125-4/+9
| | | | | | | |
* | | | | | | | Merge pull request #2314 from raimon49/provide-consistency-in-setup.cfg-docsJason R. Coombs2020-08-121-6/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | docs: Suggestion - Provide consistency in the description of setup.cfg
| * | | | | | | | Provide consistency in the description of setup.cfgraimon2020-08-081-6/+6
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2300 from athos-ribeiro/safe_verion-docsJason R. Coombs2020-08-122-6/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve safe_version documentation
| * | | | | | | | Improve safe_version documentationAthos Ribeiro2020-08-042-6/+7
| |/ / / / / / /
* | | | | | | | Merge pull request #2297 from radarhere/masterJason R. Coombs2020-08-123-7/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change load_module to exec_module
| * | | | | | | | Update changelog.Jason R. Coombs2020-08-121-0/+1
| | | | | | | | |
| * | | | | | | | Change load_module to exec_moduleAndrew Murray2020-08-102-7/+10
| |/ / / / / / /
* | | | | | | | Merge pull request #2319 from pypa/fix_changelogPaul Ganssle2020-08-101-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove superfluous 'v' in CHANGES.rst
| * | | | | | | | Remove superfluous 'v' in CHANGES.rstPaul Ganssle2020-08-101-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was an artifact of the fact that I did not use `tox -e finalize` to do the latest release in order to make a patch release.