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
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
1
-0/+4
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-5/+5
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-9/+1
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-13/+9
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...
Zackery Spytz
2023-02-23
1
-57/+69
*
bpo-46541: Remove usage of _Py_IDENTIFIER from lzma module (GH-31683)
Dong-hee Na
2022-03-04
1
-10/+10
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-0/+1
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-0/+1
*
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
Victor Stinner
2021-10-13
1
-1/+0
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-2/+2
*
bpo-41486: Fix initial buffer size can't > UINT32_MAX in zlib module (GH-25738)
Ma Lin
2021-04-30
1
-16/+16
*
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin
2021-04-28
1
-63/+81
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
1
-30/+0
*
bpo-1635741: Port _lzma module to multiphase initialization (GH-19382)
Dong-hee Na
2020-06-22
1
-264/+429
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-1/+0
*
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester
2020-03-25
1
-6/+3
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
1
-10/+4
*
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
animalize
2019-09-12
1
-6/+22
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-4/+4
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
1
-2/+2
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-18/+0
*
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev
2018-10-28
1
-1/+1
*
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)
Victor Stinner
2018-06-23
1
-2/+6
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-23/+0
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+5
|
\
|
*
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka
2016-10-31
1
-0/+5
*
|
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-1/+3
|
\
\
|
|
/
|
*
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Serhiy Storchaka
2016-09-27
1
-1/+3
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-11/+5
*
|
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-6/+6
|
\
\
|
|
/
|
*
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka
2016-07-07
1
-6/+6
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
|
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka
2016-05-02
1
-10/+4
|
/
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-3/+2
*
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
[next]