1. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  2. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  3. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  4. 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
  5. 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 14 years ago
  6. 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
  7. a9f054b zipfile: remove remaining ResourceWarnings by Łukasz Langa · 14 years ago
  8. e94980a Issue #9846: ZipExtFile provides no mechanism for closing the underlying file object by Łukasz Langa · 14 years ago
  9. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  10. ae2d832 Fix typo from r85874 by Éric Araujo · 14 years ago
  11. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  12. 268e4d4 #1710703: write zipfile structures also in the case of closing a new, but empty, archive. by Georg Brandl · 14 years ago
  13. 6464d5f Issue #9837: The read() method of ZipExtFile objects (as returned by by Antoine Pitrou · 14 years ago
  14. 7c8bcb6 Issue #7467: when a file from a ZIP archive, its CRC is checked and a by Antoine Pitrou · 14 years ago
  15. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  16. ee5c885 Merged revisions 78097 via svnmerge from by Ronald Oussoren · 14 years ago
  17. 92b4743 Merged revisions 77809 via svnmerge from by Ezio Melotti · 15 years ago
  18. a32f9a2 Merged revisions 77798 via svnmerge from by Antoine Pitrou · 15 years ago
  19. faa6b7f Merged revisions 77136 via svnmerge from by Ezio Melotti · 15 years ago
  20. af30d2e fix print statement by Ezio Melotti · 15 years ago
  21. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  22. bc34780 Merged revisions 74245 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  23. e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 15 years ago
  24. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  25. 70ccd16 Merged revisions 72893 via svnmerge from by Martin v. Löwis · 15 years ago
  26. 3c33e08 Merged revisions 72295 via svnmerge from by Antoine Pitrou · 15 years ago
  27. 59e4779 Merged revisions 68885 via svnmerge from by Martin v. Löwis · 16 years ago
  28. d3fb4bb Merged revisions 68678 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  29. 0c3f8a4 Merged revisions 68661 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  30. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 16 years ago
  31. 9e4fdf4 Merged revisions 66240 via svnmerge from by Antoine Pitrou · 16 years ago
  32. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 6e1df8d Merged revisions 65235 via svnmerge from by Antoine Pitrou · 16 years ago
  34. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  35. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  36. 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
  37. 8570f6a Merged revisions 62724 via svnmerge from by Martin v. Löwis · 16 years ago
  38. 2f9d4d1 - Revert a change that should have been blocked: py3k has no -3 flag! by Amaury Forgeot d'Arc · 16 years ago
  39. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  40. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  41. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  42. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  43. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  44. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  45. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  46. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  47. 9ff05b2 Change string literal to bytes. by Jeremy Hylton · 17 years ago
  48. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 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. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  52. dc19f09 There's no need to default file to sys.stdout -- print(file=None) already by Guido van Rossum · 17 years ago
  53. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  54. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  55. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  56. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  57. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  58. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  59. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  60. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  61. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  62. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  63. 0075690 Patch #1412872: zipfile: use correct system type on unixy systems. by Martin v. Löwis · 18 years ago
  64. 2ca7c19 Remove dependency on order of mode flags by Raymond Hettinger · 19 years ago
  65. 8a92dd5 Don't choke on modes like rb or wb. by Raymond Hettinger · 20 years ago
  66. ff450f7 Make struct formats for specifying file size to be unsigned instead of signed by Brett Cannon · 20 years ago
  67. 5543021 [Bug #835415] AIX can return modes that are >65536, which causes an OverflowError. Fix from Albert Chin by Andrew M. Kuchling · 20 years ago
  68. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  69. 9b15878 Remove debug print on filename with NUL byte. by Greg Ward · 21 years ago
  70. 8e36d28 SF patch #755987 (Jim Ahlstrom): by Greg Ward · 21 years ago
  71. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  72. b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 22 years ago
  73. 6f6873b Patch #611760: read archives with comments. by Martin v. Löwis · 22 years ago
  74. 1ae4c3d Avoid warnings about <<. external_attr is now an unsigned long. by Guido van Rossum · 22 years ago
  75. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  76. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  77. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  78. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  79. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  80. d15f8bb SF bug 486480: zipfile __del__ is broken by Tim Peters · 23 years ago
  81. dbb718f Make these modules work when Python is compiled without Unicode support. by Guido van Rossum · 23 years ago
  82. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  83. 03a3bb8 [ #458701 ] Patch to zipfile.py for Java by Finn Bock · 23 years ago
  84. a58947f Make sure path names inserted into ZIP files are normalized to use "/" as by Fred Drake · 23 years ago
  85. 7e47380 Fix one bare except: clause. by Fred Drake · 23 years ago
  86. f85af61 Mark Favas points out that there's an 'self.fp.flush()' call in the by Guido van Rossum · 23 years ago
  87. 9c673f3 Try an except: after an import into "except ImportError". by Guido van Rossum · 23 years ago
  88. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  89. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  90. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  91. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  92. 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 23 years ago
  93. 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 23 years ago
  94. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  95. 484d735 Delay import of py_compile until needed, since is is only used by the by Fred Drake · 24 years ago
  96. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  97. 414ca66 James C. Ahlstron <jim@interet.com>: by Fred Drake · 24 years ago
  98. 32abe6f Zip file handling module, by Jim Ahlstrom. by Guido van Rossum · 24 years ago