summaryrefslogtreecommitdiff
path: root/Lib/test/test_bz2.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Add test for BZ2Decompressor.decompress("") after end of stream.Nadeem Vawda2012-10-281-0/+1
* | Issue #14398: Fix size truncation and overflow bugs in bz2 module.Nadeem Vawda2012-10-211-1/+39
|/
* Issue #11018: fix a test to not be a no-op in test_bz2.Antoine Pitrou2011-01-261-1/+1
* Implement #7944. Use `with` throughout the test suite.Brian Curtin2010-10-131-126/+93
* Issue #8397: Raise an error when attempting to mix iteration and regularAntoine Pitrou2010-08-011-0/+18
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+6
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 75818 via svnmerge fromAntoine Pitrou2009-10-271-0/+18
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+3
* Merged revisions 68484-68485 via svnmerge fromAntoine Pitrou2009-01-101-0/+22
* Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,...Georg Brandl2008-07-161-0/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+4
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+5
* BZ2File.read(0) should return b"" rather than raising ValueError.Guido van Rossum2007-08-071-0/+8
* Fix bz2_test.py by removing the tests for universal newline mode.Guido van Rossum2007-06-131-26/+0
* bz2 uses bytes everywhere (even for the 'newlines' attribute).Guido van Rossum2007-05-221-16/+16
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-8/+10
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Fix a place where it's pretty clear that a binary open mode was intended.Guido van Rossum2007-04-091-1/+1
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+2
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-171-9/+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