summaryrefslogtreecommitdiff
path: root/Doc/library/bz2.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix docs bz.open default mode (GH-15100)Richard Sanger2019-09-091-1/+1
* Docs: Add bz2 usage examples (GH-13258)Brad2019-05-131-5/+79
* bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)Matthias Bussonnier2018-09-101-1/+5
* Issue #28225: bz2 module now supports pathlibBerker Peksag2016-10-021-0/+6
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-111-0/+4
* Issue #15955: Add an option to limit the output size in bz2.decompress().Antoine Pitrou2015-02-261-6/+30
* Closes #18430: Document that peek() may change the position of the underlyingNadeem Vawda2013-12-081-0/+5
|\
| * #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-081-0/+5
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #19223: Add support for the 'x' mode to the bz2 module.Nadeem Vawda2013-10-191-4/+11
|/
* Add a function bz2.open(), to match gzip.open().Nadeem Vawda2012-06-041-2/+31
* Clarify acceptable values for BZ2File.__init__'s mode argument.Nadeem Vawda2012-06-041-3/+5
* Make BZ2File's fileobj support easier to use.Nadeem Vawda2012-06-041-7/+9
* Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-3/+0
|\
| * Branch mergeÉric Araujo2012-02-051-3/+0
| |\
| | * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-161-3/+0
| * | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625).Nadeem Vawda2012-02-051-2/+5
| * | Issue #1625: Document BZ2File's lack of support for multi-stream inputs.Nadeem Vawda2012-02-041-0/+9
| |/
* | Make BZ2File.__init__()'s fileobj argument keyword-only.Nadeem Vawda2012-02-041-1/+1
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-1/+1
* | Update bz2 docs following issue #1625.Nadeem Vawda2011-05-271-8/+31
* | Issue #5863: Rewrite BZ2File in pure Python, and allow it to acceptAntoine Pitrou2011-04-031-122/+82
|/
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-2/+2
* Merged revisions 78887 via svnmerge fromEzio Melotti2010-03-131-2/+3
* #8057: fix strings -> byte stringsEzio Melotti2010-03-121-10/+12
* Update signature style of optional arguments, part two.Georg Brandl2009-04-051-7/+5
* fix versionchangedBenjamin Peterson2009-03-091-1/+1
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-0/+5
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-63/+66
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-291-1/+1
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-051-4/+5
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+181