| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23799: Added test.test_support.start_threads() for running and | Serhiy Storchaka | 2015-04-01 | 1 | -7/+5 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -1/+0 |
|
|
* | Skip test for #19878 on Windows. | Nadeem Vawda | 2013-12-10 | 1 | -0/+3 |
|
|
* | Closes #19878: Fix segfault in bz2 module. | Nadeem Vawda | 2013-12-08 | 1 | -0/+12 |
|
|
* | backout 214d8909513d for regressions (#1159051) | Benjamin Peterson | 2013-05-11 | 1 | -18/+0 |
|
|
* | Issue #17843: Remove bz2 test data that triggers antivirus warnings. | Nadeem Vawda | 2013-04-28 | 1 | -7/+6 |
|
|
* | Issue #1159051: GzipFile now raises EOFError when reading a corrupted file | Serhiy Storchaka | 2013-01-22 | 1 | -0/+18 |
|
|
* | Issue #16828: Fix error incorrectly raised by bz2.compress(''). | Nadeem Vawda | 2013-01-02 | 1 | -0/+18 |
|
|
* | Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 |
|
|
* | Issue #14398: Fix size truncation and overflow bugs in bz2 module. | Nadeem Vawda | 2012-10-21 | 1 | -1/+43 |
|
|
* | Merged revisions 88204 via svnmerge from | Antoine Pitrou | 2011-01-26 | 1 | -1/+1 |
|
|
* | Merged revisions 85403 via svnmerge from | Brian Curtin | 2010-10-14 | 1 | -122/+97 |
|
|
* | Merged revisions 83440 via svnmerge from | Antoine Pitrou | 2010-08-01 | 1 | -0/+18 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+6 |
|
|
* | #7092: silence some py3k warnings | Florent Xicluna | 2010-04-02 | 1 | -2/+2 |
|
|
* | normalize shebang lines to #!/usr/bin/env python | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Issue #7205: Fix a possible deadlock when using a BZ2File object from several... | Antoine Pitrou | 2009-10-27 | 1 | -0/+18 |
|
|
* | Change more tests to use import_module for the modules that | R. David Murray | 2009-03-30 | 1 | -2/+2 |
|
|
* | Issue #3860: GzipFile and BZ2File now support the context manager protocol. | Antoine Pitrou | 2009-01-10 | 1 | -0/+22 |
|
|
* | - Issue #3309: Fix bz2.BZFile itererator to release its internal lock | Gregory P. Smith | 2008-07-07 | 1 | -0/+11 |
|
|
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 1 | -8/+10 |
|
|
* | Add an additional test: BZ2File write methods should raise IOError | Georg Brandl | 2006-08-14 | 1 | -0/+9 |
|
|
* | Patch #1535500: fix segfault in BZ2File.writelines and make sure it | Georg Brandl | 2006-08-14 | 1 | -0/+2 |
|
|
* | Bug #1535182: really test the xreadlines() method of bz2 objects. | Georg Brandl | 2006-08-06 | 1 | -1/+1 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 1 | -0/+1 |
|
|
* | testSeekBackwardsFromEnd(): Repair obvious syntax error. | Tim Peters | 2005-08-26 | 1 | -1/+1 |
|
|
* | Add list() around xreadlines() | Georg Brandl | 2005-08-26 | 1 | -2/+2 |
|
|
* | Fix BZ2File.(x)readlines() for files without a newline. | Georg Brandl | 2005-08-21 | 1 | -1/+17 |
|
|
* | Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. | Georg Brandl | 2005-06-03 | 1 | -0/+10 |
|
|
* | Add error checks for the bz2, cStringIO and operator modules. | Walter Dörwald | 2004-11-01 | 1 | -0/+11 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+1 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -7/+6 |
|
|
* | Applying patch #728656, by logistix, fixing opening of nonexistent | Gustavo Niemeyer | 2003-04-29 | 1 | -0/+5 |
|
|
* | Add test to ensure files (fds) don't leak | Neal Norwitz | 2003-02-12 | 1 | -0/+6 |
|
|
* | OS/2 EMX has no popen2.Popen3 even though bunzip2 is available | Andrew MacIntyre | 2002-12-31 | 1 | -1/+1 |
|
|
* | This uses only one temp file at a time, so use test_support.TESTFN as | Tim Peters | 2002-11-14 | 1 | -2/+2 |
|
|
* | I already forgot what I changed -- it wasn't important <wink>. | Tim Peters | 2002-11-09 | 1 | -2/+0 |
|
|
* | OK -- all tests pass on Windows now. The rest were due to 3 more | Tim Peters | 2002-11-09 | 1 | -22/+5 |
|
|
* | More tests run on Windows now. Something is still wrong here, but no | Tim Peters | 2002-11-09 | 1 | -27/+34 |
|
|
* | Many changes to get this to pass on Windows, and to make it easier to | Tim Peters | 2002-11-09 | 1 | -11/+45 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -260/+260 |
|
|
* | Comment out the test docstrings so we can at least tell which tests are | Tim Peters | 2002-11-09 | 1 | -28/+28 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -16/+16 |
|
|
* | Open at least one binary file in binary mode. This allows a few of the | Tim Peters | 2002-11-09 | 1 | -1/+1 |
|
|
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+290 |
|
|