GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
lzma.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28229: lzma module now supports pathlib
Berker Peksag
2016-10-04
1
-8
/
+10
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1
/
+1
*
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-11
1
-195
/
+29
*
Closes #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF.
Nadeem Vawda
2013-12-04
1
-7
/
+21
|
\
|
*
#19839: Fix lzma module's handling of non-lzma data at EOF.
Nadeem Vawda
2013-12-04
1
-7
/
+21
*
|
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda
2013-10-19
1
-6
/
+7
*
|
Issue #16034 follow-up: Apply optimizations to the lzma module.
Nadeem Vawda
2012-10-21
1
-29
/
+70
*
|
lzma module: Rewrap docstrings at 72 columns, as per PEP 8.
Nadeem Vawda
2012-10-13
1
-15
/
+16
|
/
*
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
Nadeem Vawda
2012-08-05
1
-23
/
+28
*
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda
2012-06-21
1
-1
/
+1
*
Add a function lzma.open(), to match gzip.open() and bz2.open().
Nadeem Vawda
2012-06-04
1
-2
/
+48
*
Allow LZMAFile to accept modes with a "b" suffix.
Nadeem Vawda
2012-06-04
1
-4
/
+6
*
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
Nadeem Vawda
2012-06-04
1
-10
/
+9
*
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...
Nadeem Vawda
2012-05-06
1
-1
/
+1
*
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda
2012-05-06
1
-0
/
+1
*
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file s...
Nadeem Vawda
2012-02-12
1
-2
/
+5
*
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-30
1
-0
/
+398