summaryrefslogtreecommitdiff
path: root/Lib/test/test_lzma.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+38
|\
| * Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+38
* | Issue #28229: lzma module now supports pathlibBerker Peksag2016-10-041-0/+22
* | Issue #28275: Merge bz2 fix from 3.5 into 3.6Martin Panter2016-10-011-5/+3
|\ \ | |/
| * Issue #28275: Clean up to avoid use-after-free after bzip decompress failureMartin Panter2016-10-011-5/+3
* | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-2/+2
|\ \ | |/ |/|
| * Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-111-2/+2
* | Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().Serhiy Storchaka2016-09-271-0/+9
|/
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #23529: Limit the size of decompressed data when reading fromAntoine Pitrou2015-04-111-6/+19
* Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-171-0/+91
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-4/+5
* Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.Nadeem Vawda2013-12-041-3/+43
|\
| * #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-281-3/+43
| |\
| | * Issue #19201: Add support for the 'x' mode to the lzma module.Nadeem Vawda2013-10-191-3/+29
* | | #19839: Fix lzma module's handling of non-lzma data at EOF.Nadeem Vawda2013-12-041-0/+26
|/ /
* | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-281-0/+9
* | Back out patch for #1159051, which caused backwards compatibility problems.Georg Brandl2013-05-121-14/+0
|/
* Fix accidental non-breakable spaces (U+00A0).Serhiy Storchaka2013-02-081-1/+1
* Issue #1159051: GzipFile now raises EOFError when reading a corrupted fileSerhiy Storchaka2013-01-221-0/+14
* Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-211-13/+13
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-201-0/+24
* Add a function lzma.open(), to match gzip.open() and bz2.open().Nadeem Vawda2012-06-041-0/+101
* Allow LZMAFile to accept modes with a "b" suffix.Nadeem Vawda2012-06-041-2/+17
* Simplify usage of LZMAFile's fileobj support, like with BZ2File.Nadeem Vawda2012-06-041-120/+110
* Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...Nadeem Vawda2012-05-061-4/+4
* Add lzma.{encode,decode}_filter_properties().Nadeem Vawda2012-05-061-0/+43
* Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...Nadeem Vawda2012-02-121-0/+9
* Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-0/+1335