aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update changelog.Jason R. Coombs2020-07-071-0/+1
* Remove py2_warn, no longer needed as a SyntaxError is encountered before the ...Jason R. Coombs2020-07-072-17/+0
* Merge pull request #2236 from pypa/bugfix/2228-spawn-missingJason R. Coombs2020-07-053-3/+20
|\
| * Merge branch 'master' into bugfix/2228-spawn-missingJason R. Coombs2020-07-0531-14/+1281
| |\ | |/ |/|
* | Remove stale description of packaging.Jason R. Coombs2020-07-041-8/+1
* | Add banner to main docs pageJason R. Coombs2020-07-041-2/+5
* | Render logo in the readme.Jason R. Coombs2020-07-041-0/+4
* | Rename logo assets to remove project name and 'logo', which are implied by th...Jason R. Coombs2020-07-049-0/+0
* | Merge pull request #2229 from cajhne/logo001Jason R. Coombs2020-07-0424-0/+1258
|\ \
| * | Use lowercase 't' for consistency in branding.Jason R. Coombs2020-07-041-2/+2
| * | Add logo resourcescajhne2020-07-0324-0/+1258
* | | Amend changelog for 48.0 to include more detail about usage expectations. Ref...Jason R. Coombs2020-07-031-1/+2
* | | Bump version: 49.0.0 → 49.1.0v49.1.0Jason R. Coombs2020-07-034-3/+8
* | | Merge pull request #2231 from pypa/bugfix/disable-distutilsJason R. Coombs2020-07-033-1/+4
|\ \ \ | |/ / |/| |
| * | Omit distutils_patch from test collection.Jason R. Coombs2020-07-031-0/+1
| * | Update changelog. Ref #2228 and #2230.Jason R. Coombs2020-07-031-0/+1
| * | Disable adopted distutils while troubleshooting #2228 and #2230.Jason R. Coombs2020-07-031-1/+2
|/ /
| * Bump version: 49.0.0 → 49.0.1v49.0.1Jason R. Coombs2020-07-054-3/+8
| * Update changelog. Ref #2228.Jason R. Coombs2020-07-051-0/+1
| * Merge https://github.com/pypa/distutils into HEADJason R. Coombs2020-07-052-3/+14
|/|
| * Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and pypa/setu...Jason R. Coombs2020-07-051-3/+9
| * Add test for spawn when exe is missing. Ref pypa/distutils#3.Jason R. Coombs2020-07-051-0/+5
* | Bump version: 48.0.0 → 49.0.0v49.0.0Jason R. Coombs2020-07-037-6/+11
* | Merge pull request #2199 from cool-RR/2020-06-11-raise-fromJason R. Coombs2020-07-0310-40/+50
|\ \
| * \ Merge branch 'master' into 2020-06-11-raise-fromJason R. Coombs2020-07-03146-381/+24879
| |\ \ | |/ / |/| |
* | | Merge pull request #2180 from ozars/2175-bump-pkg-resources-vendorJason R. Coombs2020-07-0312-186/+661
|\ \ \
| * | | Update changelog.Jason R. Coombs2020-07-031-0/+1
| * | | Update vendor packaging in pkg_resources to v19.2Omer Ozarslan2020-07-0311-186/+660
* | | | Merge pull request #2166 from pypa/bugfix/2165-remove-site-pyJason R. Coombs2020-07-036-129/+3
|\ \ \ \
| * | | | Update changelog.Jason R. Coombs2020-05-291-0/+1
| * | | | Setuptools no longer installs a site.py file during easy_install or develop i...Jason R. Coombs2020-05-295-129/+2
| |/ / /
* | | | Merge pull request #2137 from pypa/debt/remove-RequirementParseErrorJason R. Coombs2020-07-032-9/+6
|\ \ \ \
| * | | | Update changelog.debt/remove-RequirementParseErrorJason R. Coombs2020-07-031-0/+1
| * | | | Add a compatibility wrapper, so downstream consumers trapping a RequirementPa...Jason R. Coombs2020-06-151-0/+4
| * | | | Remove superfluous RequirementParseError. Ref #1832.Jason R. Coombs2020-05-241-9/+1
* | | | | Bump version: 47.3.2 → 48.0.0v48.0.0Jason R. Coombs2020-07-034-3/+8
* | | | | Merge pull request #2143 from pypa/distutilsJason R. Coombs2020-07-03117-18/+24159
|\ \ \ \ \
| * | | | | Update changelog.distutilsJason R. Coombs2020-07-031-1/+1
| * | | | | Merge pull request #2226 from pypa/distutils-nestedJason R. Coombs2020-07-03111-16/+8
| |\ \ \ \ \
| | * | | | | Ensure the module is named 'distutils'. Avoids errors when distutils.log and ...Jason R. Coombs2020-07-031-0/+1
| | * | | | | Move distutils into a submodule of setuptools.Jason R. Coombs2020-07-03111-16/+7
| |/ / / / /
| * | | | | Merge pull request #2221 from mattip/pypyJason R. Coombs2020-07-024-18/+26
| |\ \ \ \ \
| | * | | | | catch some resource leaksmattip2020-07-023-17/+25
| | * | | | | fix test for deprecation warningmattip2020-07-021-1/+1
| |/ / / / /
| * | | | | Merge https://github.com/pypa/distutils into distutilsJason R. Coombs2020-07-0212-43/+182
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #1 from pypa/feature/integrate-pypyJason R. Coombs2020-07-024-36/+84
| | |\ \ \ \
| | | * | | | In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars followin...Jason R. Coombs2020-07-021-0/+14
| | | * | | | Skip test on PyPy where the functionality is disabled.Jason R. Coombs2020-07-011-0/+1
| | | * | | | no Makefile with PyPy and has own layout for python stdlib, site-packagesmattip2020-07-011-35/+44
| | | * | | | do the minimum to fix sysconfig.py for PyPy, more will probably be neededmattip2020-07-011-1/+5