1. ae557d7 Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek(). by Nadeem Vawda · 12 years ago
  2. 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 13 years ago
  3. cac8909 Update docstring for BZ2File.__init__(). by Nadeem Vawda · 13 years ago
  4. 72750a8 Issue #13809: Make bz2 module work with threads disabled. by Nadeem Vawda · 13 years ago
  5. 44ae4a2 Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with TextIOWrapper. by Nadeem Vawda · 13 years ago
  6. 249ab5e BZ2File now uses the compresslevel argument given by the caller, by Nadeem Vawda · 13 years ago
  7. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  8. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  9. f1a1af2 Fix typo in bz2 module. by Nadeem Vawda · 13 years ago
  10. 24ce386 Fix whitespace by Antoine Pitrou · 13 years ago
  11. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago