aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_gzip.py
Commit message (Expand)AuthorAge
* bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)Serhiy Storchaka2019-11-16
* bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)Zackery Spytz2019-05-13
* bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)Gregory P. Smith2019-04-14
* bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)guoci2018-11-07
* bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)Stéphane Wirtel2018-11-03
* bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)Stéphane Wirtel2018-10-09
* bpo-28286: Add tests for the mode argument of GzipFile. (#4074)Serhiy Storchaka2017-10-22
* Issue #28227: gzip now supports pathlibBerker Peksag2016-10-02
* Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-11
* Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-20
* Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-11
* Issue #23688: Added support of arbitrary bytes-like objects and avoidedSerhiy Storchaka2015-03-23
* Issue #20875: Merge from 3.3Ned Deily2014-03-09
|\
| * Issue #20875: Prevent possible gzip "'read' is not defined" NameError.Ned Deily2014-03-09
| * Issue #19936: Remove executable bits from C source files and several forgottenSerhiy Storchaka2014-01-16
* | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\|
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
| * Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-12
* | Issue #19222: Add support for the 'x' mode to the gzip module.Nadeem Vawda2013-10-19
|/
* Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-08
* Issue #1159051: GzipFile now raises EOFError when reading a corrupted fileSerhiy Storchaka2013-01-22
|\
| * Issue #1159051: GzipFile now raises EOFError when reading a corrupted fileSerhiy Storchaka2013-01-22
* | Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-20
|\|
| * Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-20
* | Add fileobj support to gzip.open().Nadeem Vawda2012-06-04
* | Really fix test_gzip failures on Windows.Nadeem Vawda2012-05-06
* | Fix test_gzip failures on Windows.Nadeem Vawda2012-05-06
* | Separate tests for gzip.GzipFile and gzip.open.Nadeem Vawda2012-05-06
* | Closes #13989: Add support for text modes to gzip.open().Nadeem Vawda2012-05-06
* | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-18
|\|
| * Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-18
* | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-28
* | Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFileAntoine Pitrou2011-04-04
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* #10465: fix broken delegation in __getattr__ of _PaddedFile.Georg Brandl2010-11-20
* Implement #7944. Use `with` throughout the test suite.Brian Curtin2010-10-13
* Issue #9759: GzipFile now raises ValueError when an operation is attemptedAntoine Pitrou2010-10-06
* Issue #9962: GzipFile now has the peek() method.Antoine Pitrou2010-09-29
* Issue #1675951: Allow GzipFile to work with unseekable file objects.Antoine Pitrou2010-09-23
* Issue #3488: Provide convenient shorthand functions `gzip.compress`Antoine Pitrou2010-08-17
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 77472-77473 via svnmerge fromAntoine Pitrou2010-01-13
* Merged revisions 77288 via svnmerge fromAntoine Pitrou2010-01-03
* Merged revisions 74754 via svnmerge fromEzio Melotti2009-09-12
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-10
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-04
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-22
* fix test_gzipBenjamin Peterson2008-11-21
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-25