1. 8bdd448 Issue #28225: bz2 module now supports pathlib by Berker Peksag · 8 years ago
  2. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  3. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  4. e71258a Issue #15955: Add an option to limit the output size in bz2.decompress(). by Antoine Pitrou · 9 years ago
  5. bd6932a Closes #18430: Document that peek() may change the position of the underlying by Nadeem Vawda · 11 years ago
  6. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  7. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  8. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  9. 8a9e99c Issue #19223: Add support for the 'x' mode to the bz2 module. by Nadeem Vawda · 11 years ago
  10. af518c1 Add a function bz2.open(), to match gzip.open(). by Nadeem Vawda · 12 years ago
  11. 50cb936 Clarify acceptable values for BZ2File.__init__'s mode argument. by Nadeem Vawda · 12 years ago
  12. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  13. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
  14. cd2a603 Branch merge by Éric Araujo · 13 years ago
  15. bd249c1 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 13 years ago
  16. 8f50912 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 13 years ago
  17. 54d8144 Make BZ2File.__init__()'s fileobj argument keyword-only. by Nadeem Vawda · 13 years ago
  18. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  19. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago
  20. 200e00a Update bz2 docs following issue #1625. by Nadeem Vawda · 13 years ago
  21. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  22. 11cb961 Add cross-references to the glossary entry for file objects. by Antoine Pitrou · 14 years ago
  23. 9e7ce59 Merged revisions 78887 via svnmerge from by Ezio Melotti · 14 years ago
  24. 6540a82 #8057: fix strings -> byte strings by Ezio Melotti · 14 years ago
  25. 0d8f073 Update signature style of optional arguments, part two. by Georg Brandl · 15 years ago
  26. 10745a9 fix versionchanged by Benjamin Peterson · 15 years ago
  27. e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 15 years ago
  28. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  29. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  30. 7767711 Merged revisions 58817-58861 via svnmerge from by Guido van Rossum · 17 years ago
  31. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  32. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago