summaryrefslogtreecommitdiffstats
path: root/Doc/library/bz2.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-291-1/+1
* | Update bz2 docs following issue #1625.Nadeem Vawda2011-05-261-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