1. b74fc2b Issue #3860: GzipFile and BZ2File now support the context manager protocol. by Antoine Pitrou · 17 years ago
  2. f0d2c3f Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. by Antoine Pitrou · 17 years ago
  3. e08e3d0 #2959: allow multiple close() calls for GzipFile. by Georg Brandl · 17 years ago
  4. 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 17 years ago
  5. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  6. 5b1a785 Patch #1647484: Renamed GzipFile's filename attribute to name. The by Lars Gustäbel · 18 years ago
  7. f733abb Whitespace normalization. by Tim Peters · 19 years ago
  8. 065f0c8 Patch #1355023: support whence argument for GzipFile.seek. by Martin v. Löwis · 19 years ago
  9. 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 · 20 years ago
  10. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 20 years ago
  11. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 21 years ago
  12. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 21 years ago
  13. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 23 years ago
  14. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  15. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 23 years ago
  16. ab9ba27 Whitespace normalization. by Tim Peters · 24 years ago
  17. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 24 years ago
  18. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 25 years ago
  19. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  20. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  21. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 25 years ago
  22. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 26 years ago
  23. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago