Nadeem Vawda
|
33c34da574
|
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
|
2012-06-04 23:34:07 +02:00 |
Nadeem Vawda
|
bc459bb484
|
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
|
2012-05-06 23:01:51 +02:00 |
Nadeem Vawda
|
f55b329edc
|
Add lzma.{encode,decode}_filter_properties().
|
2012-05-06 23:01:27 +02:00 |
Nadeem Vawda
|
ae557d767f
|
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek().
|
2012-02-12 01:51:38 +02:00 |
Nadeem Vawda
|
3ff069ebc6
|
Issue #6715: Add module for compression using the LZMA algorithm.
|
2011-11-30 00:25:06 +02:00 |