1. a2fe1e5 bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270) by Marcel Plch · 6 years ago
  2. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 7 years ago
  3. 066df4f bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966) by John Jolly · 7 years ago
  4. ce237c7 bpo-21417: Add compresslevel= to the zipfile module (GH-5385) by Bo Bayles · 7 years ago
  5. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 7 years ago
  6. 8606e95 bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511) by Serhiy Storchaka · 7 years ago
  7. b6cdc28 Issue #29013: Merge from 3.6 by Berker Peksag · 8 years ago
  8. 5430293 Issue #29013: Merge from 3.5 by Berker Peksag · 8 years ago
  9. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 8 years ago
  10. d8d9da0 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  11. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  12. 5a97bf7 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  13. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  14. b7abaa8 Issue #28103: Merge from 3.5 by Berker Peksag · 8 years ago
  15. 7927e75 Issue #28103: Use ``'...'`` style in zipfile documentation by Berker Peksag · 8 years ago
  16. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 8 years ago
  17. ac5a319 Issue #27381: Merge from 3.5 by Berker Peksag · 8 years ago
  18. a064382 Issue #27381: Remove superfluous paren in zipfile documentation by Berker Peksag · 8 years ago
  19. 9a8b5ca Issue #27311: Merge zipfile doc from 3.5 by Martin Panter · 8 years ago
  20. 71e8636 Issue #27311: Fix ZipFile.writestr data argument name. by Martin Panter · 8 years ago
  21. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  22. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  23. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
  24. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 8 years ago
  25. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  26. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  27. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  28. 503f908 Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir(). by Serhiy Storchaka · 9 years ago
  29. e5c05cc minor clarification on Zipfile 'x' mode - exclusive creation of a file. by Senthil Kumaran · 9 years ago
  30. 2f86a03 remove trailing space by Gregory P. Smith · 9 years ago
  31. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  32. 6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  33. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  34. d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 9 years ago
  35. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  36. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  37. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 9 years ago
  38. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 9 years ago
  39. 38dae17 merge 3.4 by Benjamin Peterson · 9 years ago
  40. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 9 years ago
  41. 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 9 years ago
  42. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 9 years ago
  43. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  44. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  45. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  46. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  47. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  48. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  49. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  50. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  51. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  52. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  53. 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
  54. 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 11 years ago
  55. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 11 years ago
  56. 1d824ec Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  57. 5546b00 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  58. f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  59. d4198c4 Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  60. 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  61. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  62. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  63. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  64. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  65. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  66. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  67. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  68. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  69. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  70. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  71. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  72. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  73. 469271d More source links by Raymond Hettinger · 14 years ago
  74. 0d4bcf4 Fix typo (#10770) by Éric Araujo · 14 years ago
  75. 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
  76. 8f358aa #10584: fix bad links. by Georg Brandl · 14 years ago
  77. 5e92a50 #10008: Fix duplicate index entry. by Georg Brandl · 14 years ago
  78. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  79. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  80. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  81. 98be996 #9238: zipfile does handle archive comments. by Georg Brandl · 14 years ago
  82. cb445ef #8288: fix next -> __next__. by Georg Brandl · 14 years ago
  83. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  84. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 15 years ago
  85. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  86. 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 15 years ago
  87. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  88. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  89. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  90. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  91. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  92. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  93. 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
  94. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  95. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  96. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  97. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  98. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  99. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  100. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago