1. 70ea7fa Fix accidental non-breakable spaces (U+00A0). by Serhiy Storchaka · 12 years ago
  2. 57f9b7a Issue #1159051: GzipFile now raises EOFError when reading a corrupted file by Serhiy Storchaka · 12 years ago
  3. a425c3d Make lzma.{encode,decode}_filter_properties private. by Nadeem Vawda · 12 years ago
  4. 10c8791 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 12 years ago
  5. e860404 Add a function lzma.open(), to match gzip.open() and bz2.open(). by Nadeem Vawda · 12 years ago
  6. 6cbb20c Allow LZMAFile to accept modes with a "b" suffix. by Nadeem Vawda · 12 years ago
  7. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  8. bc459bb Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion. by Nadeem Vawda · 12 years ago
  9. f55b329 Add lzma.{encode,decode}_filter_properties(). by Nadeem Vawda · 12 years ago
  10. ae557d7 Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek(). by Nadeem Vawda · 13 years ago
  11. 3ff069e Issue #6715: Add module for compression using the LZMA algorithm. by Nadeem Vawda · 13 years ago