1. 916fcc3 Added __del__ method to GzipFile class that will flush and close the by Andrew M. Kuchling · 25 years ago
  2. 95bdd0b Two different changes. by Guido van Rossum · 25 years ago
  3. fa1591c Oops, missed mode parameter to open(). by Fred Drake · 25 years ago
  4. 9bb76d1 Made the default mode 'rb' instead of 'r', for better cross-platform by Fred Drake · 25 years ago
  5. f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 25 years ago
  6. c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 25 years ago
  7. 84c6fc9 Patch by Ron Klatchko: fix invariant in _unread(). Also fixed by Guido van Rossum · 26 years ago
  8. ee918cb Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The by Jeremy Hylton · 26 years ago
  9. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  10. b16a3b8 (This fix is really by Jeremy) by Guido van Rossum · 26 years ago
  11. 51ca6e3 When there's no filename, don't make one up. by Guido van Rossum · 27 years ago
  12. 68de379 Add the option to pass an open file object to GzipFile. This obviates by Guido van Rossum · 27 years ago
  13. 1526219 Adding Jeremy Hylton's gzip module. by Guido van Rossum · 27 years ago