COMMITS
/ Lib/zipfile/__init__.py February 19, 2026
J
Correct MAX_N in Lib/zipfile ZipExtFile (GH-144973)
J Berg committed
February 10, 2026
October 7, 2025
S
gh-139700: Check consistency of the zip64 end of central directory record (GH-139702)
Serhiy Storchaka committed
July 21, 2025
E
gh-136170: Revert adding `ZipFile.data_offset` (GH-136950)
Emma Smith committed
May 21, 2025
T
gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250)
Tim Hatch committed
May 13, 2025
C
gh-132983: Fix small issues with zstd support in zipfile (#133723)
Carey Metcalfe committed
May 6, 2025
E
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
April 8, 2025
S
gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254)
Serhiy Storchaka committed
E
gh-84481: Make ZipFile.data_offset more robust (#132178)
Emma Smith committed
April 6, 2025
E
gh-84481: Add ZipFile.data_offset attribute (#132165)
Emma Smith committed
January 23, 2025
B
gh-118761: Improve import time for `pstats` and `zipfile` (#128981)
Bénédikt Tran committed
January 20, 2025
December 29, 2024
B
gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#123429)
Bénédikt Tran committed
December 24, 2024
D
gh-127847: Fix position in the special-cased zipfile seek (#127856)
Dima Ryazanov committed
November 24, 2024
B
gh-122356: restore the position of a file-like object after `zipfile.is_zipfile` (#122397)
Bénédikt Tran committed
November 3, 2024
C
gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101)
Cody Maloney committed
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
March 31, 2024
D
gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195)
Deborah committed
March 22, 2024
S
gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129)
Serhiy Storchaka committed
February 11, 2024
S
gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)
Serhiy Storchaka committed
January 12, 2024
G
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969)
Gregory P. Smith committed
January 10, 2024
S
gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)
Serhiy Storchaka committed
January 7, 2024
A
gh-112795: Allow `/` folder in a zipfile (#112932)
AN Long committed
December 3, 2023
S
gh-112578: Fix RuntimeWarning when running zipfile (GH-112579)
Shantanu committed
October 24, 2023
October 14, 2023
K
gh-110715: Add missing import in zipfile (gh-110822)
Kirill Podoprigora committed
September 25, 2023
J
gh-88233: zipfile: refactor _strip_extra (#102084)
Jason R. Coombs committed
May 16, 2023
C
gh-103861: Fix Zip64 extensions not being properly applied in some cases (#103863)
Carey Metcalfe committed
May 11, 2023
C
GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects (#92185)
Carey Metcalfe committed
April 5, 2023
Y
gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim committed
February 20, 2023
T
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Tim Hatch committed
November 30, 2022
D
Improve zip64 limit error message (#95892)
dmjohnsson23 committed
November 26, 2022
J
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
Jason R. Coombs committed