summaryrefslogtreecommitdiffstats
path: root/Lib/bz2.py
Commit message (Expand)AuthorAgeFilesLines
* Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...Nadeem Vawda2012-02-111-2/+5
* Make BZ2File.__init__()'s fileobj argument keyword-only.Nadeem Vawda2012-02-041-1/+1
* Update docstring for BZ2File.__init__().Nadeem Vawda2012-02-041-3/+7
* Issue #13809: Make bz2 module work with threads disabled.Nadeem Vawda2012-01-171-2/+6
* Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent...Nadeem Vawda2011-11-301-3/+3
* BZ2File now uses the compresslevel argument given by the caller,Nadeem Vawda2011-09-111-2/+2
* Miscellaneous cleanups to bz2 and test_bz2 following issue #1625.Nadeem Vawda2011-05-291-3/+3
* Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.Nadeem Vawda2011-05-261-13/+34
* Fix typo in bz2 module.Nadeem Vawda2011-05-241-1/+1
* Fix whitespaceAntoine Pitrou2011-04-031-2/+2
* Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-031-0/+392