1. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 17 years ago
  2. 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 17 years ago
  3. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  4. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  5. dc19f09 There's no need to default file to sys.stdout -- print(file=None) already by Guido van Rossum · 17 years ago
  6. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  7. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. 98f9746 Support marshal.dump(x, f) where f is not a real file. by Guido van Rossum · 17 years ago
  10. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  11. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  12. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  13. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  14. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  15. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
  16. 0075690 Patch #1412872: zipfile: use correct system type on unixy systems. by Martin v. Löwis · 19 years ago
  17. 2ca7c19 Remove dependency on order of mode flags by Raymond Hettinger · 20 years ago
  18. 8a92dd5 Don't choke on modes like rb or wb. by Raymond Hettinger · 20 years ago
  19. ff450f7 Make struct formats for specifying file size to be unsigned instead of signed by Brett Cannon · 20 years ago
  20. 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
  21. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  22. 9b15878 Remove debug print on filename with NUL byte. by Greg Ward · 21 years ago
  23. 8e36d28 SF patch #755987 (Jim Ahlstrom): by Greg Ward · 21 years ago
  24. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 22 years ago
  25. b083cb3 Patch #651621, approved by MvL. by Just van Rossum · 22 years ago
  26. 6f6873b Patch #611760: read archives with comments. by Martin v. Löwis · 22 years ago
  27. 1ae4c3d Avoid warnings about <<. external_attr is now an unsigned long. by Guido van Rossum · 22 years ago
  28. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  29. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  30. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  31. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  32. 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
  33. d15f8bb SF bug 486480: zipfile __del__ is broken by Tim Peters · 23 years ago
  34. dbb718f Make these modules work when Python is compiled without Unicode support. by Guido van Rossum · 23 years ago
  35. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  36. 03a3bb8 [ #458701 ] Patch to zipfile.py for Java by Finn Bock · 23 years ago
  37. a58947f Make sure path names inserted into ZIP files are normalized to use "/" as by Fred Drake · 23 years ago
  38. 7e47380 Fix one bare except: clause. by Fred Drake · 23 years ago
  39. f85af61 Mark Favas points out that there's an 'self.fp.flush()' call in the by Guido van Rossum · 23 years ago
  40. 9c673f3 Try an except: after an import into "except ImportError". by Guido van Rossum · 23 years ago
  41. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  42. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  43. 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 23 years ago
  44. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  45. 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 23 years ago
  46. 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 23 years ago
  47. e119006 Whitespace normalization. Top level of Lib now fixed-point for reindent.py! by Tim Peters · 24 years ago
  48. 484d735 Delay import of py_compile until needed, since is is only used by the by Fred Drake · 24 years ago
  49. 5db246d Always use the same name for the exception defined in this module! by Fred Drake · 24 years ago
  50. 414ca66 James C. Ahlstron <jim@interet.com>: by Fred Drake · 24 years ago
  51. 32abe6f Zip file handling module, by Jim Ahlstrom. by Guido van Rossum · 24 years ago