Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -4/+0 |
| | |||||
* | Delete old expat comment. (GH-9197) | Benjamin Peterson | 2018-09-12 | 1 | -8/+0 |
| | |||||
* | bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) | Antoine Pitrou | 2018-07-16 | 1 | -0/+374 |
bpo-32430: Rename Modules/Setup.dist to Modules/Setup Remove the necessity to copy the former manually to the latter when updating the local source tree. |