summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * add resources on packagingAnanth Pattabiraman2022-01-071-2/+3
|/
* Merge pull request #3012 from abravalheri/remove-numpy-from-integration-testsAnderson Bravalheri2022-01-071-2/+1
|\
| * Remove `numpy` sdists from integration testsAnderson Bravalheri2022-01-071-2/+1
* | Merge pull request #3011 from abravalheri/fix-placement-of-news-fragmentAnderson Bravalheri2022-01-071-0/+0
|\ \ | |/ |/|
| * Fix misplaced news fragmentAnderson Bravalheri2022-01-071-0/+0
|/
* Merge pull request #2839 from msuozzo/patch-1Jason R. Coombs2022-01-064-5/+39
|\
| * Use MappingProxyType to ensure immutability.Matthew Suozzo2022-01-061-1/+1
| * Merge remote-tracking branch 'upstream/main' into patch-1Anderson Bravalheri2022-01-06149-2699/+6304
| |\
| * | Add new test to document expected order stability.Matthew Suozzo2021-12-161-0/+33
| * | Remove pkg_resources nondeterminism.Matthew Suozzo2021-11-281-2/+2
| * | Add news entry.Matthew Suozzo2021-10-301-0/+1
| * | Revert inner function name change.Matthew Suozzo2021-10-301-1/+1
| * | Maintain `requires` order in METADATA.Matthew Suozzo2021-10-301-4/+4
* | | Merge pull request #2952 from abravalheri/issue-2950Anderson Bravalheri2022-01-0712-0/+513
|\ \ \
| * | | Improve path handling on move_license taskAnderson Bravalheri2021-12-221-2/+3
| * | | Remove license lookup in *.egg-infoAnderson Bravalheri2021-12-211-3/+2
| * | | Add news fragmentAnderson Bravalheri2021-12-211-0/+1
| * | | Change vendoring script to preserve license filesAnderson Bravalheri2021-12-2111-0/+512
* | | | Merge pull request #2968 from abravalheri/remove-need-for-tmp-src-fixtureAnderson Bravalheri2022-01-0715-123/+160
|\ \ \ \
| * | | | Ensure test_cygwin pass before CI release actionAnderson Bravalheri2022-01-061-1/+1
| * | | | Use setuptools wheel instead of source tree in integration testsAnderson Bravalheri2022-01-062-10/+8
| * | | | Add news fragmentAnderson Bravalheri2022-01-063-0/+17
| * | | | Prevent some tests from inadvertently using the project root for buildsAnderson Bravalheri2022-01-063-2/+6
| * | | | Remove dependency on pytest_virtualenvAnderson Bravalheri2022-01-062-3/+1
| * | | | Replace tmp_src fixture with the virtualenv fixturesAnderson Bravalheri2022-01-063-82/+34
| * | | | Extract venv fixtures from test_distutils_adoptionAnderson Bravalheri2022-01-063-26/+47
| * | | | Add fixtures for sdist and wheel artifactsAnderson Bravalheri2022-01-063-0/+47
|/ / / /
* | | | Merge pull request #3008 from abravalheri/sphinx-faviconAnderson Bravalheri2022-01-0618-1491/+457
|\ \ \ \
| * | | | Remove unused imports from docs/conf.pyAnderson Bravalheri2022-01-061-3/+0
| * | | | Add news fragmentAnderson Bravalheri2022-01-062-0/+3
| * | | | Use an SVG optimiserAnderson Bravalheri2022-01-0611-1419/+443
| * | | | Replace in-tree sphinx extension with sphinx-faviconAnderson Bravalheri2022-01-063-65/+7
| * | | | Rename `docs/{images/README => artwork}.rst`Anderson Bravalheri2022-01-062-4/+4
* | | | | Merge pull request #2863 from abravalheri/integration-testsAnderson Bravalheri2022-01-068-2/+366
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow integration tests to be manually triggered in GitHub ActionsAnderson Bravalheri2022-01-061-2/+2
| * | | | Add SETUPTOOLS_USE_DISTUTILS configuration to integration testsAnderson Bravalheri2022-01-061-0/+7
| * | | | Merge branch 'main' into integration-testsmergify[bot]2022-01-0661-333/+532
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Bump version: 60.3.0 → 60.3.1v60.3.1Jason R. Coombs2022-01-064-3/+11
| |/ / / |/| | |
* | | | Extract the SYSTEMROOT handler and document it.Jason R. Coombs2022-01-051-4/+16
* | | | Remove the env, as the test suite runs local by default but also tests stdlib.Jason R. Coombs2022-01-051-3/+2
* | | | Merge test with fix. Ref #3002.Jason R. Coombs2022-01-051-0/+10
|\ \ \ \
| * | | | Add test capturing failure. Ref #3002.Jason R. Coombs2022-01-051-0/+10
* | | | | Suppress AttributeError when detecting get-pip. Fixes #3002.Jason R. Coombs2022-01-052-0/+13
|/ / / /