COMMITS
/ Doc/library/bz2.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 6, 2025
P
gh-139707: Add docs for optional modules (GH-140171)
Petr Viktorin committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
October 23, 2023
H
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
July 13, 2021
K
bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)
Kevin Follstad committed
April 13, 2021
I
bpo-43785: Update bz2 document (GH-25351)
Inada Naoki committed
December 1, 2020
A
Fix bz2 examples markup (#23580)
Andre Delfino committed
January 16, 2020
V
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
Victor Stinner committed
September 9, 2019
R
Fix docs bz.open default mode (GH-15100)
Richard Sanger committed
May 13, 2019
B
Docs: Add bz2 usage examples (GH-13258)
Brad committed
September 11, 2018
M
bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)
Matthias Bussonnier committed
October 2, 2016
B
Issue #28225: bz2 module now supports pathlib
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 10, 2015
A
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou committed
February 26, 2015
A
Issue #15955: Add an option to limit the output size in bz2.decompress().
Antoine Pitrou committed
December 8, 2013
N
Closes #18430: Document that peek() may change the position of the underlying
Nadeem Vawda committed
N
#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
October 18, 2013
N
Issue #19223: Add support for the 'x' mode to the bz2 module.
Nadeem Vawda committed
June 4, 2012
N
Add a function bz2.open(), to match gzip.open().
Nadeem Vawda committed
N
Clarify acceptable values for BZ2File.__init__'s mode argument.
Nadeem Vawda committed
N
Make BZ2File's fileobj support easier to use.
Nadeem Vawda committed
February 5, 2012
É
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
Éric Araujo committed
É
Branch merge
Éric Araujo committed
N
Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).
Nadeem Vawda committed
February 4, 2012
N
Issue #1625: Document BZ2File's lack of support for multi-stream inputs.
Nadeem Vawda committed
N
Make BZ2File.__init__()'s fileobj argument keyword-only.
Nadeem Vawda committed
January 16, 2012
É
Improve interlinking of archiving/compression modules docs.
Éric Araujo committed
November 29, 2011
N
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda committed
May 26, 2011
N
Update bz2 docs following issue #1625.
Nadeem Vawda committed
April 3, 2011
A
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
Antoine Pitrou committed
September 15, 2010
A
Add cross-references to the glossary entry for file objects.
Antoine Pitrou committed
March 13, 2010
E
Merged revisions 78887 via svnmerge from
Ezio Melotti committed
March 12, 2010
E
#8057: fix strings -> byte strings
Ezio Melotti committed
April 5, 2009
G
Update signature style of optional arguments, part two.
Georg Brandl committed
March 9, 2009
B
fix versionchanged
Benjamin Peterson committed
April 25, 2008
B
Merged revisions 62490 via svnmerge from
Benjamin Peterson committed
November 29, 2007
G
Remove mentions of "long integer" in the docs.
Georg Brandl committed
November 5, 2007
G
Merged revisions 58817-58861 via svnmerge from
Guido van Rossum committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed