COMMITS
/ Doc/library/gzip.rst April 25, 2025
R
gh-98347: Add links to python-isal in the documentation (#98637)
Ruben Vorderman committed
April 10, 2025
1
gh-72631: Fix wrong documentation for GzipFile.peek (#29820)
180909 committed
October 12, 2024
B
gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)
Bernhard M. Wiedemann committed
June 17, 2024
G
gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#120480)
Gregory P. Smith committed
June 15, 2024
R
gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486)
Ruben Vorderman committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
March 28, 2024
J
bpo-43848: explain optional argument mtime in gzip.py. (GH-25410)
Joachim Wuttke committed
February 1, 2024
S
Correct description of inheriting from another class (#114660)
Skip Montanaro committed
November 25, 2023
H
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
September 19, 2023
V
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
March 24, 2023
H
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade committed
June 24, 2022
V
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner committed
September 2, 2021
R
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman 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
November 7, 2018
G
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci committed
November 5, 2018
S
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
Serhiy Storchaka committed
November 3, 2018
S
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel committed
October 10, 2018
S
bpo-34913: Document gzip command line interface (GH-9782)
Stéphane Wirtel committed
October 2, 2016
B
Issue #28227: gzip now supports pathlib
Berker Peksag committed
November 2, 2015
S
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka committed
S
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka committed
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
April 14, 2015
A
#21146: give a more efficient recipe in gzip docs
Andrew Kuchling 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
December 8, 2013
N
Closes #18430: Document that peek() may change the position of the underlying
Nadeem Vawda committed
N
#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda committed
October 18, 2013
N
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda committed
October 6, 2013
G
Closes #15432: GzipFile mtime argument is new in 3.1.
Georg Brandl committed
August 16, 2013
S
Issue #18743: Fix references to non-existant "StringIO" module.
Serhiy Storchaka committed
November 11, 2012
N
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
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
February 5, 2012
É
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
Éric Araujo committed
January 16, 2012
É
Improve interlinking of archiving/compression modules docs.
Éric Araujo committed
November 29, 2011
N
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda committed
July 4, 2011
S
April 4, 2011
A
Clarify that GzipFile.read1() is now implemented
Antoine Pitrou committed