| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #17666: Fix reading gzip files with an extra field. | Serhiy Storchaka | 2013-04-08 | 1 | -10/+10 |
|\ |
|
| * | Issue #1159051: GzipFile now raises EOFError when reading a corrupted file | Serhiy Storchaka | 2013-01-22 | 1 | -10/+10 |
| |\ |
|
| | * | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -10/+10 |
* | | | Close #17666: Fix reading gzip files with an extra field. | Serhiy Storchaka | 2013-04-08 | 1 | -1/+2 |
|/ / |
|
* | | Issue #1159051: GzipFile now raises EOFError when reading a corrupted file | Serhiy Storchaka | 2013-01-22 | 1 | -44/+37 |
|\ \
| |/
|/| |
|
| * | Issue #1159051: GzipFile now raises EOFError when reading a corrupted file | Serhiy Storchaka | 2013-01-22 | 1 | -38/+34 |
| * | #15546: Fix GzipFile.peek()'s handling of pathological input data. | Serhiy Storchaka | 2013-01-22 | 1 | -2/+4 |
* | | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -3/+4 |
* | | Issue #15800: fix the closing of input / output files when gzip is used as a ... | Antoine Pitrou | 2012-08-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #15800: fix the closing of input / output files when gzip is used as a ... | Antoine Pitrou | 2012-08-30 | 1 | -2/+2 |
* | | #15546: Also fix GzipFile.peek(). | Nadeem Vawda | 2012-08-05 | 1 | -2/+4 |
* | | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. | Nadeem Vawda | 2012-08-05 | 1 | -1/+4 |
* | | Update GzipFile docstring to mention gzip.open()'s new text-mode support. | Nadeem Vawda | 2012-06-30 | 1 | -1/+1 |
* | | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-20 | 1 | -25/+69 |
|\ \
| |/
|/| |
|
| * | Add fileobj support to gzip.open(). | Nadeem Vawda | 2012-06-04 | 1 | -1/+12 |
| * | Closes #13989: Add support for text modes to gzip.open(). | Nadeem Vawda | 2012-05-06 | 1 | -9/+33 |
| * | Clean up GzipFile mode string handling code. | Nadeem Vawda | 2012-02-12 | 1 | -6/+5 |
| * | Merge: #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -12/+22 |
| |\ |
|
| | * | Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -12/+22 |
| | |\ |
|
| | | * | Remove dead code in gzip. | Nadeem Vawda | 2011-04-13 | 1 | -12/+0 |
| | | * | Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile | Antoine Pitrou | 2011-04-04 | 1 | -0/+22 |
* | | | | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-20 | 1 | -4/+4 |
|/ / / |
|
* | | | Issue #13989: Document that GzipFile does not support text mode. | Nadeem Vawda | 2012-02-11 | 1 | -4/+7 |
|/ / |
|
* | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. | Nadeem Vawda | 2012-01-18 | 1 | -2/+4 |
|/ |
|
* | #10465: fix broken delegation in __getattr__ of _PaddedFile. | Georg Brandl | 2010-11-20 | 1 | -1/+1 |
* | Issue #9759: GzipFile now raises ValueError when an operation is attempted | Antoine Pitrou | 2010-10-06 | 1 | -0/+10 |
* | GzipFile.peek improvements, suggested by Nir Aides. | Antoine Pitrou | 2010-10-04 | 1 | -3/+5 |
* | Issue #9962: GzipFile now has the peek() method. | Antoine Pitrou | 2010-09-29 | 1 | -1/+24 |
* | Issue #1675951: Allow GzipFile to work with unseekable file objects. | Antoine Pitrou | 2010-09-23 | 1 | -18/+73 |
* | Issue #3488: Provide convenient shorthand functions `gzip.compress` | Antoine Pitrou | 2010-08-17 | 1 | -1/+18 |
* | Merged revisions 80762 via svnmerge from | Mark Dickinson | 2010-05-04 | 1 | -1/+1 |
* | Merged revisions 77472-77473 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+9 |
* | Merged revisions 77288 via svnmerge from | Antoine Pitrou | 2010-01-03 | 1 | -57/+42 |
* | Issue #4757: `zlib.compress` and other methods in the zlib module now | Antoine Pitrou | 2009-12-14 | 1 | -2/+2 |
* | Merged revisions 75935 via svnmerge from | Lars Gustäbel | 2009-10-29 | 1 | -2/+3 |
* | #4351: more appropriate DeprecationWarning stacklevels | Philip Jenvey | 2009-05-08 | 1 | -1/+1 |
* | Merged revisions 68484-68485 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -0/+8 |
* | Merged revisions 68319 via svnmerge from | Antoine Pitrou | 2009-01-04 | 1 | -4/+17 |
* | Buglet: restore functioning of gzip as an executable when (de)compressing fro... | Antoine Pitrou | 2009-01-04 | 1 | -4/+4 |
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+2 |
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 1 | -3/+2 |
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -22/+13 |
* | Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ... | Christian Heimes | 2008-03-20 | 1 | -1/+2 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -4/+4 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -9/+9 |
* | Retouch my last change after a comment on style from Guido. | Lars Gustäbel | 2007-08-13 | 1 | -10/+7 |
* | RFC 1952 requires the FNAME field to be Latin-1. Do not include | Lars Gustäbel | 2007-08-10 | 1 | -2/+9 |
* | Fix gzip.py: Use bytes where 8bit strings have been used formerly. | Walter Dörwald | 2007-06-06 | 1 | -20/+22 |