1. 518e71b Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 10 years ago
  2. 46a3492 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 10 years ago
  3. cfbb394 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 10 years ago
  4. 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
  5. 0af8a86 Fix issue #14315: The zipfile module now ignores extra fields in the central by Gregory P. Smith · 10 years ago
  6. c46d1fa Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 10 years ago
  7. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 10 years ago
  8. 69fdbf9 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 10 years ago
  9. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 10 years ago
  10. 9dee304 Issue #18585: speed zipfile import by only generating zipfile._ZipDecryptor on demand by Daniel Holth · 11 years ago
  11. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  12. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  13. 410d931 add filtering of individual files to PyZipFile by Christian Tismer · 11 years ago
  14. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  15. ab25c7c Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  16. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  17. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  18. b57a085 Issue #17177: Stop using imp in zipfile by Brett Cannon · 11 years ago
  19. c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
  20. 7eca962 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 11 years ago
  21. 09aa752 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 11 years ago
  22. fc23ec6 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 11 years ago
  23. 672671d Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 11 years ago
  24. e5e6444 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 11 years ago
  25. ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  26. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  27. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 11 years ago
  28. db58e15 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  29. d72bfe9 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  30. d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 11 years ago
  31. f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  32. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  33. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 11 years ago
  34. 5f1cfbb Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 11 years ago
  35. 64bfcc4 Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 11 years ago
  36. 182d7cd Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. by Serhiy Storchaka · 11 years ago
  37. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  38. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  39. 8f1fefa Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  40. 8572da5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  41. 17babc5 Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module. by Antoine Pitrou · 12 years ago
  42. 658f352 #11981: remove duplicate line. Patch by Johan Euphrosine. by Ezio Melotti · 12 years ago
  43. 78157b3 On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. by Antoine Pitrou · 12 years ago
  44. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  45. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  46. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  47. 5c01678 Add missing comma in __all__ list. by Georg Brandl · 12 years ago
  48. 2a2ce32 Recognize unsupported feature "compressed patch data set" from zip 2.7. by Martin v. Löwis · 12 years ago
  49. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  50. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  51. 006917e #14603: use a listcomp in ZipFile.namelist. by Ezio Melotti · 12 years ago
  52. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  53. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  54. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  55. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  56. 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
  57. 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 14 years ago
  58. 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
  59. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  60. e94980a Issue #9846: ZipExtFile provides no mechanism for closing the underlying file object by Łukasz Langa · 14 years ago
  61. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  62. ae2d832 Fix typo from r85874 by Éric Araujo · 14 years ago
  63. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  64. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  65. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  66. 7c8bcb6 Issue #7467: when a file from a ZIP archive, its CRC is checked and a by Antoine Pitrou · 14 years ago
  67. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  68. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 14 years ago
  69. 92b4743 Merged revisions 77809 via svnmerge from by Ezio Melotti · 14 years ago
  70. a32f9a2 Merged revisions 77798 via svnmerge from by Antoine Pitrou · 14 years ago
  71. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  72. af30d2e fix print statement by Ezio Melotti · 15 years ago
  73. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  74. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  75. e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 15 years ago
  76. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  77. 70ccd16 Merged revisions 72893 via svnmerge from by Martin v. Löwis · 15 years ago
  78. 3c33e08 Merged revisions 72295 via svnmerge from by Antoine Pitrou · 15 years ago
  79. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 15 years ago
  80. d3fb4bb Merged revisions 68678 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  81. 0c3f8a4 Merged revisions 68661 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  82. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  83. 9e4fdf4 Merged revisions 66240 via svnmerge from by Antoine Pitrou · 16 years ago
  84. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  85. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  86. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  87. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  88. 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
  89. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  90. 2f9d4d1 - Revert a change that should have been blocked: py3k has no -3 flag! by Amaury Forgeot d'Arc · 16 years ago
  91. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  92. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 16 years ago
  93. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 16 years ago
  94. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 16 years ago
  95. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  96. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  97. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  98. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  99. 9ff05b2 Change string literal to bytes. by Jeremy Hylton · 17 years ago
  100. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 17 years ago