summaryrefslogtreecommitdiffstats
path: root/Lib/lzma.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...Nadeem Vawda2012-02-111-2/+5
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-291-0/+398