summaryrefslogtreecommitdiff
path: root/Lib/lzma.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28229: lzma module now supports pathlibBerker Peksag2016-10-041-8/+10
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-111-195/+29
* Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-041-7/+21
|\
| * #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-041-7/+21
* | Issue #19201: Add support for the 'x' mode to the lzma module.Nadeem Vawda2013-10-191-6/+7
* | Issue #16034 follow-up: Apply optimizations to the lzma module.Nadeem Vawda2012-10-211-29/+70
* | lzma module: Rewrap docstrings at 72 columns, as per PEP 8.Nadeem Vawda2012-10-131-15/+16
|/
* #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.Nadeem Vawda2012-08-051-23/+28
* Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-211-1/+1
* Add a function lzma.open(), to match gzip.open() and bz2.open().Nadeem Vawda2012-06-041-2/+48
* Allow LZMAFile to accept modes with a "b" suffix.Nadeem Vawda2012-06-041-4/+6
* Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-10/+9
* 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-121-2/+5
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-0/+398