COMMITS
/ Lib/gzip.py June 24, 2022
V
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner committed
April 12, 2022
I
gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)
Ilya Leoshkevich committed
November 19, 2021
R
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
Ruben Vorderman committed
October 19, 2021
I
September 2, 2021
R
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman committed
June 22, 2021
May 16, 2021
A
Fix typo in comment (GH-26162)
Ashwin Ramaswami committed
April 13, 2021
I
bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
Inada Naoki committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
February 26, 2021
R
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
Ruben Vorderman committed
I
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
Inada Naoki committed
February 25, 2021
R
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
Ruben Vorderman committed
January 21, 2020
W
bpo-39389: gzip: fix compression level metadata (GH-18077)
William Chargin committed
November 16, 2019
S
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
Serhiy Storchaka committed
May 13, 2019
Z
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
Zackery Spytz committed
April 24, 2019
M
fix typo in gzip.py (GH-12928)
Maximilian Nöthe committed
November 7, 2018
G
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci committed
November 3, 2018
S
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel committed
October 9, 2018
S
bpo-23596: Use argparse for the command line of gzip (GH-9781)
Stéphane Wirtel committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
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