summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_lzma.py
Commit message (Expand)AuthorAgeFilesLines
* Add a function lzma.open(), to match gzip.open() and bz2.open().Nadeem Vawda2012-06-041-0/+101
* Allow LZMAFile to accept modes with a "b" suffix.Nadeem Vawda2012-06-041-2/+17
* Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-120/+110
* Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...Nadeem Vawda2012-05-061-4/+4
* Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-061-0/+43
* Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...Nadeem Vawda2012-02-111-0/+9
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+1335