1. c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). by Serhiy Storchaka · 11 years ago
  2. 45aa771 Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 11 years ago
  3. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  4. ec02217 whitespace fix by Gregory P. Smith · 13 years ago
  5. a26ec65 Issue #6972: fix the documentation mis applied patch. by Gregory P. Smith · 13 years ago
  6. dc6dc4b Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. by Serhiy Storchaka · 13 years ago
  7. 608cc45 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 13 years ago
  8. 8c44193 Issue #16025: Minor corrections to the zipfile documentation. by Andrew Svetlov · 13 years ago
  9. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  10. c3cc2ac Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  11. ddd4031 Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  12. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  13. 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
  14. 8e726b4 Merged revisions 87493 via svnmerge from by Éric Araujo · 15 years ago
  15. da29acd #10748: add versionchanged for non-trivial bugfix. by Georg Brandl · 15 years ago
  16. 3b85b9b Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from by Georg Brandl · 15 years ago
  17. 86e0c89 Merged revisions 85455 via svnmerge from by Georg Brandl · 15 years ago
  18. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
  19. dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 16 years ago
  20. 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
  21. 8c18a47 upcase Python by Georg Brandl · 16 years ago
  22. 657024c Mention issue6972 in extractall docs about overwriting things outside of by Gregory P. Smith · 16 years ago
  23. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  24. fbaeca7 fix markup by Benjamin Peterson · 17 years ago
  25. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 17 years ago
  26. 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 17 years ago
  27. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
  28. 3c75914 Deprecate test.testall for removal in 3.0. by Brett Cannon · 17 years ago
  29. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
  30. da40723 Document that zipfile decryption is insanely slow and fix a typo and by Gregory P. Smith · 18 years ago
  31. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 18 years ago
  32. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  33. 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 18 years ago
  34. aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 18 years ago
  35. f11ed15 Stronger urge to convert filenames to str before using them as argument to ZipFile.write(). by Georg Brandl · 18 years ago
  36. 7f758c4 Mark deprecated modules as such. by Georg Brandl · 18 years ago
  37. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago