1. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
  2. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
  3. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
  4. a9e2c8e Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  5. e1efc07 Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  6. 2307287 Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  7. db724fe Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  8. a14f7d2 Issue #14099: Restored support of writing ZIP files to tellable but by Serhiy Storchaka · 10 years ago
  9. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  10. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  11. f4adbae Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  12. 51a4370 Issue #22217: Implemented reprs of classes in the zipfile module. by Serhiy Storchaka · 10 years ago
  13. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  14. 026a399 Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 10 years ago
  15. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  16. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  17. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  18. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  19. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 11 years ago
  20. 69fdbf9 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  21. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 11 years ago
  22. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  23. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  24. 410d931 add filtering of individual files to PyZipFile by Christian Tismer · 11 years ago
  25. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  26. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  27. ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  28. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  29. 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  30. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  31. b57a085 Issue #17177: Stop using imp in zipfile by Brett Cannon · 11 years ago
  32. d5b4e1d Move test_zipfile to unittest.main() by Brett Cannon · 11 years ago
  33. 7eca962 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 12 years ago
  34. 09aa752 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 12 years ago
  35. fc23ec6 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  36. 672671d Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  37. e5e6444 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  38. ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  39. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  40. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  41. db58e15 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  42. d72bfe9 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  43. d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  44. f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  45. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  46. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  47. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  48. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  49. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  50. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  51. f93b705 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  52. c399185 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  53. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  54. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  55. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  56. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  57. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  58. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  59. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  60. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  61. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  62. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  63. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  64. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 14 years ago
  65. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 14 years ago
  66. 04480a8 #10801: do not actually extract, just open() the files in the test zipfile. by Georg Brandl · 14 years ago
  67. 5ba11de #10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. by Georg Brandl · 14 years ago
  68. 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 14 years ago
  69. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  70. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  71. 8fb9b86 Fix #8886. Use context managers throughout the test. by Brian Curtin · 14 years ago
  72. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  73. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  74. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  75. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  76. 7c8bcb6 Issue #7467: when a file from a ZIP archive, its CRC is checked and a by Antoine Pitrou · 14 years ago
  77. 28a691b PEP 3147 by Barry Warsaw · 15 years ago
  78. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 15 years ago
  79. a32f9a2 Merged revisions 77798 via svnmerge from by Antoine Pitrou · 15 years ago
  80. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  81. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  82. 3538671 Merged revisions 77178 via svnmerge from by Ezio Melotti · 15 years ago
  83. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  84. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  85. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  86. afd0d11 Merged revisions 74011 via svnmerge from by Ezio Melotti · 15 years ago
  87. 7643024 Merged revisions 73931 via svnmerge from by Ezio Melotti · 15 years ago
  88. 74c96ec Merged revisions 73841 via svnmerge from by Ezio Melotti · 15 years ago
  89. b0d9ca9 Add a unittest for r73566. by Gregory P. Smith · 15 years ago
  90. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  91. 70ccd16 Merged revisions 72893 via svnmerge from by Martin v. Löwis · 15 years ago
  92. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 16 years ago
  93. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  94. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  95. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  96. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  97. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  98. 1a9f900 Merged revisions 62726 via svnmerge from by Martin v. Löwis · 16 years ago
  99. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  100. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago