summaryrefslogtreecommitdiff
path: root/Lib/bz2.py
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups to bz2 and test_bz2 following issue #1625.Nadeem Vawda2011-05-301-3/+3
* Issue #1625: BZ2File and bz2.decompress() now support multi-stream files.Nadeem Vawda2011-05-271-13/+34
* Fix typo in bz2 module.Nadeem Vawda2011-05-251-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