summaryrefslogtreecommitdiffstats
path: root/Doc/library/lzma.rst
Commit message (Expand)AuthorAgeFilesLines
* Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-211-26/+0
* Add a function lzma.open(), to match gzip.open() and bz2.open().Nadeem Vawda2012-06-041-0/+29
* Allow LZMAFile to accept modes with a "b" suffix.Nadeem Vawda2012-06-041-3/+5
* Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-9/+11
* Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...Nadeem Vawda2012-05-061-1/+1
* Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-061-0/+26
* Make lzma docs consistent with other compression modules (cf. changeset 11bd2...Nadeem Vawda2012-02-051-3/+0
* Document that some of LZMAFile.__init__()'s args are keyword-only.Nadeem Vawda2012-02-041-1/+1
* Add note on memory usage to LZMACompressor doc.Nadeem Vawda2012-01-021-2/+10
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+344