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