Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
* | Update docstring for BZ2File.__init__(). | Nadeem Vawda | 2012-02-04 | 1 | -3/+7 |
* | Issue #13809: Make bz2 module work with threads disabled. | Nadeem Vawda | 2012-01-17 | 1 | -2/+6 |
* | Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent... | Nadeem Vawda | 2011-11-30 | 1 | -3/+3 |
* | BZ2File now uses the compresslevel argument given by the caller, | Nadeem Vawda | 2011-09-11 | 1 | -2/+2 |
* | Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. | Nadeem Vawda | 2011-05-29 | 1 | -3/+3 |
* | Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. | Nadeem Vawda | 2011-05-26 | 1 | -13/+34 |
* | Fix typo in bz2 module. | Nadeem Vawda | 2011-05-24 | 1 | -1/+1 |
* | Fix whitespace | Antoine Pitrou | 2011-04-03 | 1 | -2/+2 |
* | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 1 | -0/+392 |