1. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 13 years ago
  2. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  3. 9f1c1dc #10465: fix broken delegation in __getattr__ of _PaddedFile. by Georg Brandl · 14 years ago
  4. 28f96b5 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  5. 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 14 years ago
  6. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 14 years ago
  7. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  8. 79c5ef1 Issue #3488: Provide convenient shorthand functions `gzip.compress` by Antoine Pitrou · 14 years ago
  9. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  10. 8e33fd7 Merged revisions 77472-77473 via svnmerge from by Antoine Pitrou · 15 years ago
  11. b1f8835 Merged revisions 77288 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  13. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  14. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  15. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 16 years ago
  16. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  17. 6e0d68e fix test_gzip by Benjamin Peterson · 16 years ago
  18. 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
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. e7789b1 Always try to delete the data file before and after the test. by Neal Norwitz · 16 years ago
  21. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  22. 5b1284d Fix gzip.py: Use bytes where 8bit strings have been used formerly. by Walter Dörwald · 17 years ago
  23. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  24. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  26. 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
  27. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  28. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  29. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  30. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  31. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  32. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  33. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  34. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  35. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  36. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  37. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  38. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  39. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  40. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago