Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-85454: Remove distutils documentation (#95239) | Christian Heimes | 2022-07-25 | 1 | -1/+0 |
| | | | | Most places now refer to setuptools or link to setuptools documentation. Some examples like zipapp need to be updated later. | ||||
* | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
| | | | | (GH-6814) | ||||
* | Issue #23491: Implement PEP 441: Improving Python Zip Application Support | Brett Cannon | 2015-03-13 | 1 | -0/+1 |
| | | | | Thanks to Paul Moore for the PEP and implementation. | ||||
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Close #19406: Initial implementation of ensurepip | Nick Coghlan | 2013-11-11 | 1 | -0/+14 |
Patch by Donald Stufft and Nick Coghlan |