COMMITS
/ Modules/zlibmodule.c March 20, 2022
G
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith committed
March 19, 2022
M
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin committed
November 27, 2021
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
September 2, 2021
R
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman committed
July 5, 2021
April 30, 2021
E
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland committed
April 28, 2021
M
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin committed
April 27, 2021
M
Fix thread locks in zlib module may go wrong in rare case. (#22126)
Ma Lin committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
September 7, 2020
M
bpo-1635741 port zlib module to multi-phase init (GH-21995)
Mohamed Koubaa committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka 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 16, 2020
September 10, 2019
D
bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792)
Dino Viehland committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
October 28, 2018
A
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
Alexey Izbyshev committed
June 27, 2018
Z
bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940)
Zackery Spytz committed
March 7, 2018
X
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang committed
November 3, 2017
T
bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)
Tal Einat committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
July 26, 2017
S
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
August 15, 2016
S
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Serhiy Storchaka committed
July 23, 2016
M
Issue #27130: Merge zlib 64-bit fixes from 3.5
Martin Panter committed
M
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter 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 25, 2016
S
Issue #26243: Only the level argument to zlib.compress() is keyword argument
Serhiy Storchaka committed
June 5, 2016
M
Issue #27164: Merge raw Deflate zdict support from 3.5
Martin Panter committed
M
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter committed
May 27, 2016
M
Issue #5784: Merge zlib from 3.5
Martin Panter committed
M
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
February 10, 2016
M
Issue 26243: Forgot to update zlib doc strings in Argument Clinic
Martin Panter committed
M
Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda
Martin Panter committed
February 3, 2016
M
Issue #26244: Merge zlib documentation from 3.5
Martin Panter committed
M
Issue #26244: Clarify default zlib compression level in documentation
Martin Panter committed
December 27, 2015
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
S
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
November 20, 2015
M
Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX
Martin Panter committed