summaryrefslogtreecommitdiff
path: root/Lib/gzip.py
Commit message (Expand)AuthorAgeFilesLines
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-10/+10
* Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-3/+4
|\
| * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-3/+4
* | Issue #15800: fix the closing of input / output files when gzip is used as a ...Antoine Pitrou2012-08-301-2/+2
|\ \ | |/
| * Issue #15800: fix the closing of input / output files when gzip is used as a ...Antoine Pitrou2012-08-301-2/+2
* | #15546: Also fix GzipFile.peek().Nadeem Vawda2012-08-051-2/+4
* | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.Nadeem Vawda2012-08-051-1/+4
* | Update GzipFile docstring to mention gzip.open()'s new text-mode support.Nadeem Vawda2012-06-301-1/+1
* | Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-201-25/+69
|\ \ | |/ |/|
| * Add fileobj support to gzip.open().Nadeem Vawda2012-06-041-1/+12
| * Closes #13989: Add support for text modes to gzip.open().Nadeem Vawda2012-05-061-9/+33
| * Clean up GzipFile mode string handling code.Nadeem Vawda2012-02-121-6/+5
| * Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-12/+22
| |\
| | * Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-12/+22
| | |\
| | | * Remove dead code in gzip.Nadeem Vawda2011-04-131-12/+0
| | | * Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFileAntoine Pitrou2011-04-041-0/+22
* | | | Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-201-4/+4
|/ / /
* | | Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-4/+7
|/ /
* | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-2/+4
|/
* #10465: fix broken delegation in __getattr__ of _PaddedFile.Georg Brandl2010-11-201-1/+1
* Issue #9759: GzipFile now raises ValueError when an operation is attemptedAntoine Pitrou2010-10-061-0/+10
* GzipFile.peek improvements, suggested by Nir Aides.Antoine Pitrou2010-10-041-3/+5
* Issue #9962: GzipFile now has the peek() method.Antoine Pitrou2010-09-291-1/+24
* Issue #1675951: Allow GzipFile to work with unseekable file objects.Antoine Pitrou2010-09-231-18/+73
* Issue #3488: Provide convenient shorthand functions `gzip.compress`Antoine Pitrou2010-08-171-1/+18
* Merged revisions 80762 via svnmerge fromMark Dickinson2010-05-041-1/+1
* Merged revisions 77472-77473 via svnmerge fromAntoine Pitrou2010-01-131-0/+9
* Merged revisions 77288 via svnmerge fromAntoine Pitrou2010-01-031-57/+42
* Issue #4757: `zlib.compress` and other methods in the zlib module nowAntoine Pitrou2009-12-141-2/+2
* Merged revisions 75935 via svnmerge fromLars Gustäbel2009-10-291-2/+3
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-081-1/+1
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-101-0/+8
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-041-4/+17
* Buglet: restore functioning of gzip as an executable when (de)compressing fro...Antoine Pitrou2009-01-041-4/+4
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-0/+2
* Merged revisions 61820-61823 via svnmerge fromChristian Heimes2008-03-241-3/+2
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-22/+13
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-1/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Raise statement normalization in Lib/.Collin Winter2007-08-301-9/+9
* Retouch my last change after a comment on style from Guido.Lars Gustäbel2007-08-131-10/+7
* RFC 1952 requires the FNAME field to be Latin-1. Do not includeLars Gustäbel2007-08-101-2/+9
* Fix gzip.py: Use bytes where 8bit strings have been used formerly.Walter Dörwald2007-06-061-20/+22
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-5/+13
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+6
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+7