index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
lzma.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23529: Limit the size of decompressed data when reading from
Antoine Pitrou
2015-04-10
1
-0/+4
*
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou
2015-01-17
1
-6/+31
*
Closes #18430: Document that peek() may change the position of the underlying
Nadeem Vawda
2013-12-08
1
-0/+5
|
\
|
*
#18430: Document that peek() may change the position of the underlying file for
Nadeem Vawda
2013-12-08
1
-0/+5
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
*
|
Issue #19201: Add support for the 'x' mode to the lzma module.
Nadeem Vawda
2013-10-18
1
-4/+11
|
/
*
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
Serhiy Storchaka
2013-02-16
1
-3/+3
*
Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.
Nadeem Vawda
2012-09-23
1
-4/+4
*
Fix indentation of examples in lzma module documentation.
Nadeem Vawda
2012-09-23
1
-2/+2
*
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda
2012-06-21
1
-26/+0
*
Add a function lzma.open(), to match gzip.open() and bz2.open().
Nadeem Vawda
2012-06-04
1
-0/+29
*
Allow LZMAFile to accept modes with a "b" suffix.
Nadeem Vawda
2012-06-04
1
-3/+5
*
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
Nadeem Vawda
2012-06-04
1
-9/+11
*
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/+26
*
Make lzma docs consistent with other compression modules (cf. changeset 11bd2...
Nadeem Vawda
2012-02-05
1
-3/+0
*
Document that some of LZMAFile.__init__()'s args are keyword-only.
Nadeem Vawda
2012-02-04
1
-1/+1
*
Add note on memory usage to LZMACompressor doc.
Nadeem Vawda
2012-01-02
1
-2/+10
*
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
1
-0/+344