COMMITS
/ Modules/zlibmodule.c January 3, 2025
B
gh-111178: fix UBSan failures in `Modules/zlibmodule.c` (GH-128252)
Bénédikt Tran committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
December 4, 2023
G
gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (#112615)
Gregory P. Smith committed
August 21, 2023
V
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner committed
July 27, 2023
S
gh-107279 Add `<stddef.h>` to `Modules/zlibmodule.c` to fix failing builds (#107280)
shailshouryya committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 23, 2023
C
Fix missing/incomplete NULL checks in multiple source files (#104564)
chgnrdv committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
February 4, 2023
R
gh-101322: Ensure test_zlib.ZlibDecompressorTest runs, fix errors in ZlibDecompressor (#101323)
Ruben Vorderman committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner committed
November 10, 2022
E
gh-90110: Update the C-analyzer Tool (gh-99307)
Eric Snow committed
October 17, 2022
B
Remove unused arrange_output_buffer function from zlibmodule.c. (GH-98358)
Benjamin Peterson committed
R
gh-95534: Improve gzip reading speed by 10% (#97664)
Ruben Vorderman committed
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