COMMITS
/ Modules/_lzmamodule.c October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
V
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
Victor Stinner committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
April 30, 2021
April 28, 2021
M
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin committed
October 24, 2020
S
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
Serhiy Storchaka committed
June 22, 2020
D
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
Dong-hee Na committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
March 25, 2020
A
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester committed
March 22, 2020
D
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na committed
September 12, 2019
A
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
animalize committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
October 31, 2018
S
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Serhiy Storchaka committed
October 28, 2018
A
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev committed
June 23, 2018
V
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)
Victor Stinner committed
February 13, 2018
O
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 3, 2017
V
Spelling fixes (#2902)
Ville Skyttä committed
October 31, 2016
S
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka committed
S
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka committed
September 27, 2016
S
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka committed
S
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 2, 2016
S
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
February 20, 2015
S
Regenerated Argument Clinic checksums.
Serhiy Storchaka committed
January 17, 2015
A
Issue #15955: Add an option to limit output size when decompressing LZMA data.
Antoine Pitrou committed
August 17, 2014
V
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 26, 2014
L
Fix for catestrophic errors in previous checkin (Argument Clinic rollup patch).
Larry Hastings committed
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 25, 2014
S
Issue #20193: The _lzma module now uses Argument Clinic.
Serhiy Storchaka committed
October 28, 2013
N
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda committed
N
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda committed
July 7, 2013
V
Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void)
Victor Stinner committed
V
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
Victor Stinner committed
June 21, 2012
N
Make lzma.{encode,decode}_filter_properties private.
Nadeem Vawda committed
May 15, 2012
M
Silence VS 2010 warning on loss of precision (_int64 -> _int32).
Martin v. Löwis committed
May 12, 2012
R
Remove uninitialized compiler warning.
Ross Lagerwall committed
May 6, 2012
N
Fix buildbot failures in test_lzma.
Nadeem Vawda committed