1. cf599f6 bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022) by Zackery Spytz · 5 years ago
  2. cd46655 bpo-16079: fix duplicate test method name in test_gzip. (GH-12827) by Gregory P. Smith · 5 years ago
  3. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  4. 3e28eed bpo-34969: Add --fast, --best on the gzip CLI (GH-9833) by Stéphane Wirtel · 6 years ago
  5. 84eec11 bpo-23596: Add unit tests for the command line for the gzip module (GH-9775) by Stéphane Wirtel · 6 years ago
  6. bcbdd2f bpo-28286: Add tests for the mode argument of GzipFile. (#4074) by Serhiy Storchaka · 7 years ago
  7. 03020cf Issue #28227: gzip now supports pathlib by Berker Peksag · 8 years ago
  8. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 8 years ago
  9. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  10. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  11. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 9 years ago
  12. e512729 Issue #20875: Merge from 3.3 by Ned Deily · 10 years ago
  13. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 10 years ago
  14. 7f470d0 Issue #19936: Remove executable bits from C source files and several forgotten by Serhiy Storchaka · 11 years ago
  15. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  16. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  17. ee1be99 Issue #19222: Add support for the 'x' mode to the gzip module. by Nadeem Vawda · 11 years ago
  18. b3bd624 Back out patch for #1159051, which caused backwards compatibility problems. by Georg Brandl · 11 years ago
  19. 7e69f00 Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 11 years ago
  20. 57f9b7a Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  21. 7c3922f Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  22. 10c8791 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 12 years ago
  23. 103e811 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 12 years ago
  24. 6872101 Add fileobj support to gzip.open(). by Nadeem Vawda · 12 years ago
  25. 11328e4 Really fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  26. 9d9dc8e Fix test_gzip failures on Windows. by Nadeem Vawda · 12 years ago
  27. 1b8a14d Separate tests for gzip.GzipFile and gzip.open. by Nadeem Vawda · 12 years ago
  28. 7e12620 Closes #13989: Add support for text modes to gzip.open(). by Nadeem Vawda · 12 years ago
  29. 50a4d5d Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  30. 892b0b9 Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  31. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  32. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 13 years ago
  33. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  34. 9f1c1dc #10465: fix broken delegation in __getattr__ of _PaddedFile. by Georg Brandl · 14 years ago
  35. 28f96b5 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  36. 7980eaa Issue #9759: GzipFile now raises ValueError when an operation is attempted by Antoine Pitrou · 14 years ago
  37. c3ed2e7 Issue #9962: GzipFile now has the peek() method. by Antoine Pitrou · 14 years ago
  38. 7b96984 Issue #1675951: Allow GzipFile to work with unseekable file objects. by Antoine Pitrou · 14 years ago
  39. 79c5ef1 Issue #3488: Provide convenient shorthand functions `gzip.compress` by Antoine Pitrou · 14 years ago
  40. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  41. 8e33fd7 Merged revisions 77472-77473 via svnmerge from by Antoine Pitrou · 15 years ago
  42. b1f8835 Merged revisions 77288 via svnmerge from by Antoine Pitrou · 15 years ago
  43. 78ea202 Merged revisions 74754 via svnmerge from by Ezio Melotti · 15 years ago
  44. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  45. 308705e Merged revisions 68484-68485 via svnmerge from by Antoine Pitrou · 16 years ago
  46. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 16 years ago
  47. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  48. 6e0d68e fix test_gzip by Benjamin Peterson · 16 years ago
  49. 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
  50. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  51. e7789b1 Always try to delete the data file before and after the test. by Neal Norwitz · 16 years ago
  52. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  53. 5b1284d Fix gzip.py: Use bytes where 8bit strings have been used formerly. by Walter Dörwald · 17 years ago
  54. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  55. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  56. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  57. 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
  58. a6f68e1 Convert gzip test suite to use unittest by Andrew M. Kuchling · 19 years ago
  59. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  60. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  61. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  62. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  63. 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 22 years ago
  64. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  65. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  66. f27cc5b Marc-Andre must not have run these tests -- they used verify() but by Guido van Rossum · 24 years ago
  67. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  68. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  69. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  70. 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 25 years ago
  71. 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 25 years ago