| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 60.5.0 → 60.5.1v60.5.1 | Jason R. Coombs | 2022-01-10 | 4 | -3/+11 |
| * | Merge pull request #2918 from nitzmahone/fix_nonlegacy_loader | Jason R. Coombs | 2022-01-10 | 2 | -1/+4 |
| |\ | |||||
| | * | Update changelog. | Jason R. Coombs | 2022-01-10 | 1 | -0/+1 |
| | * | fix failures w/ py3-only loaders | Matt Davis | 2021-12-06 | 1 | -1/+3 |
| * | | Disable cygwin tests for now. Ref #3016. | Jason R. Coombs | 2022-01-08 | 1 | -0/+1 |
| * | | Bump version: 60.4.0 → 60.5.0v60.5.0 | Jason R. Coombs | 2022-01-08 | 4 | -3/+11 |
| * | | Merge pull request #2990 from asottile/distutils-hack-set-origin | Jason R. Coombs | 2022-01-08 | 3 | -1/+11 |
| |\ \ | |||||
| | * | | set origin= for distutils.__spec__ | Anthony Sottile | 2022-01-08 | 2 | -1/+4 |
| | * | | Check that distutils has an origin. Ref #2990. | Jason R. Coombs | 2022-01-08 | 1 | -0/+7 |
| * | | | Bump version: 60.3.1 → 60.4.0v60.4.0 | Jason R. Coombs | 2022-01-08 | 14 | -30/+44 |
| * | | | Merge pull request #3009 from tiran/issue3006_startup_speedup | Jason R. Coombs | 2022-01-08 | 3 | -27/+38 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | pytest.ini uses tabs | Christian Heimes | 2022-01-08 | 1 | -2/+1 |
| | * | | Suppress distutils deprecation warning | Christian Heimes | 2022-01-08 | 1 | -0/+2 |
| | * | | Move filter into meta finder | Christian Heimes | 2022-01-08 | 1 | -20/+21 |
| | * | | Use internal warnings API and _TrivialRe hack to install filter | Christian Heimes | 2022-01-08 | 1 | -6/+19 |
| | * | | Temporarily add back filter, tests fail without it | Christian Heimes | 2022-01-08 | 1 | -4/+4 |
| | * | | Add changelog entry | Christian Heimes | 2022-01-08 | 1 | -0/+2 |
| | * | | Speedup startup of Python by importing less | Christian Heimes | 2022-01-08 | 1 | -28/+22 |
| |/ / | |||||
| * | | Merge pull request #3014 from pypa/feature/distutils-hack-startup-perf | Jason R. Coombs | 2022-01-08 | 3 | -0/+9 |
| |\ \ | |||||
| | * | | Capture performance of interpreter startup. Ref #3006.feature/distutils-hack-startup-perf | Jason R. Coombs | 2022-01-07 | 3 | -0/+9 |
| |/ / | |||||
| * | | Merge pull request #2953 from liuzhe-lz/main | Jason R. Coombs | 2022-01-07 | 3 | -2/+52 |
| |\ \ | |||||
| | * | | fix version parsing | liuzhe | 2022-01-07 | 2 | -2/+3 |
| | * | | Add test to make sure 3.10 is not interpreted as 3.1 | Anderson Bravalheri | 2022-01-07 | 1 | -0/+49 |
| * | | | Merge pull request #3013 from ananthp/docs/2674-packaging-resources | Anderson Bravalheri | 2022-01-07 | 2 | -2/+4 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Update docs/userguide/quickstart.rst | Ananth Pattabiraman | 2022-01-07 | 1 | -1/+1 |
| | * | | add 2674 changelog | Ananth Pattabiraman | 2022-01-07 | 1 | -0/+1 |
| | * | | add resources on packaging | Ananth Pattabiraman | 2022-01-07 | 1 | -2/+3 |
| |/ / | |||||
| * | | Merge pull request #3012 from abravalheri/remove-numpy-from-integration-tests | Anderson Bravalheri | 2022-01-07 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | Remove `numpy` sdists from integration tests | Anderson Bravalheri | 2022-01-07 | 1 | -2/+1 |
| * | | | Merge pull request #3011 from abravalheri/fix-placement-of-news-fragment | Anderson Bravalheri | 2022-01-07 | 1 | -0/+0 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Fix misplaced news fragment | Anderson Bravalheri | 2022-01-07 | 1 | -0/+0 |
| |/ / | |||||
| * | | Merge pull request #2839 from msuozzo/patch-1 | Jason R. Coombs | 2022-01-06 | 4 | -5/+39 |
| |\ \ | |||||
| | * | | Use MappingProxyType to ensure immutability. | Matthew Suozzo | 2022-01-06 | 1 | -1/+1 |
| | * | | Merge remote-tracking branch 'upstream/main' into patch-1 | Anderson Bravalheri | 2022-01-06 | 149 | -2699/+6304 |
| | |\ \ | |||||
| | * | | | Add new test to document expected order stability. | Matthew Suozzo | 2021-12-16 | 1 | -0/+33 |
| | * | | | Remove pkg_resources nondeterminism. | Matthew Suozzo | 2021-11-28 | 1 | -2/+2 |
| | * | | | Add news entry. | Matthew Suozzo | 2021-10-30 | 1 | -0/+1 |
| | * | | | Revert inner function name change. | Matthew Suozzo | 2021-10-30 | 1 | -1/+1 |
| | * | | | Maintain `requires` order in METADATA. | Matthew Suozzo | 2021-10-30 | 1 | -4/+4 |
| * | | | | Merge pull request #2952 from abravalheri/issue-2950 | Anderson Bravalheri | 2022-01-07 | 12 | -0/+513 |
| |\ \ \ \ | |||||
| | * | | | | Improve path handling on move_license task | Anderson Bravalheri | 2021-12-22 | 1 | -2/+3 |
| | * | | | | Remove license lookup in *.egg-info | Anderson Bravalheri | 2021-12-21 | 1 | -3/+2 |
| | * | | | | Add news fragment | Anderson Bravalheri | 2021-12-21 | 1 | -0/+1 |
| | * | | | | Change vendoring script to preserve license files | Anderson Bravalheri | 2021-12-21 | 11 | -0/+512 |
| * | | | | | Merge pull request #2968 from abravalheri/remove-need-for-tmp-src-fixture | Anderson Bravalheri | 2022-01-07 | 15 | -123/+160 |
| |\ \ \ \ \ | |||||
| | * | | | | | Ensure test_cygwin pass before CI release action | Anderson Bravalheri | 2022-01-06 | 1 | -1/+1 |
| | * | | | | | Use setuptools wheel instead of source tree in integration tests | Anderson Bravalheri | 2022-01-06 | 2 | -10/+8 |
| | * | | | | | Add news fragment | Anderson Bravalheri | 2022-01-06 | 3 | -0/+17 |
| | * | | | | | Prevent some tests from inadvertently using the project root for builds | Anderson Bravalheri | 2022-01-06 | 3 | -2/+6 |
| | * | | | | | Remove dependency on pytest_virtualenv | Anderson Bravalheri | 2022-01-06 | 2 | -3/+1 |
