summaryrefslogtreecommitdiff
path: root/Lib/test/test_bz2.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 88204 via svnmerge fromAntoine Pitrou2011-01-261-1/+1
* Merged revisions 85403 via svnmerge fromBrian Curtin2010-10-141-122/+97
* Merged revisions 83440 via svnmerge fromAntoine Pitrou2010-08-011-0/+18
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+6
* #7092: silence some py3k warningsFlorent Xicluna2010-04-021-2/+2
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* Issue #7205: Fix a possible deadlock when using a BZ2File object from several...Antoine Pitrou2009-10-271-0/+18
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-2/+2
* Issue #3860: GzipFile and BZ2File now support the context manager protocol.Antoine Pitrou2009-01-101-0/+22
* - Issue #3309: Fix bz2.BZFile itererator to release its internal lockGregory P. Smith2008-07-071-0/+11
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-8/+10
* Add an additional test: BZ2File write methods should raise IOErrorGeorg Brandl2006-08-141-0/+9
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-0/+2
* Bug #1535182: really test the xreadlines() method of bz2 objects.Georg Brandl2006-08-061-1/+1
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-0/+1
* 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