Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) | Xtreak | 2019-12-15 | 1 | -1/+1 |
| | | | | Patch by Karthikeyan Singaravelan. | ||||
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -2/+2 |
| | | | Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. | ||||
* | bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) | Elvis Pranskevichus | 2018-11-07 | 1 | -29/+66 |
| | | | | | | | | Current support for hash-based bytecode files in `zipimport` is rather sparse, which leads to test failures when the test suite is ran with the ``SOURCE_DATE_EPOCH`` environment variable set. This teaches zipimport to handle hash-based pycs properly. | ||||
* | bpo-5950: Support reading zips with comments in zipimport (#9548) | Zackery Spytz | 2018-09-25 | 1 | -5/+31 |
| | | | * bpo-5950: Support reading zips with comments in zipimport | ||||
* | bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) | Serhiy Storchaka | 2018-09-19 | 1 | -2/+81 |
| | |||||
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -0/+650 |