1. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
  2. c3ad68c Fix Unicode filename test. by Martin v. Löwis · 17 years ago
  3. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
  4. a2af212 Unit test fix from Giampaolo Rodola, #1938 by Christian Heimes · 18 years ago
  5. 0c63fc2 Fix zipfile decryption. The check for validity only worked on one by Gregory P. Smith · 18 years ago
  6. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 18 years ago
  7. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 18 years ago
  8. 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 18 years ago
  9. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  10. 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 18 years ago
  11. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  12. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  13. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 18 years ago
  14. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 18 years ago
  15. a608bb2 Whitespace normalization. by Tim Peters · 19 years ago
  16. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
  17. 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
  18. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  19. a45cacf Whitespace normalization. by Tim Peters · 21 years ago
  20. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 21 years ago
  21. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 22 years ago
  22. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  23. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  24. bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 24 years ago
  25. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 24 years ago
  26. a19a168 Whitespace normalization. by Tim Peters · 24 years ago
  27. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 24 years ago
  28. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 24 years ago
  29. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  30. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 25 years ago