COMMITS
/ Lib/gzip.py October 2, 2016
B
Issue #28227: gzip now supports pathlib
Berker Peksag committed
September 11, 2016
S
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka committed
April 19, 2016
M
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter committed
December 11, 2015
M
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter committed
April 10, 2015
A
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
March 23, 2015
S
Issue #23688: Added support of arbitrary bytes-like objects and avoided
Serhiy Storchaka committed
S
Issue #21560: An attempt to write a data of wrong type no longer cause
Serhiy Storchaka committed
March 9, 2014
N
Issue #20875: Merge from 3.3
Ned Deily committed
N
Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Ned Deily committed
October 18, 2013
N
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda committed
August 29, 2013
S
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka committed
S
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka committed
May 12, 2013
G
Back out patch for #1159051, which caused backwards compatibility problems.
Georg Brandl committed
April 8, 2013
S
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka committed
S
Close #17666: Fix reading gzip files with an extra field.
Serhiy Storchaka committed
January 22, 2013
S
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
Serhiy Storchaka committed
S
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
Serhiy Storchaka committed
S
Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
Serhiy Storchaka committed
S
#15546: Fix GzipFile.peek()'s handling of pathological input data.
Serhiy Storchaka committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
November 11, 2012
N
August 29, 2012
A
Issue #15800: fix the closing of input / output files when gzip is used as a script.
Antoine Pitrou committed
A
Issue #15800: fix the closing of input / output files when gzip is used as a script.
Antoine Pitrou committed
August 5, 2012
N
#15546: Also fix GzipFile.peek().
Nadeem Vawda committed
N
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
Nadeem Vawda committed
June 30, 2012
N
Update GzipFile docstring to mention gzip.open()'s new text-mode support.
Nadeem Vawda committed
June 19, 2012
N
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda committed
N
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda committed
June 4, 2012
N
Add fileobj support to gzip.open().
Nadeem Vawda committed
May 6, 2012
N
Closes #13989: Add support for text modes to gzip.open().
Nadeem Vawda committed
February 11, 2012
N
Clean up GzipFile mode string handling code.
Nadeem Vawda committed
N
Merge: #13989: Document that GzipFile does not support text mode.
Nadeem Vawda committed
N
Issue #13989: Document that GzipFile does not support text mode.
Nadeem Vawda committed
January 18, 2012
N
Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda committed
N
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda committed
April 13, 2011
N
Remove dead code in gzip.
Nadeem Vawda committed
April 4, 2011
A
Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile
Antoine Pitrou committed
November 20, 2010
G
#10465: fix broken delegation in __getattr__ of _PaddedFile.
Georg Brandl committed
October 6, 2010
A
Issue #9759: GzipFile now raises ValueError when an operation is attempted
Antoine Pitrou committed
October 4, 2010
A
GzipFile.peek improvements, suggested by Nir Aides.
Antoine Pitrou committed
September 29, 2010
A
Issue #9962: GzipFile now has the peek() method.
Antoine Pitrou committed
September 23, 2010
A
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Antoine Pitrou committed
August 17, 2010
A
Issue #3488: Provide convenient shorthand functions `gzip.compress`
Antoine Pitrou committed
May 4, 2010
M
Merged revisions 80762 via svnmerge from
Mark Dickinson committed
January 13, 2010
A
Merged revisions 77472-77473 via svnmerge from
Antoine Pitrou committed
January 3, 2010
A
Merged revisions 77288 via svnmerge from
Antoine Pitrou committed
December 14, 2009
A
Issue #4757: `zlib.compress` and other methods in the zlib module now
Antoine Pitrou committed