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
/
Modules
/
_lzmamodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-6/+9
*
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-2/+1
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-10/+10
*
Regenerated Argument Clinic checksums.
Serhiy Storchaka
2015-02-20
1
-1/+1
*
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou
2015-01-17
1
-39/+179
*
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner
2014-08-17
1
-2/+2
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-9/+9
*
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
Larry Hastings
2014-01-26
1
-0/+1389
*
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings
2014-01-26
1
-1389/+0
*
Issue #20193: The _lzma module now uses Argument Clinic.
Serhiy Storchaka
2014-01-25
1
-146/+203
*
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
1
-0/+18
|
\
|
*
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
1
-0/+18
*
|
Issue #18227: "Free" function of bz2, lzma and zlib modules has no return val...
Victor Stinner
2013-07-07
1
-1/+1
*
|
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
Victor Stinner
2013-07-07
1
-0/+28
|
/
*
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda
2012-06-21
1
-20/+14
*
Silence VS 2010 warning on loss of precision (_int64 -> _int32).
Martin v. Löwis
2012-05-15
1
-1/+1
*
Remove uninitialized compiler warning.
Ross Lagerwall
2012-05-12
1
-1/+5
*
Fix buildbot failures in test_lzma.
Nadeem Vawda
2012-05-06
1
-7/+6
*
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...
Nadeem Vawda
2012-05-06
1
-6/+6
*
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda
2012-05-06
1
-4/+182
*
Fix formatting of preset values for exception messages in _lzmamodule.c.
Nadeem Vawda
2012-05-06
1
-2/+2
*
Credit Per Øyvind Karlsen for the initial implementation of the lzma module ...
Nadeem Vawda
2011-11-30
1
-1/+6
*
Issue #6715: Add module for compression using the LZMA algorithm.
Nadeem Vawda
2011-11-29
1
-0/+1106