aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/gzip.py
Commit message (Expand)AuthorAge
* Two different changes.Guido van Rossum1999-04-12
* Oops, missed mode parameter to open().Fred Drake1999-04-05
* Made the default mode 'rb' instead of 'r', for better cross-platformFred Drake1999-04-05
* Based on a suggestion from bruce@hams.com, make a trivial change toAndrew M. Kuchling1999-03-25
* use struct instead of bit-manipulate in PythonJeremy Hylton1999-03-23
* Patch by Ron Klatchko: fix invariant in _unread(). Also fixedGuido van Rossum1998-08-03
* Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. TheJeremy Hylton1998-05-13
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* (This fix is really by Jeremy)Guido van Rossum1998-01-27
* When there's no filename, don't make one up.Guido van Rossum1997-12-30
* Add the option to pass an open file object to GzipFile. This obviatesGuido van Rossum1997-07-19
* Adding Jeremy Hylton's gzip module.Guido van Rossum1997-04-30