1. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  2. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  3. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  4. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  5. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  6. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 13 years ago
  7. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 13 years ago
  8. 04480a8 #10801: do not actually extract, just open() the files in the test zipfile. by Georg Brandl · 14 years ago
  9. 5ba11de #10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. by Georg Brandl · 14 years ago
  10. 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 14 years ago
  11. 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
  12. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  13. 8fb9b86 Fix #8886. Use context managers throughout the test. by Brian Curtin · 14 years ago
  14. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  15. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  16. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  17. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  18. 7c8bcb6 Issue #7467: when a file from a ZIP archive, its CRC is checked and a by Antoine Pitrou · 14 years ago
  19. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  20. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 14 years ago
  21. a32f9a2 Merged revisions 77798 via svnmerge from by Antoine Pitrou · 14 years ago
  22. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  23. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  24. 3538671 Merged revisions 77178 via svnmerge from by Ezio Melotti · 15 years ago
  25. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  26. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  27. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  28. afd0d11 Merged revisions 74011 via svnmerge from by Ezio Melotti · 15 years ago
  29. 7643024 Merged revisions 73931 via svnmerge from by Ezio Melotti · 15 years ago
  30. 74c96ec Merged revisions 73841 via svnmerge from by Ezio Melotti · 15 years ago
  31. b0d9ca9 Add a unittest for r73566. by Gregory P. Smith · 15 years ago
  32. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  33. 70ccd16 Merged revisions 72893 via svnmerge from by Martin v. Löwis · 15 years ago
  34. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 15 years ago
  35. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  36. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  37. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  38. 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
  39. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  40. 1a9f900 Merged revisions 62726 via svnmerge from by Martin v. Löwis · 16 years ago
  41. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  42. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  43. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  44. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  45. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  46. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  47. fe61bb9 Disable test until email comes back by Neal Norwitz · 17 years ago
  48. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  49. 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 17 years ago
  50. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  51. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  52. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  53. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  54. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  55. 43fc78d More prints embedded in strings. by Guido van Rossum · 17 years ago
  56. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  57. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  58. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  59. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  60. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  61. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  62. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  63. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  64. bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 23 years ago
  65. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  66. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  67. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  68. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 23 years ago
  69. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  70. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 24 years ago