index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
gzip.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct description of inheriting from another class (#114660)
Skip Montanaro
2024-02-01
1
-2/+1
*
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade
2023-11-25
1
-1/+1
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
1
-5/+5
*
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner
2023-09-19
1
-0/+2
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
1
-2/+2
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
1
-0/+6
*
gh-94196: Remove gzip.GzipFile.filename attribute (#94197)
Victor Stinner
2022-06-24
1
-0/+4
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
1
-3/+14
*
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
Serhiy Storchaka
2019-11-16
1
-1/+6
*
bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)
Zackery Spytz
2019-05-13
1
-0/+8
*
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci
2018-11-07
1
-2/+4
*
bpo-35167: Specify program for gzip and json.tool command line options. (GH-1...
Serhiy Storchaka
2018-11-05
1
-0/+3
*
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel
2018-11-03
1
-7/+8
*
bpo-34913: Document gzip command line interface (GH-9782)
Stéphane Wirtel
2018-10-10
1
-0/+35
*
Issue #28227: gzip now supports pathlib
Berker Peksag
2016-10-02
1
-0/+5
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
#21146: give a more efficient recipe in gzip docs
Andrew Kuchling
2015-04-14
1
-1/+2
*
|
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-10
1
-10/+20
*
|
Issue #23688: Added support of arbitrary bytes-like objects and avoided
Serhiy Storchaka
2015-03-23
1
-0/+4
|
/
*
Closes #18430: Document that peek() may change the position of the underlying
Nadeem Vawda
2013-12-08
1
-0/+5
|
\
|
*
#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda
2013-12-08
1
-0/+5
*
|
Issue #19222: Add support for the 'x' mode to the gzip module.
Nadeem Vawda
2013-10-18
1
-4/+11
|
/
*
Closes #15432: GzipFile mtime argument is new in 3.1.
Georg Brandl
2013-10-06
1
-5/+3
*
Fix typo.
Georg Brandl
2013-10-06
1
-1/+1
*
Issue #18743: Fix references to non-existant "StringIO" module.
Serhiy Storchaka
2013-08-16
1
-1/+1
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-4/+5
|
\
|
*
Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...
Nadeem Vawda
2012-11-11
1
-3/+4
*
|
Add fileobj support to gzip.open().
Nadeem Vawda
2012-06-04
1
-9/+11
*
|
Closes #13989: Add support for text modes to gzip.open().
Nadeem Vawda
2012-05-06
1
-12/+34
*
|
Merge: #13989: Document that GzipFile does not support text mode.
Nadeem Vawda
2012-02-11
1
-3/+5
|
\
\
|
|
/
|
*
Issue #13989: Document that GzipFile does not support text mode.
Nadeem Vawda
2012-02-11
1
-3/+5
*
|
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
Éric Araujo
2012-02-05
1
-3/+0
|
\
\
|
|
/
|
*
Improve interlinking of archiving/compression modules docs.
Éric Araujo
2012-01-16
1
-3/+0
*
|
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
1
-1/+1
*
|
Merge from 3.2 . Replace the term members with correct and appropriate termi...
Senthil Kumaran
2011-07-04
1
-1/+1
|
\
\
|
|
/
|
*
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...
Senthil Kumaran
2011-07-04
1
-1/+1
*
|
Clarify that GzipFile.read1() is now implemented
Antoine Pitrou
2011-04-04
1
-0/+3
|
\
\
|
|
/
|
*
Clarify that GzipFile.read1() isn't implemented.
Antoine Pitrou
2011-04-04
1
-1/+1
|
/
*
More source links
Raymond Hettinger
2011-01-27
1
-0/+4
*
GzipFile.peek improvements, suggested by Nir Aides.
Antoine Pitrou
2010-10-04
1
-3/+11
*
Issue #9962: GzipFile now has the peek() method.
Antoine Pitrou
2010-09-29
1
-6/+10
*
Small fixes in the gzip docs
Antoine Pitrou
2010-09-23
1
-3/+4
*
Issue #1675951: Allow GzipFile to work with unseekable file objects.
Antoine Pitrou
2010-09-23
1
-0/+3
*
Add cross-references to the glossary entry for file objects.
Antoine Pitrou
2010-09-15
1
-5/+4
*
Fix example
Éric Araujo
2010-08-17
1
-1/+1
*
Add versionadded tags
Antoine Pitrou
2010-08-17
1
-0/+4
[next]