aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_gzip.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 85291 via svnmerge fromAntoine Pitrou2010-10-06
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-10
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-04
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-22
* fix test_gzipBenjamin Peterson2008-11-21
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-25
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Always try to delete the data file before and after the test.Neal Norwitz2008-03-24
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Fix gzip.py: Use bytes where 8bit strings have been used formerly.Walter Dörwald2007-06-06
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-05
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-09
* Convert gzip test suite to use unittestAndrew M. Kuchling2005-06-09
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-29
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-27
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-09
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-23
* Whitespace normalization.Tim Peters2001-08-09
* Patch #448474: Add support for tell() and seek() to gzip.GzipFile.Martin v. Löwis2001-08-09
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Exercise .readline() and .readlines(). More data is written to theAndrew M. Kuchling2000-07-29
* Use binary mode for all gzip files we open.Guido van Rossum1999-04-07
* Added a simple test suite for gzip. It simply opens a temp file,Andrew M. Kuchling1999-03-25