Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exercise .readline() and .readlines(). More data is written to the | Andrew M. Kuchling | 2000-07-29 | 1 | -4/+28 |
| | | | | test file, too, so the methods have more work to do. | ||||
* | Use binary mode for all gzip files we open. | Guido van Rossum | 1999-04-07 | 1 | -4/+4 |
| | |||||
* | Added a simple test suite for gzip. It simply opens a temp file, | Andrew M. Kuchling | 1999-03-25 | 1 | -0/+30 |
writes a chunk of compressed data, closes it, writes another chunk, and reads the contents back to verify that they are the same. |