summaryrefslogtreecommitdiff
path: root/Lib/test/test_gzip.py
Commit message (Expand)AuthorAgeFilesLines
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-091-0/+23
* Convert gzip test suite to use unittestAndrew M. Kuchling2005-06-091-74/+110
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-271-1/+9
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+3
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-231-1/+5
* Whitespace normalization.Tim Peters2001-08-091-1/+1
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-091-0/+24
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-171-2/+3
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-3/+3
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-3/+2
* 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