1. 7eca962 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 11 years ago
  2. 09aa752 Refactor recently added bugfix into more testable code by using a by Gregory P. Smith · 11 years ago
  3. fc23ec6 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  4. 672671d Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  5. e5e6444 Fix the test for issue #6972. Remove trailing dots on Windows. by Serhiy Storchaka · 12 years ago
  6. ae42ec8 Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  7. 193e1be Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  8. b47acbf Fixes Issue #6972: The zipfile module no longer overwrites files outside of by Gregory P. Smith · 12 years ago
  9. db58e15 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  10. d72bfe9 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  11. d2b1527 Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an by Serhiy Storchaka · 12 years ago
  12. f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  13. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  14. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 12 years ago
  15. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  16. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  17. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  18. 6a5fc4c #14313: zipfile now raises NotImplementedError when the compression type is unknown. by Ezio Melotti · 12 years ago
  19. f93b705 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  20. c399185 Issue #9239: add tests for modifying zipfile comments in append mode. by Antoine Pitrou · 12 years ago
  21. 7fb79fc Issue #14366: Support lzma compression in zip files. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  22. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  23. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  24. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  25. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  26. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  27. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  28. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  29. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  30. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  31. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  32. d9a7c4b Skip test that requires zlib when zlib is not available. by Ezio Melotti · 13 years ago
  33. 91f0359 Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. by Eric V. Smith · 13 years ago
  34. 04480a8 #10801: do not actually extract, just open() the files in the test zipfile. by Georg Brandl · 14 years ago
  35. 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
  36. 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 14 years ago
  37. 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
  38. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  39. 8fb9b86 Fix #8886. Use context managers throughout the test. by Brian Curtin · 14 years ago
  40. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  41. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  42. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  43. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  44. 7c8bcb6 Issue #7467: when a file from a ZIP archive, its CRC is checked and a by Antoine Pitrou · 14 years ago
  45. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  46. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 14 years ago
  47. a32f9a2 Merged revisions 77798 via svnmerge from by Antoine Pitrou · 15 years ago
  48. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  49. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  50. 3538671 Merged revisions 77178 via svnmerge from by Ezio Melotti · 15 years ago
  51. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  52. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  53. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  54. afd0d11 Merged revisions 74011 via svnmerge from by Ezio Melotti · 15 years ago
  55. 7643024 Merged revisions 73931 via svnmerge from by Ezio Melotti · 15 years ago
  56. 74c96ec Merged revisions 73841 via svnmerge from by Ezio Melotti · 15 years ago
  57. b0d9ca9 Add a unittest for r73566. by Gregory P. Smith · 15 years ago
  58. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  59. 70ccd16 Merged revisions 72893 via svnmerge from by Martin v. Löwis · 15 years ago
  60. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 16 years ago
  61. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  62. 6e1df8d Merged revisions 65235 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. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  66. 1a9f900 Merged revisions 62726 via svnmerge from by Martin v. Löwis · 16 years ago
  67. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  68. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  69. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  70. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  71. 315d845 Revert revisions 57472, 57474, and 57477 which disabled some tests by Neal Norwitz · 17 years ago
  72. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  73. fe61bb9 Disable test until email comes back by Neal Norwitz · 17 years ago
  74. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  75. 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 17 years ago
  76. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  77. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  78. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  79. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  80. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  81. 43fc78d More prints embedded in strings. by Guido van Rossum · 17 years ago
  82. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  83. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  84. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  85. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  86. 3caf9c1 Port test_zipfile to unittest (patch #736962). by Johannes Gijsbers · 20 years ago
  87. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  88. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  89. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  90. bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 23 years ago
  91. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  92. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  93. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  94. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 23 years ago
  95. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  96. 368f04a Test for zipfile.py, by Jim Ahlstrom. by Guido van Rossum · 24 years ago