COMMITS
/ Lib/lzma.py April 27, 2025
E
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
October 19, 2021
I
June 22, 2021
April 13, 2021
I
bpo-43787: Add __iter__ to GzipFile, BZ2File, and LZMAFile (GH-25353)
Inada Naoki committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
October 4, 2016
B
Issue #28229: lzma module now supports pathlib
Berker Peksag committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 10, 2015
A
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou committed
December 4, 2013
N
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
Nadeem Vawda committed
N
#19839: Fix lzma module's handling of non-lzma data at EOF.
Nadeem Vawda committed
October 18, 2013
N
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda committed
October 21, 2012
N
Issue #16034 follow-up: Apply optimizations to the lzma module.
Nadeem Vawda committed
October 13, 2012
N
lzma module: Rewrap docstrings at 72 columns, as per PEP 8.
Nadeem Vawda committed
August 5, 2012
N
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
Nadeem Vawda committed
June 21, 2012
N
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda committed
June 4, 2012
N
Add a function lzma.open(), to match gzip.open() and bz2.open().
Nadeem Vawda committed
N
Allow LZMAFile to accept modes with a "b" suffix.
Nadeem Vawda committed
N
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
Nadeem Vawda committed
May 6, 2012
N
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
Nadeem Vawda committed
N
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda committed
February 11, 2012
N
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek().
Nadeem Vawda committed
November 29, 2011
N
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda committed