summaryrefslogtreecommitdiffstatshomepage
path: root/Lib/gzip.py
Commit message (Expand)AuthorAge
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-10
* Issue #21560: An attempt to write a data of wrong type no longer causeSerhiy 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 #19222: Add support for the 'x' mode to the gzip module.Nadeem Vawda2013-10-19
* | Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-29
|\|
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-29
| * Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-12
* | Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-08
|\|
| * 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
| |\
| | * Issue #1159051: GzipFile now raises EOFError when reading a corrupted fileSerhiy Storchaka2013-01-22
| | * #15546: Fix GzipFile.peek()'s handling of pathological input data.Serhiy Storchaka2013-01-22
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/ /
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-11
|\|
| * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-11
* | Issue #15800: fix the closing of input / output files when gzip is used as a ...Antoine Pitrou2012-08-30
|\|
| * Issue #15800: fix the closing of input / output files when gzip is used as a ...Antoine Pitrou2012-08-30
* | #15546: Also fix GzipFile.peek().Nadeem Vawda2012-08-05
* | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.Nadeem Vawda2012-08-05
* | Update GzipFile docstring to mention gzip.open()'s new text-mode support.Nadeem Vawda2012-06-30
* | 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
* | Closes #13989: Add support for text modes to gzip.open().Nadeem Vawda2012-05-06
* | Clean up GzipFile mode string handling code.Nadeem Vawda2012-02-12
* | Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-11
|\|
| * Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-11
* | 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
* | Remove dead code in gzip.Nadeem Vawda2011-04-13
* | Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFileAntoine Pitrou2011-04-04
|/
* #10465: fix broken delegation in __getattr__ of _PaddedFile.Georg Brandl2010-11-20
* Issue #9759: GzipFile now raises ValueError when an operation is attemptedAntoine Pitrou2010-10-06
* GzipFile.peek improvements, suggested by Nir Aides.Antoine Pitrou2010-10-04
* 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
* Merged revisions 80762 via svnmerge fromMark Dickinson2010-05-04
* Merged revisions 77472-77473 via svnmerge fromAntoine Pitrou2010-01-13
* Merged revisions 77288 via svnmerge fromAntoine Pitrou2010-01-03
* Issue #4757: `zlib.compress` and other methods in the zlib module nowAntoine Pitrou2009-12-14
* Merged revisions 75935 via svnmerge fromLars Gustäbel2009-10-29
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-08
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-10
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-04
* Buglet: restore functioning of gzip as an executable when (de)compressing fro...Antoine Pitrou2009-01-04
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-25
* Merged revisions 61820-61823 via svnmerge fromChristian Heimes2008-03-24