1. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  2. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 16 years ago
  3. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  4. 6e0d68e fix test_gzip by Benjamin Peterson · 16 years ago
  5. 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
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. e7789b1 Always try to delete the data file before and after the test. by Neal Norwitz · 16 years ago
  8. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  9. 5b1284d Fix gzip.py: Use bytes where 8bit strings have been used formerly. by Walter Dörwald · 17 years ago
  10. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  11. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  12. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  13. 01cb47b [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin by Andrew M. Kuchling · 19 years ago
  14. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  15. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  16. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  17. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  18. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  19. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  20. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  21. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  22. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  23. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  24. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  25. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  26. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  27. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago