1. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  2. 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
  3. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  4. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  5. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  6. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  7. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  8. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  9. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  10. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  11. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  12. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  13. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  14. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  15. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  16. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago