COMMITS
/ Lib/zipimport.py November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 20, 2025
September 2, 2025
G
gh-61206: Support zstandard compression in the zipimport module (GH-138254)
Gregory P. Smith committed
August 30, 2025
W
gh-133656: Remove deprecated `zipimport.zipimporter.load_module` (GH-133662)
Wulian233 committed
February 11, 2025
September 12, 2024
J
gh-121735: Fix module-adjacent references in zip files (#123037)
Jason R. Coombs committed
September 3, 2024
A
Fix typos in warnings, docstrings, comments and text files (#123597)
abstractee committed
July 30, 2024
M
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom committed
July 5, 2024
S
gh-59110: Fix a debug output for implicit directories (GH-121375)
Serhiy Storchaka committed
July 4, 2024
S
gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233)
Serhiy Storchaka committed
May 15, 2024
T
Remove references to private symbols from zipimport module docstring (GH-119015)
Thomas Grainger committed
May 7, 2024
J
gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)
John Sirois committed
March 28, 2024
T
gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)
Tim Hatch committed
December 1, 2023
Y
Fix typos in variable names, function names, and comments (GH-101868)
Yang Hau committed
July 7, 2023
D
gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-103208)
Desmond Cheong committed
November 27, 2022
R
GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#99768)
Ronald Oussoren committed
July 17, 2022
T
gh-91181: drop support for bytes on sys.path (GH-31934)
Thomas Grainger committed
July 5, 2022
V
gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)
Victor Stinner committed
September 17, 2021
April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
March 8, 2021
D
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong committed
December 19, 2020
I
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
November 13, 2020
B
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon committed
June 8, 2020
J
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs committed
December 15, 2019
X
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
November 7, 2018
E
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus committed
September 25, 2018
Z
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz committed
September 19, 2018
S
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed