| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge: Add test for BZ2Decompressor.decompress("") after end of stream. | Nadeem Vawda | 2012-10-28 | 1 | -0/+1 |
|\ |
|
| * | 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/+39 |
|
|
* | | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-19 | 1 | -0/+15 |
|\ \
| |/ |
|
* | | Add a function bz2.open(), to match gzip.open(). | Nadeem Vawda | 2012-06-04 | 1 | -11/+106 |
|
|
* | | Make BZ2File's fileobj support easier to use. | Nadeem Vawda | 2012-06-04 | 1 | -13/+27 |
|
|
* | | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s... | Nadeem Vawda | 2012-02-11 | 1 | -0/+9 |
|
|
* | | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 1 | -0/+7 |
|
|
* | | Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent... | Nadeem Vawda | 2011-11-30 | 1 | -1/+56 |
|
|
* | | Start fixing test_bigmem: | Antoine Pitrou | 2011-10-04 | 1 | -3/+3 |
|\ \
| |/ |
|
* | | BZ2File now uses the compresslevel argument given by the caller, | Nadeem Vawda | 2011-09-11 | 1 | -0/+7 |
|
|
* | | Issue #12451: Open the test file in binary mode in test_bz2, the text file is | Victor Stinner | 2011-06-30 | 1 | -1/+1 |
|
|
* | | Simplify line-oriented tests in test_bz2. | Nadeem Vawda | 2011-05-30 | 1 | -14/+7 |
|
|
* | | Issue #1625: Add stream ordering test to test_bz2. | Nadeem Vawda | 2011-05-29 | 1 | -0/+11 |
|
|
* | | Remove unused data from test_bz2. | Nadeem Vawda | 2011-05-29 | 1 | -13/+6 |
|
|
* | | Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. | Nadeem Vawda | 2011-05-29 | 1 | -70/+19 |
|
|
* | | Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. | Nadeem Vawda | 2011-05-26 | 1 | -2/+124 |
|
|
* | | Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. | Nadeem Vawda | 2011-04-12 | 1 | -1/+35 |
|
|
* | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 1 | -20/+122 |
|/ |
|
* | Issue #11018: fix a test to not be a no-op in test_bz2. | Antoine Pitrou | 2011-01-26 | 1 | -1/+1 |
|
|
* | Implement #7944. Use `with` throughout the test suite. | Brian Curtin | 2010-10-13 | 1 | -126/+93 |
|
|
* | Issue #8397: Raise an error when attempting to mix iteration and regular | Antoine Pitrou | 2010-08-01 | 1 | -0/+18 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -2/+6 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 75818 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -0/+18 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -1/+3 |
|
|
* | Merged revisions 68484-68485 via svnmerge from | Antoine Pitrou | 2009-01-10 | 1 | -0/+22 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -0/+11 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -4/+4 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+5 |
|
|
* | BZ2File.read(0) should return b"" rather than raising ValueError. | Guido van Rossum | 2007-08-07 | 1 | -0/+8 |
|
|
* | Fix bz2_test.py by removing the tests for universal newline mode. | Guido van Rossum | 2007-06-13 | 1 | -26/+0 |
|
|
* | bz2 uses bytes everywhere (even for the 'newlines' attribute). | Guido van Rossum | 2007-05-22 | 1 | -16/+16 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -8/+10 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
|
|
* | Fix a place where it's pretty clear that a binary open mode was intended. | Guido van Rossum | 2007-04-09 | 1 | -1/+1 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+11 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+2 |
|
|
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 1 | -9/+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 |
|
|