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
/
Lib
/
gzip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #100740: Add optional size arguments to .readline() and
Andrew M. Kuchling
2000-07-29
1
-19/+37
*
if the GzipFile constructor fails, the __del__ method is still
Jeremy Hylton
2000-05-08
1
-3/+7
*
Actually, the previous batch's comment should have been different;
Guido van Rossum
2000-02-04
1
-1/+2
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-6/+6
*
Make read() and readlines() conform more to the file object interface:
Guido van Rossum
2000-02-02
1
-3/+3
*
Fixed 'return EOFError' that should be 'raise EOFError', caught by
Andrew M. Kuchling
1999-09-06
1
-1/+1
*
Added __del__ method to GzipFile class that will flush and close the
Andrew M. Kuchling
1999-08-10
1
-0/+5
*
Two different changes.
Guido van Rossum
1999-04-12
1
-2/+5
*
Oops, missed mode parameter to open().
Fred Drake
1999-04-05
1
-1/+1
*
Made the default mode 'rb' instead of 'r', for better cross-platform
Fred Drake
1999-04-05
1
-2/+2
*
Based on a suggestion from bruce@hams.com, make a trivial change to
Andrew M. Kuchling
1999-03-25
1
-32/+67
*
use struct instead of bit-manipulate in Python
Jeremy Hylton
1999-03-23
1
-21/+3
*
Patch by Ron Klatchko: fix invariant in _unread(). Also fixed
Guido van Rossum
1998-08-03
1
-3/+9
*
Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The
Jeremy Hylton
1998-05-13
1
-4/+3
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-203/+203
*
(This fix is really by Jeremy)
Guido van Rossum
1998-01-27
1
-22/+29
*
When there's no filename, don't make one up.
Guido van Rossum
1997-12-30
1
-6/+54
*
Add the option to pass an open file object to GzipFile. This obviates
Guido van Rossum
1997-07-19
1
-55/+44
*
Adding Jeremy Hylton's gzip module.
Guido van Rossum
1997-04-30
1
-0/+264