summaryrefslogtreecommitdiff
path: root/Lib/zipimport.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)Xtreak2019-12-161-1/+1
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-2/+2
* bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)Elvis Pranskevichus2018-11-071-29/+66
* bpo-5950: Support reading zips with comments in zipimport (#9548)Zackery Spytz2018-09-251-5/+31
* bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)Serhiy Storchaka2018-09-191-2/+81
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-0/+650