summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gzip.py
Commit message (Expand)AuthorAgeFilesLines
* Exercise .readline() and .readlines(). More data is written to theAndrew M. Kuchling2000-07-291-4/+28
* Use binary mode for all gzip files we open.Guido van Rossum1999-04-071-4/+4
* Added a simple test suite for gzip. It simply opens a temp file,Andrew M. Kuchling1999-03-251-0/+30