Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #2247 from pypa/distutils-adopt-escape-hatch | Jason R. Coombs | 2020-07-11 | 3 | -2/+13 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Re-enable distutils adoption with escape hatch | |||||
| * | | | | | Allow opt-in and opt-out of distutils adoption at run time with ↵distutils-adopt-escape-hatch | Jason R. Coombs | 2020-07-11 | 3 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | SETUPTOOLS_USE_DISTUTILS environment variable. | |||||
| * | | | | | Provide escape hatch for distutils adoption. | Jason R. Coombs | 2020-07-10 | 1 | -1/+10 | |
|/ / / / / | ||||||
* | | | | | Bump version: 49.1.0 → 49.1.1v49.1.1 | Jason R. Coombs | 2020-07-10 | 4 | -3/+8 | |
| | | | | | ||||||
* | | | | | Merge pull request #2238 from pypa/remove-py2-warning | Jason R. Coombs | 2020-07-09 | 3 | -17/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Remove py2warn | |||||
| * | | | | | Update changelog. | Jason R. Coombs | 2020-07-07 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Remove py2_warn, no longer needed as a SyntaxError is encountered before the ↵ | Jason R. Coombs | 2020-07-07 | 2 | -17/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | warning can be issueed. | |||||
* | | | | | | Merge pull request #2241 from pypa/refresh-distutils | Jason R. Coombs | 2020-07-08 | 18 | -46/+120 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Refresh distutils | |||||
| * | | | | | Merge commit 'bbe8e80bcbafff8cf3d135d17a8526c8ac5f4b27' of ↵ | Jason R. Coombs | 2020-07-08 | 18 | -46/+120 | |
| |\ \ \ \ \ |/ / / / / / | | _ / / / | | / / / | https://github.com/pypa/distutils into refresh-distutils | |||||
| * | | | | Merge branch 'cpython' | Jason R. Coombs | 2020-07-07 | 18 | -45/+119 | |
| |\ \ \ \ | ||||||
| | * | | | | bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) | Jason R. Coombs | 2020-07-07 | 2 | -3/+14 | |
| | | | | | | | | | | | | | | | | | | Automerge-Triggered-By: @jaraco | |||||
| | * | | | | bpo-40275: Use new test.support helper submodules in tests (GH-21317) | Hai Shi | 2020-07-06 | 4 | -19/+19 | |
| | | | | | | ||||||
| | * | | | | bpo-40275: Use new test.support helper submodules in tests (GH-21151) | Hai Shi | 2020-06-25 | 12 | -16/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new test.support helper submodules in tests: * distutils tests * test_buffer * test_compile * test_filecmp * test_fileinput * test_readline * test_smtpnet * test_structmembers * test_tools | |||||
| | * | | | | bpo-41043: Escape literal part of the path for glob(). (GH-20994) | Serhiy Storchaka | 2020-06-20 | 1 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) | Victor Stinner | 2020-06-17 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix test_copyreg when numpy is installed: test.pickletester now saves/restores warnings.filters when importing numpy, to ignore filters installed by numpy. Add the save_restore_warnings_filters() function to the test.support.warnings_helper module. | |||||
| * | | | | | Move assert outside the context so it actually has its effect. | Jason R. Coombs | 2020-07-07 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2236 from pypa/bugfix/2228-spawn-missing | Jason R. Coombs | 2020-07-05 | 3 | -3/+20 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Restore support for spawn when compiler is missing | |||||
| * \ \ \ \ \ | Merge branch 'master' into bugfix/2228-spawn-missing | Jason R. Coombs | 2020-07-05 | 31 | -14/+1281 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Remove stale description of packaging. | Jason R. Coombs | 2020-07-04 | 1 | -8/+1 | |
| | | | | | | | ||||||
* | | | | | | | Add banner to main docs page | Jason R. Coombs | 2020-07-04 | 1 | -2/+5 | |
| | | | | | | | ||||||
* | | | | | | | Render logo in the readme. | Jason R. Coombs | 2020-07-04 | 1 | -0/+4 | |
| | | | | | | | ||||||
* | | | | | | | Rename logo assets to remove project name and 'logo', which are implied by ↵ | Jason R. Coombs | 2020-07-04 | 9 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the context. | |||||
* | | | | | | | Merge pull request #2229 from cajhne/logo001 | Jason R. Coombs | 2020-07-04 | 24 | -0/+1258 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add logo resources, closes #2227. | |||||
| * | | | | | | | Use lowercase 't' for consistency in branding. | Jason R. Coombs | 2020-07-04 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Add logo resources | cajhne | 2020-07-03 | 24 | -0/+1258 | |
| | | | | | | | | ||||||
* | | | | | | | | Amend changelog for 48.0 to include more detail about usage expectations. ↵ | Jason R. Coombs | 2020-07-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref #2230. | |||||
* | | | | | | | | Bump version: 49.0.0 → 49.1.0v49.1.0 | Jason R. Coombs | 2020-07-03 | 4 | -3/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2231 from pypa/bugfix/disable-distutils | Jason R. Coombs | 2020-07-03 | 3 | -1/+4 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Disable distutils adoption | |||||
| * | | | | | | | Omit distutils_patch from test collection. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Update changelog. Ref #2228 and #2230. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Disable adopted distutils while troubleshooting #2228 and #2230. | Jason R. Coombs | 2020-07-03 | 1 | -1/+2 | |
|/ / / / / / / | ||||||
| * | | | | | | Bump version: 49.0.0 → 49.0.1v49.0.1 | Jason R. Coombs | 2020-07-05 | 4 | -3/+8 | |
| | | | | | | | ||||||
| * | | | | | | Update changelog. Ref #2228. | Jason R. Coombs | 2020-07-05 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge https://github.com/pypa/distutils into HEAD | Jason R. Coombs | 2020-07-05 | 2 | -3/+14 | |
| |\ \ \ \ \ \ |/ / / / / / / | | _ / / / / | | / / / / | ||||||
| * | | | | | Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and ↵ | Jason R. Coombs | 2020-07-05 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | pypa/setuptools#2228 and bpo-41207. | |||||
| * | | | | | Add test for spawn when exe is missing. Ref pypa/distutils#3. | Jason R. Coombs | 2020-07-05 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | Bump version: 48.0.0 → 49.0.0v49.0.0 | Jason R. Coombs | 2020-07-03 | 7 | -6/+11 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2199 from cool-RR/2020-06-11-raise-from | Jason R. Coombs | 2020-07-03 | 10 | -40/+50 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix exception causes all over the codebase | |||||
| * \ \ \ \ \ | Merge branch 'master' into 2020-06-11-raise-from | Jason R. Coombs | 2020-07-03 | 146 | -381/+24879 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #2180 from ozars/2175-bump-pkg-resources-vendor | Jason R. Coombs | 2020-07-03 | 12 | -186/+661 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update vendor packaging in pkg_resources to v19.2 | |||||
| * | | | | | | | Update changelog. | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Update vendor packaging in pkg_resources to v19.2 | Omer Ozarslan | 2020-07-03 | 11 | -186/+660 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #2166 from pypa/bugfix/2165-remove-site-py | Jason R. Coombs | 2020-07-03 | 6 | -129/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove site.py hack | |||||
| * | | | | | | | | Update changelog. | Jason R. Coombs | 2020-05-29 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Setuptools no longer installs a site.py file during easy_install or develop ↵ | Jason R. Coombs | 2020-05-29 | 5 | -129/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | installs. Ref #2165. | |||||
* | | | | | | | | Merge pull request #2137 from pypa/debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 2 | -9/+6 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove superfluous RequirementParseError | |||||
| * | | | | | | | | Update changelog.debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add a compatibility wrapper, so downstream consumers trapping a ↵ | Jason R. Coombs | 2020-06-15 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RequirementParseError will now trap an InvalidRequirement, allowing transition to only trapping an InvalidRequirement. | |||||
| * | | | | | | | | Remove superfluous RequirementParseError. Ref #1832. | Jason R. Coombs | 2020-05-24 | 1 | -9/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Bump version: 47.3.2 → 48.0.0v48.0.0 | Jason R. Coombs | 2020-07-03 | 4 | -3/+8 | |
| | | | | | | | | |