1. 4b5e62d bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) by Pablo Aguiar · 6 years ago
  2. ffa198c bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785) by Matthias Bussonnier · 6 years ago
  3. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  4. 8bdd448 Issue #28225: bz2 module now supports pathlib by Berker Peksag · 8 years ago
  5. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  6. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  7. ae02d07 Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  8. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 11 years ago
  9. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  10. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  11. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  12. 4907b0a bz2 module: Rewrap docstrings at 72 columns, as per PEP 8. by Nadeem Vawda · 12 years ago
  13. 3b4a4f5 Stylistic tweaks to the bz2 module to make it easier to transplant changes from by Nadeem Vawda · 12 years ago
  14. eb70be2 Issue #16304: Further optimize BZ2File.readlines?(). by Nadeem Vawda · 12 years ago
  15. 138ad50 Fix error handling in new fast path of BZ2File.readline(). by Nadeem Vawda · 12 years ago
  16. 452add0 Issue #16304: Another performance optimization for BZ2File. by Nadeem Vawda · 12 years ago
  17. b7a0bfe Issue #16304: Further performance improvements for BZ2File. by Nadeem Vawda · 12 years ago
  18. 9e2a28e Fix the return value of BZ2File._read_block() to be consistent with comments. by Nadeem Vawda · 12 years ago
  19. 6c57318 Issue #16034: Fix performance regressions in the new BZ2File implementation. by Nadeem Vawda · 12 years ago
  20. 8280b4b #15546: Fix BZ2File.read1()'s handling of pathological input data. by Nadeem Vawda · 12 years ago
  21. af518c1 Add a function bz2.open(), to match gzip.open(). by Nadeem Vawda · 12 years ago
  22. 50cb936 Clarify acceptable values for BZ2File.__init__'s mode argument. by Nadeem Vawda · 12 years ago
  23. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  24. ae557d7 Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek(). by Nadeem Vawda · 13 years ago
  25. 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 13 years ago
  26. cac8909 Update docstring for BZ2File.__init__(). by Nadeem Vawda · 13 years ago
  27. 72750a8 Issue #13809: Make bz2 module work with threads disabled. by Nadeem Vawda · 13 years ago
  28. 44ae4a2 Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with TextIOWrapper. by Nadeem Vawda · 13 years ago
  29. 249ab5e BZ2File now uses the compresslevel argument given by the caller, by Nadeem Vawda · 13 years ago
  30. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  31. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  32. f1a1af2 Fix typo in bz2 module. by Nadeem Vawda · 13 years ago
  33. 24ce386 Fix whitespace by Antoine Pitrou · 13 years ago
  34. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago