1. 100c726 Add explanation comments for tests for overlapped ZIP entries (GH-137152) by Serhiy Storchaka · 4 months ago
  2. 5cea843 gh-137589: Zipfile tests: close file objects (GH-138080) by Rogdham · 6 months ago
  3. 162997b gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) by Serhiy Storchaka · 6 months ago
  4. 6bf1c0a gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) by Emma Smith · 9 months ago
  5. 561212a Doc: More duplicate word fixes (GH-136299) by Weilin Du · 9 months ago
  6. 8d6eb0c gh-135276: Refresh `zipfile.Path` from zipp 3.23 (#135277) by Jason R. Coombs · 10 months ago
  7. 328a778 gh-134357: Remove unused imports in tests (#134340) by Hugo van Kemenade · 11 months ago
  8. 2602d8a gh-71339: Use new assertion methods in tests (GH-129046) by Serhiy Storchaka · 11 months ago
  9. 1298511 gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) by Tim Hatch · 11 months ago
  10. 14305a8 gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) by Serhiy Storchaka · 11 months ago
  11. c273f59 gh-132983: Add the `compression.zstd` pacakge and tests (#133365) by Emma Smith · 11 months ago
  12. cae660d gh-118761: Add test_lazy_import for more modules (#133057) by Daniel Hollas · 11 months ago
  13. 0f04f24 gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) by Serhiy Storchaka · 12 months ago
  14. 6cd1d6c gh-84481: Make ZipFile.data_offset more robust (#132178) by Emma Smith · 12 months ago
  15. 0788948 gh-84481: Add ZipFile.data_offset attribute (#132165) by Emma Smith · 12 months ago
  16. b2ca268 gh-131152: Remove unused imports from tests (part 2) (#131154) by Victor Stinner · 1 year, 1 month ago
  17. 8e57877 gh-127146: Update test skips for Emscripten 4.0.1 (#129375) by Hood Chatham · 1 year, 2 months ago
  18. fc6d4b7 gh-129192: Use `EnvironmentVarGuard` to restore environment variables (#129193) by Kirill Podoprigora · 1 year, 2 months ago
  19. 5d57959 gh-91279: ZipFile.writestr now respect SOURCE_DATE_EPOCH (#124435) by Wulian · 1 year, 3 months ago
  20. dda02eb GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (#128143) by 5ec1cff · 1 year, 3 months ago
  21. 616692d gh-127146: Skip Emscripten tests with pending fixes (#128549) by Hood Chatham · 1 year, 3 months ago
  22. 7e819ce gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#123429) by Bénédikt Tran · 1 year, 3 months ago
  23. 7ed6c5c gh-127847: Fix position in the special-cased zipfile seek (#127856) by Dima Ryazanov · 1 year, 3 months ago
  24. e0ef08f gh-122356: restore the position of a file-like object after `zipfile.is_zipfile` (#122397) by Bénédikt Tran · 1 year, 4 months ago
  25. 9017b95 Fix typos (#123775) by algonell · 1 year, 7 months ago
  26. 2231286 gh-123270: Replaced SanitizedNames with a more surgical fix. (#123354) by Jason R. Coombs · 1 year, 7 months ago
  27. 6aa35f3 gh-122903: Honor directories in zipfile.Path.glob. (#122908) by Jason R. Coombs · 1 year, 8 months ago
  28. 9cd0326 gh-122905: Sanitize names in zipfile.Path. (#122906) by Jason R. Coombs · 1 year, 8 months ago
  29. 42a34dd gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591) by Jason R. Coombs · 1 year, 10 months ago
  30. 5482a93 Re-order imports to align with zipp 3.18.2 (#119587) by Jason R. Coombs · 1 year, 10 months ago
  31. 0152dc4 gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065) by Serhiy Storchaka · 1 year, 11 months ago
  32. 51ef89c gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036) by Serhiy Storchaka · 2 years ago
  33. 567ab3b gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) by Serhiy Storchaka · 2 years ago
  34. be59aaf gh-106531: Refresh zipfile._path with zipp 3.18. (#116835) by Jason R. Coombs · 2 years, 1 month ago
  35. fd8e30e gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823) by Jason R. Coombs · 2 years, 1 month ago
  36. e72576c gh-115961: Improve tests for compressed file-like objects (GH-115963) by Serhiy Storchaka · 2 years, 1 month ago
  37. 96bce03 gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960) by Serhiy Storchaka · 2 years, 2 months ago
  38. 4dbb198 gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228) by Ayappan Perumal · 2 years, 2 months ago
  39. b44b9d9 gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` (#113969) by Gregory P. Smith · 2 years, 3 months ago
  40. 7049721 Add @requires_zlib() decorator for gh-109858 tests (GH-113918) by Serhiy Storchaka · 2 years, 3 months ago
  41. 66363b9 gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) by Serhiy Storchaka · 2 years, 3 months ago
  42. 541c5db gh-112795: Allow `/` folder in a zipfile (#112932) by AN Long · 2 years, 3 months ago
  43. 890ef1b gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549) by Nikita Sobolev · 2 years, 5 months ago
  44. c73b0f3 gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565) by Jokimax · 2 years, 5 months ago
  45. 4110cfe gh-110715: Add missing import in zipfile (gh-110822) by Kirill Podoprigora · 2 years, 6 months ago
  46. e9791ba gh-88233: zipfile: refactor _strip_extra (#102084) by Jason R. Coombs · 2 years, 6 months ago
  47. 22980dc gh-106752: Sync with zipp 3.16.2 (#106757) by Jason R. Coombs · 2 years, 9 months ago
  48. 03185f0 gh-106752: Move zipfile._path into its own package (#106753) by Jason R. Coombs · 2 years, 9 months ago
  49. 798bcaa gh-103861: Fix Zip64 extensions not being properly applied in some cases (#103863) by Carey Metcalfe · 2 years, 11 months ago
  50. 8f70b16 gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566) by Yeojin Kim · 3 years ago
  51. a35fd38 gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module (#102232) by Jason R. Coombs · 3 years, 1 month ago
  52. 89b4c12 gh-102209: Disable the timeout in test_implied_dirs_performance. (#102225) by Jason R. Coombs · 3 years, 1 month ago
  53. 36854bb gh-101566: Sync with zipp 3.14. (GH-102018) by Jason R. Coombs · 3 years, 2 months ago
  54. 59e86ca gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) by Tim Hatch · 3 years, 2 months ago
  55. 5927013 gh-101144: Allow open and read_text encoding to be positional. (#101145) by Gregory P. Smith · 3 years, 3 months ago
  56. 005e694 gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdrive() (GH-100351) by Barney Gale · 3 years, 3 months ago
  57. 93f22d3 gh-98108: Add limited pickleability to zipfile.Path (GH-98109) by Jason R. Coombs · 3 years, 4 months ago
  58. 003f341 Fix zipfile packaging after GH-98103 (GH-99797) by Jason R. Coombs · 3 years, 4 months ago
  59. 7796d31 gh-98098: Create packages from zipfile and test_zipfile (gh-98103) by Jason R. Coombs · 3 years, 4 months ago