summaryrefslogtreecommitdiff
path: root/Doc/library/gzip.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)Zackery Spytz2019-05-131-0/+8
* bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)guoci2018-11-071-2/+4
* bpo-35167: Specify program for gzip and json.tool command line options. (GH-1...Serhiy Storchaka2018-11-051-0/+3
* bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)Stéphane Wirtel2018-11-031-7/+8
* bpo-34913: Document gzip command line interface (GH-9782)Stéphane Wirtel2018-10-101-0/+35
* Issue #28227: gzip now supports pathlibBerker Peksag2016-10-021-0/+5
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | #21146: give a more efficient recipe in gzip docsAndrew Kuchling2015-04-141-1/+2
* | Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-111-10/+20
* | Issue #23688: Added support of arbitrary bytes-like objects and avoidedSerhiy Storchaka2015-03-231-0/+4
|/
* Closes #18430: Document that peek() may change the position of the underlyingNadeem Vawda2013-12-081-0/+5
|\
| * #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-081-0/+5
* | Issue #19222: Add support for the 'x' mode to the gzip module.Nadeem Vawda2013-10-191-4/+11
|/
* Closes #15432: GzipFile mtime argument is new in 3.1.Georg Brandl2013-10-061-5/+3
* Fix typo.Georg Brandl2013-10-061-1/+1
* Issue #18743: Fix references to non-existant "StringIO" module.Serhiy Storchaka2013-08-171-1/+1
* Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-4/+5
|\
| * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-3/+4
* | Add fileobj support to gzip.open().Nadeem Vawda2012-06-041-9/+11
* | Closes #13989: Add support for text modes to gzip.open().Nadeem Vawda2012-05-061-12/+34
* | Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-3/+5
|\ \ | |/
| * Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-3/+5
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-3/+0
|\ \ | |/
| * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-161-3/+0
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-1/+1
* | Merge from 3.2 . Replace the term members with correct and appropriate termi...Senthil Kumaran2011-07-041-1/+1
|\ \ | |/
| * issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-1/+1
* | Clarify that GzipFile.read1() is now implementedAntoine Pitrou2011-04-041-0/+3
|\ \ | |/
| * Clarify that GzipFile.read1() isn't implemented.Antoine Pitrou2011-04-041-1/+1
|/
* More source linksRaymond Hettinger2011-01-271-0/+4
* GzipFile.peek improvements, suggested by Nir Aides.Antoine Pitrou2010-10-041-3/+11
* Issue #9962: GzipFile now has the peek() method.Antoine Pitrou2010-09-291-6/+10
* Small fixes in the gzip docsAntoine Pitrou2010-09-231-3/+4
* Issue #1675951: Allow GzipFile to work with unseekable file objects.Antoine Pitrou2010-09-231-0/+3
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-5/+4
* Fix exampleÉric Araujo2010-08-171-1/+1
* Add versionadded tagsAntoine Pitrou2010-08-171-0/+4
* Modernize gzip examplesAntoine Pitrou2010-08-171-12/+8
* Issue #3488: Provide convenient shorthand functions `gzip.compress`Antoine Pitrou2010-08-171-0/+16
* Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-1/+1
* Merged revisions 77472-77473 via svnmerge fromAntoine Pitrou2010-01-131-0/+3
* More conversion to new-style optional args.Georg Brandl2009-05-171-2/+2
* fix versionchangedBenjamin Peterson2009-03-091-1/+1
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-1/+6
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-041-1/+10
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-8/+41