Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bad62deca1d2643eeeaca94b620617cf80971e0a
/
Lib
/
gzip.py
44f5f8f
Bug #409419: delete seek() and tell() methods, so callers can use getattr()
by Andrew M. Kuchling
· 24 years ago
2d0589b
The code to write timestamps couldn't handle negative times (and time
by Jack Jansen
· 24 years ago
ee5e61d
String method conversion.
by Eric S. Raymond
· 24 years ago
2dd4276
added a few more __all__ lists fixed typo in ihooks docstring
by Skip Montanaro
· 24 years ago
07e99cb
Whitespace normalization.
by Tim Peters
· 24 years ago
41616ee
SF patch #100740: Add optional size arguments to .readline() and
by Andrew M. Kuchling
· 24 years ago
e298c30
if the GzipFile constructor fails, the __del__ method is still
by Jeremy Hylton
· 25 years ago
4b8c6ea
Actually, the previous batch's comment should have been different;
by Guido van Rossum
· 25 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
5606801
Make read() and readlines() conform more to the file object interface:
by Guido van Rossum
· 25 years ago
2d813e5
Fixed 'return EOFError' that should be 'raise EOFError', caught by
by Andrew M. Kuchling
· 25 years ago
916fcc3
Added __del__ method to GzipFile class that will flush and close the
by Andrew M. Kuchling
· 25 years ago
95bdd0b
Two different changes.
by Guido van Rossum
· 26 years ago
fa1591c
Oops, missed mode parameter to open().
by Fred Drake
· 26 years ago
9bb76d1
Made the default mode 'rb' instead of 'r', for better cross-platform
by Fred Drake
· 26 years ago
f4f119c
Based on a suggestion from bruce@hams.com, make a trivial change to
by Andrew M. Kuchling
· 26 years ago
c19f997
use struct instead of bit-manipulate in Python
by Jeremy Hylton
· 26 years ago
84c6fc9
Patch by Ron Klatchko: fix invariant in _unread(). Also fixed
by Guido van Rossum
· 26 years ago
ee918cb
Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The
by Jeremy Hylton
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
b16a3b8
(This fix is really by Jeremy)
by Guido van Rossum
· 27 years ago
51ca6e3
When there's no filename, don't make one up.
by Guido van Rossum
· 27 years ago
68de379
Add the option to pass an open file object to GzipFile. This obviates
by Guido van Rossum
· 27 years ago
1526219
Adding Jeremy Hylton's gzip module.
by Guido van Rossum
· 28 years ago