COMMITS
/ Lib/test/test_gzip.py November 4, 2025
S
GH-139946: Colorize error and warning messages in argparse (#140695)
Savannah Ostrowski committed
October 21, 2025
S
gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)
Stan Ulbrych committed
July 20, 2025
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
March 13, 2025
C
gh-130806: Emit ResourceWarning if GzipFile unclosed (#130905)
Cody Maloney committed
March 8, 2025
C
gh-128646: Implement GzipFile.readinto[1]() methods (GH-128647)
Chris Markiewicz committed
February 28, 2025
C
gh-129726: Break `gzip.GzipFile` reference loop (#130055)
Cody Maloney committed
October 12, 2024
B
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann committed
June 15, 2024
R
gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486)
Ruben Vorderman committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
February 28, 2024
S
gh-115961: Improve tests for compressed file-like objects (GH-115963)
Serhiy Storchaka committed
August 24, 2023
C
gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)
Chris Markiewicz committed
June 28, 2023
T
GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (#106167)
T. Wouters committed
June 19, 2023
T
GH-105808: Fix a regression introduced in GH-101251 (#105910)
T. Wouters committed
May 3, 2022
R
bpo-46267: Test compresslevel in gzip.compress (#30416)
Ruben Vorderman committed
January 25, 2022
C
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes committed
November 19, 2021
R
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
Ruben Vorderman committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
June 22, 2021
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki committed
February 26, 2021
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
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi committed
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka 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 14, 2019
G
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
Gregory P. Smith 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: Add unit tests for the command line for the gzip module (GH-9775)
Stéphane Wirtel committed
October 22, 2017
S
bpo-28286: Add tests for the mode argument of GzipFile. (#4074)
Serhiy Storchaka 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
November 20, 2015
M
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
Martin Panter committed
April 10, 2015
A
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou committed
March 23, 2015
S
Issue #23688: Added support of arbitrary bytes-like objects and avoided
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
January 16, 2014
S
Issue #19936: Remove executable bits from C source files and several forgotten
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
October 18, 2013
N
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda 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
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
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