Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Two different changes. | Guido van Rossum | 1999-04-12 |
* | Oops, missed mode parameter to open(). | Fred Drake | 1999-04-05 |
* | Made the default mode 'rb' instead of 'r', for better cross-platform | Fred Drake | 1999-04-05 |
* | Based on a suggestion from bruce@hams.com, make a trivial change to | Andrew M. Kuchling | 1999-03-25 |
* | use struct instead of bit-manipulate in Python | Jeremy Hylton | 1999-03-23 |
* | Patch by Ron Klatchko: fix invariant in _unread(). Also fixed | Guido van Rossum | 1998-08-03 |
* | Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The | Jeremy Hylton | 1998-05-13 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
* | (This fix is really by Jeremy) | Guido van Rossum | 1998-01-27 |
* | When there's no filename, don't make one up. | Guido van Rossum | 1997-12-30 |
* | Add the option to pass an open file object to GzipFile. This obviates | Guido van Rossum | 1997-07-19 |
* | Adding Jeremy Hylton's gzip module. | Guido van Rossum | 1997-04-30 |