| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make lzma.{encode,decode}_filter_properties private. | Nadeem Vawda | 2012-06-21 | 1 | -13/+13 |
| * | Fix GzipFile's handling of filenames given as bytes objects. | Nadeem Vawda | 2012-06-20 | 1 | -0/+24 |
| * | Add a function lzma.open(), to match gzip.open() and bz2.open(). | Nadeem Vawda | 2012-06-04 | 1 | -0/+101 |
| * | Allow LZMAFile to accept modes with a "b" suffix. | Nadeem Vawda | 2012-06-04 | 1 | -2/+17 |
| * | Simplify usage of LZMAFile's fileobj support, like with BZ2File. | Nadeem Vawda | 2012-06-04 | 1 | -120/+110 |
| * | Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical... | Nadeem Vawda | 2012-05-06 | 1 | -4/+4 |
| * | Add lzma.{encode,decode}_filter_properties(). | Nadeem Vawda | 2012-05-06 | 1 | -0/+43 |
| * | Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s... | Nadeem Vawda | 2012-02-12 | 1 | -0/+9 |
| * | Issue #6715: Add module for compression using the LZMA algorithm. | Nadeem Vawda | 2011-11-30 | 1 | -0/+1335 |
