index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
gzip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ...
Raymond Hettinger
2002-05-29
1
-0
/
+38
*
force gzip module to open files using 'b'inary mode.
Skip Montanaro
2002-05-23
1
-0
/
+4
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-2
/
+2
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-11
/
+11
*
Make GzipFile an iterator. Closes bug #532621.
Neil Schemenauer
2002-03-20
1
-0
/
+10
*
Patch #443899: Check modes on files before performing operations.
Martin v. Löwis
2002-03-11
1
-1
/
+9
*
"f" should be "self"; reported by Neal Norwitz.
Fred Drake
2001-10-13
1
-1
/
+1
*
Remove redefinition of writelines() method
Andrew M. Kuchling
2001-08-13
1
-5
/
+0
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-2
/
+2
*
Patch #448474: Add support for tell() and seek() to gzip.GzipFile.
Martin v. Löwis
2001-08-09
1
-2
/
+34
*
Bug #409419: delete seek() and tell() methods, so callers can use getattr()
Andrew M. Kuchling
2001-03-20
1
-6
/
+0
*
The code to write timestamps couldn't handle negative times (and time
Jack Jansen
2001-02-21
1
-0
/
+2
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-5
/
+5
*
added a few more __all__ lists
Skip Montanaro
2001-01-23
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-25
/
+25
*
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