| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23529: Limit the size of decompressed data when reading from | Antoine Pitrou | 2015-04-11 | 1 | -0/+4 |
* | Issue #15955: Add an option to limit the output size in bz2.decompress(). | Antoine Pitrou | 2015-02-26 | 1 | -6/+30 |
* | Closes #18430: Document that peek() may change the position of the underlying | Nadeem Vawda | 2013-12-08 | 1 | -0/+5 |
|\ |
|
| * | #18430: Document that peek() may change the position of the underlying file for | Nadeem Vawda | 2013-12-08 | 1 | -0/+5 |
* | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
* | | Issue #19223: Add support for the 'x' mode to the bz2 module. | Nadeem Vawda | 2013-10-19 | 1 | -4/+11 |
|/ |
|
* | Add a function bz2.open(), to match gzip.open(). | Nadeem Vawda | 2012-06-04 | 1 | -2/+31 |
* | Clarify acceptable values for BZ2File.__init__'s mode argument. | Nadeem Vawda | 2012-06-04 | 1 | -3/+5 |
* | Make BZ2File's fileobj support easier to use. | Nadeem Vawda | 2012-06-04 | 1 | -7/+9 |
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 1 | -3/+0 |
|\ |
|
| * | Branch merge | Éric Araujo | 2012-02-05 | 1 | -3/+0 |
| |\ |
|
| | * | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 1 | -3/+0 |
| * | | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). | Nadeem Vawda | 2012-02-05 | 1 | -2/+5 |
| * | | Issue #1625: Document BZ2File's lack of support for multi-stream inputs. | Nadeem Vawda | 2012-02-04 | 1 | -0/+9 |
| |/ |
|
* | | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
* | | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-30 | 1 | -1/+1 |
* | | Update bz2 docs following issue #1625. | Nadeem Vawda | 2011-05-27 | 1 | -8/+31 |
* | | Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept | Antoine Pitrou | 2011-04-03 | 1 | -122/+82 |
|/ |
|
* | Merged revisions 84827-84829 via svnmerge from | Antoine Pitrou | 2010-09-15 | 1 | -2/+2 |
* | Merged revisions 78891 via svnmerge from | Ezio Melotti | 2010-03-13 | 1 | -2/+3 |
* | Merged revisions 78884 via svnmerge from | Ezio Melotti | 2010-03-12 | 1 | -10/+12 |
* | Update signature style of optional arguments, part two. | Georg Brandl | 2009-04-05 | 1 | -7/+5 |
* | fix versionchanged | Benjamin Peterson | 2009-03-09 | 1 | -1/+1 |
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -0/+5 |
* | Merged revisions 62490 via svnmerge from | Benjamin Peterson | 2008-04-25 | 1 | -63/+66 |
* | Remove mentions of "long integer" in the docs. | Georg Brandl | 2007-11-29 | 1 | -1/+1 |
* | Merged revisions 58817-58861 via svnmerge from | Guido van Rossum | 2007-11-05 | 1 | -4/+5 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -2/+0 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+181 |