1. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  2. 3e5b027 #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, by Amaury Forgeot d'Arc · 15 years ago
  3. d5a23e3 methods' names pep8ification by Ezio Melotti · 15 years ago
  4. 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 15 years ago
  5. e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 15 years ago
  6. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  7. 0b09c42 Issue #6050: Don't fail extracting a directory from a zipfile if by Martin v. Löwis · 15 years ago
  8. 0dfcfc8 Issue #4710: Extract directories properly in the zipfile module; by Martin v. Löwis · 16 years ago
  9. 6f193e0 Issue #4756: zipfile.is_zipfile() now supports file-like objects. by Antoine Pitrou · 16 years ago
  10. 5fdfa3e #3394: zipfile.writestr doesn't set external attributes, so files are extracted mode 000 on Unix by Antoine Pitrou · 16 years ago
  11. 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 16 years ago
  12. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  13. c3ad68c Fix Unicode filename test. by Martin v. Löwis · 17 years ago
  14. 471617d Issue #1734346: Support Unicode file names for zipfiles. by Martin v. Löwis · 17 years ago
  15. a2af212 Unit test fix from Giampaolo Rodola, #1938 by Christian Heimes · 17 years ago
  16. 0c63fc2 Fix zipfile decryption. The check for validity only worked on one by Gregory P. Smith · 17 years ago
  17. 62416bc #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall. by Georg Brandl · 17 years ago
  18. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 17 years ago
  19. 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 17 years ago
  20. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  21. 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 18 years ago
  22. ea5962f Whitespace normalization. by Tim Peters · 18 years ago
  23. 3eb7648 Patch #1121142: Implement ZipFile.open. by Martin v. Löwis · 18 years ago
  24. 84f6de9 Patch #1517891: Make 'a' create the file if it doesn't exist. Fixes #1514451. by Martin v. Löwis · 18 years ago
  25. c6d626e Patch #698833: Support file decryption in zipfile. by Martin v. Löwis · 18 years ago
  26. a608bb2 Whitespace normalization. by Tim Peters · 18 years ago
  27. 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 18 years ago
  28. 32cbc96 Whitespace normalization. by Tim Peters · 19 years ago
  29. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  30. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  31. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  32. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  33. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  34. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  35. bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 24 years ago
  36. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 24 years ago
  37. a19a168 Whitespace normalization. by Tim Peters · 24 years ago
  38. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 24 years ago
  39. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 24 years ago
  40. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  41. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 25 years ago