1. 717cc61 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Miss Islington (bot) · 4 years, 10 months ago
  2. 74b0291 bpo-28494: Test existing zipfile working behavior. (GH-15853) by Miss Islington (bot) · 4 years, 11 months ago
  3. c410f38 bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461) by Miss Islington (bot) · 5 years ago
  4. 66905d1 bpo-37520: Correct behavior for zipfile.Path.parent (GH-14638) (GH-14641) by Miss Islington (bot) · 5 years ago
  5. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  6. 33e067d Add support for .parent and .joinpath in zipfile.Path (#13213) by Jason R. Coombs · 5 years ago
  7. b2758ff bpo-36832: add zipfile.Path (#13153) by Jason R. Coombs · 5 years ago
  8. 2524fde bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) by Serhiy Storchaka · 5 years ago
  9. 9bdb7be bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683) by Serhiy Storchaka · 6 years ago
  10. 77b112c bpo-34097: Polish API design (GH-8725) by Marcel Plch · 6 years ago
  11. 7b41dba bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656) by Marcel Plch · 6 years ago
  12. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  13. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 6 years ago
  14. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 6 years ago
  15. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 6 years ago
  16. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  17. 4c0d9ea bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) by Serhiy Storchaka · 7 years ago
  18. 150cd19 bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) by Serhiy Storchaka · 7 years ago
  19. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  20. 8606e95 bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511) by Serhiy Storchaka · 7 years ago
  21. eb569e4 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  22. 8985031 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  23. b4293ef Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  24. 8c93310 Issue #28115: Command-line interface of the zipfile module now uses argparse. by Serhiy Storchaka · 8 years ago
  25. 89ecb4a Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  26. 61c4c44 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  27. 242c170 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  28. 8793b21 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  29. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 8 years ago
  30. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
  31. 91762da Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  32. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  33. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  34. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  35. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 8 years ago
  36. f2d7ea1 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  37. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  38. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  39. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  40. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  41. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 9 years ago
  42. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 9 years ago
  43. a9e2c8e Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 9 years ago
  44. e1efc07 Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 9 years ago
  45. 2307287 Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 9 years ago
  46. db724fe Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 9 years ago
  47. a14f7d2 Issue #14099: Restored support of writing ZIP files to tellable but by Serhiy Storchaka · 9 years ago
  48. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 9 years ago
  49. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  50. f4adbae Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  51. 51a4370 Issue #22217: Implemented reprs of classes in the zipfile module. by Serhiy Storchaka · 10 years ago
  52. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  53. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  54. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  55. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  56. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  57. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  58. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  59. 69fdbf9 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  60. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  61. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  62. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  63. 410d931 add filtering of individual files to PyZipFile by Christian Tismer · 11 years ago
  64. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  65. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  66. ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  67. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  68. 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  69. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  70. b57a085 Issue #17177: Stop using imp in zipfile by Brett Cannon · 11 years ago
  71. d5b4e1d Move test_zipfile to unittest.main() by Brett Cannon · 11 years ago
  72. 7eca962 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 11 years ago
  73. 09aa752 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 11 years ago
  74. fc23ec6 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 11 years ago
  75. 672671d Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 11 years ago
  76. e5e6444 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 11 years ago
  77. ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  78. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  79. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  80. db58e15 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  81. d72bfe9 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  82. d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  83. f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  84. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  85. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  86. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  87. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  88. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  89. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  90. f93b705 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  91. c399185 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  92. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  93. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  94. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  95. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  96. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  97. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  98. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  99. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  100. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago