summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bz2.py
Commit message (Expand)AuthorAgeFilesLines
* testSeekBackwardsFromEnd(): Repair obvious syntax error.Tim Peters2005-08-261-1/+1
* Add list() around xreadlines()Georg Brandl2005-08-261-2/+2
* Fix BZ2File.(x)readlines() for files without a newline.Georg Brandl2005-08-211-1/+17
* Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+10
* Add error checks for the bz2, cStringIO and operator modules.Walter Dörwald2004-11-011-0/+11
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-7/+6
* Applying patch #728656, by logistix, fixing opening of nonexistentGustavo Niemeyer2003-04-291-0/+5
* Add test to ensure files (fds) don't leakNeal Norwitz2003-02-121-0/+6
* OS/2 EMX has no popen2.Popen3 even though bunzip2 is availableAndrew MacIntyre2002-12-311-1/+1
* This uses only one temp file at a time, so use test_support.TESTFN asTim Peters2002-11-141-2/+2
* I already forgot what I changed -- it wasn't important <wink>.Tim Peters2002-11-091-2/+0
* OK -- all tests pass on Windows now. The rest were due to 3 moreTim Peters2002-11-091-22/+5
* More tests run on Windows now. Something is still wrong here, but noTim Peters2002-11-091-27/+34
* Many changes to get this to pass on Windows, and to make it easier toTim Peters2002-11-091-11/+45
* Whitespace normalization.Tim Peters2002-11-091-260/+260
* Comment out the test docstrings so we can at least tell which tests areTim Peters2002-11-091-28/+28
* Whitespace normalization.Tim Peters2002-11-091-16/+16
* Open at least one binary file in binary mode. This allows a few of theTim Peters2002-11-091-1/+1
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-051-0/+290