Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.7
/
Lib
/
lzma.py
tag
c5357fa77308a959a11a6a2771fa4b1c7dc44a62
tagger
Ned Deily <nad@python.org>
Wed Jun 28 01:40:37 2023
object
0f56adb8d74e703974811620559d96c999334547
Final head of the former 3.7 branch
5f59ddd
Issue #28229: lzma module now supports pathlib
by Berker Peksag
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
2dbc6e6
Issue #23529: Limit the size of decompressed data when reading from
by Antoine Pitrou
· 10 years ago
ae02d07
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
by Nadeem Vawda
· 12 years ago
9c72ebc
#19839: Fix lzma module's handling of non-lzma data at EOF.
by Nadeem Vawda
· 12 years ago
42ca982
Issue #19201: Add support for the 'x' mode to the lzma module.
by Nadeem Vawda
· 12 years ago
186370b
Issue #16034 follow-up: Apply optimizations to the lzma module.
by Nadeem Vawda
· 13 years ago
801985e
lzma module: Rewrap docstrings at 72 columns, as per PEP 8.
by Nadeem Vawda
· 13 years ago
37d3ff1
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
by Nadeem Vawda
· 13 years ago
a425c3d
Make lzma.{encode,decode}_filter_properties private.
by Nadeem Vawda
· 13 years ago
e860404
Add a function lzma.open(), to match gzip.open() and bz2.open().
by Nadeem Vawda
· 13 years ago
6cbb20c
Allow LZMAFile to accept modes with a "b" suffix.
by Nadeem Vawda
· 13 years ago
33c34da
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
by Nadeem Vawda
· 13 years ago
bc459bb
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical confusion.
by Nadeem Vawda
· 13 years ago
f55b329
Add lzma.{encode,decode}_filter_properties().
by Nadeem Vawda
· 13 years ago
ae557d7
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek().
by Nadeem Vawda
· 14 years ago
3ff069e
Issue #6715: Add module for compression using the LZMA algorithm.
by Nadeem Vawda
· 14 years ago