1. 2f86a03 remove trailing space by Gregory P. Smith · 9 years ago
  2. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  3. 6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  4. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  5. d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 9 years ago
  6. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  7. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  8. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 9 years ago
  9. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 9 years ago
  10. 38dae17 merge 3.4 by Benjamin Peterson · 10 years ago
  11. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
  12. 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  13. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  14. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  15. 1ad088f Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  16. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  17. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  18. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  19. 235c5e0 Issue #17201: ZIP64 extensions now are enabled by default. by Serhiy Storchaka · 11 years ago
  20. a606542 #19274: use captured_stdout() in the test suite; add NEWS entry. by Georg Brandl · 11 years ago
  21. 59202e5 add a filterfunc to zip file.PyZipFile.writepy, issue 19274 by Christian Tismer · 11 years ago
  22. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  23. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  24. 8dd8233 Grammar tweak by Brett Cannon · 11 years ago
  25. 0cad7ec Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  26. f8def28 Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. by Serhiy Storchaka · 12 years ago
  27. 1d824ec Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  28. 5546b00 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  29. f1319d8 Issue #6972: keep the warning about untrusted extraction and mention by Gregory P. Smith · 12 years ago
  30. d4198c4 Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  31. 44b8cbf Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 12 years ago
  32. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  33. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  34. 5061a34 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  35. afbf90c Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 12 years ago
  36. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  37. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  38. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  39. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  40. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  41. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  42. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  43. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  44. 469271d More source links by Raymond Hettinger · 14 years ago
  45. 0d4bcf4 Fix typo (#10770) by Éric Araujo · 14 years ago
  46. 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
  47. 8f358aa #10584: fix bad links. by Georg Brandl · 14 years ago
  48. 5e92a50 #10008: Fix duplicate index entry. by Georg Brandl · 14 years ago
  49. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  50. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  51. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  52. 98be996 #9238: zipfile does handle archive comments. by Georg Brandl · 14 years ago
  53. cb445ef #8288: fix next -> __next__. by Georg Brandl · 14 years ago
  54. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  55. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 15 years ago
  56. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  57. 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 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
  59. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  60. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  61. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  62. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  63. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  64. 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
  65. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  66. 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 · 17 years ago
  67. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  68. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  69. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  70. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  71. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  72. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  73. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  74. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago