summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 60.5.3 → 60.5.4v60.5.4Jason R. Coombs2022-01-166-4/+13
* Merge pull request #3031 from pypa/feature/cpython-suppress-distutilsJason R. Coombs2022-01-163-0/+12
|\
| * Suppress distutils replacement when building or testing CPython. Fixes #2965....Jason R. Coombs2022-01-163-0/+12
|/
* Refactor to generalize script detection.Jason R. Coombs2022-01-161-8/+5
* Remove filtering of distutils warnings. Ref #3009.Jason R. Coombs2022-01-162-11/+1
* Move launcher build scripts to toolsJason R. Coombs2022-01-142-0/+0
* Move towncrier template to toolsJason R. Coombs2022-01-142-1/+1
* Simplify vendored script to simply include the metadata.Jason R. Coombs2022-01-1459-34/+2236
* six isn't installed any longerJason R. Coombs2022-01-141-1/+0
* Update vendored with no changes.Jason R. Coombs2022-01-142-36/+36
* Remove dependency on paver in vendored update.Jason R. Coombs2022-01-143-5/+6
* Move vendor routine to toolsJason R. Coombs2022-01-142-1/+1
* Create tox routine for updating vendored packages.Jason R. Coombs2022-01-141-0/+7
* Merge pull request #3018 from abravalheri/fix-exclude-patternAnderson Bravalheri2022-01-142-0/+10
|\
| * Prevent test files from being included in setuptools own wheelAnderson Bravalheri2022-01-092-0/+10
* | Merge pull request #3028 from abravalheri/improve-310-testAnderson Bravalheri2022-01-141-10/+12
|\ \
| * | Fix failing test when user site-packages has no version numberAnderson Bravalheri2022-01-131-10/+12
* | | Bump version: 60.5.2 → 60.5.3v60.5.3Jason R. Coombs2022-01-134-3/+11
|/ /
* | Merge pull request #3027 from pypa/bugfix/3026-sysconfig-vars-in-easy-installJason R. Coombs2022-01-133-22/+23
|\ \
| * | Honor sysconfig variables in easy_install. Fixes #3026.bugfix/3026-sysconfig-vars-in-easy-installJason R. Coombs2022-01-122-8/+9
| * | Trim excess indentation.Jason R. Coombs2022-01-111-14/+14
|/ /
* | Bump version: 60.5.1 → 60.5.2v60.5.2Jason R. Coombs2022-01-114-3/+11
* | Merge pull request #3023 from pypa/bugfix/2993-reduxJason R. Coombs2022-01-102-2/+28
|\ \
| * | Instead of detecting 'get-pip' during the import of pip, detect the attempt t...bugfix/2993-reduxJason R. Coombs2022-01-102-2/+28
| |/
* | Bump version: 60.5.0 → 60.5.1v60.5.1Jason R. Coombs2022-01-104-3/+11
* | Merge pull request #2918 from nitzmahone/fix_nonlegacy_loaderJason R. Coombs2022-01-102-1/+4
|\ \ | |/ |/|
| * Update changelog.Jason R. Coombs2022-01-101-0/+1
| * fix failures w/ py3-only loadersMatt Davis2021-12-061-1/+3
* | Disable cygwin tests for now. Ref #3016.Jason R. Coombs2022-01-081-0/+1
* | Bump version: 60.4.0 → 60.5.0v60.5.0Jason R. Coombs2022-01-084-3/+11
* | Merge pull request #2990 from asottile/distutils-hack-set-originJason R. Coombs2022-01-083-1/+11
|\ \
| * | set origin= for distutils.__spec__Anthony Sottile2022-01-082-1/+4
| * | Check that distutils has an origin. Ref #2990.Jason R. Coombs2022-01-081-0/+7
* | | Bump version: 60.3.1 → 60.4.0v60.4.0Jason R. Coombs2022-01-0814-30/+44
* | | Merge pull request #3009 from tiran/issue3006_startup_speedupJason R. Coombs2022-01-083-27/+38
|\ \ \ | |/ / |/| |
| * | pytest.ini uses tabsChristian Heimes2022-01-081-2/+1
| * | Suppress distutils deprecation warningChristian Heimes2022-01-081-0/+2
| * | Move filter into meta finderChristian Heimes2022-01-081-20/+21
| * | Use internal warnings API and _TrivialRe hack to install filterChristian Heimes2022-01-081-6/+19
| * | Temporarily add back filter, tests fail without itChristian Heimes2022-01-081-4/+4
| * | Add changelog entryChristian Heimes2022-01-081-0/+2
| * | Speedup startup of Python by importing lessChristian Heimes2022-01-081-28/+22
|/ /
* | Merge pull request #3014 from pypa/feature/distutils-hack-startup-perfJason R. Coombs2022-01-083-0/+9
|\ \
| * | Capture performance of interpreter startup. Ref #3006.feature/distutils-hack-startup-perfJason R. Coombs2022-01-073-0/+9
|/ /
* | Merge pull request #2953 from liuzhe-lz/mainJason R. Coombs2022-01-073-2/+52
|\ \
| * | fix version parsingliuzhe2022-01-072-2/+3
| * | Add test to make sure 3.10 is not interpreted as 3.1Anderson Bravalheri2022-01-071-0/+49
* | | Merge pull request #3013 from ananthp/docs/2674-packaging-resourcesAnderson Bravalheri2022-01-072-2/+4
|\ \ \ | |/ / |/| |
| * | Update docs/userguide/quickstart.rstAnanth Pattabiraman2022-01-071-1/+1
| * | add 2674 changelogAnanth Pattabiraman2022-01-071-0/+1