COMMITS
/ Modules/zlibmodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 17, 2026
S
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
Serhiy Storchaka committed
December 12, 2025
A
gh-116738: Make zlib module thread-safe (gh-142432)
Alper committed
October 15, 2025
S
gh-76007: Deprecate `zlib.__version__` attribute (#140130)
Stan Ulbrych committed
October 14, 2025
E
gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)
Emma Smith committed
September 13, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in lzma and zlib (#138832)
Victor Stinner committed
V
gh-129813, PEP 782: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#138830)
Victor Stinner committed
September 11, 2025
B
gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)
Bénédikt Tran committed
September 2, 2025
A
GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)
Adam Turner committed
September 1, 2025
B
gh-116946: fully implement GC protocol for `zlib` objects (#138290)
Bénédikt Tran committed
August 19, 2025
A
gh-95534: Convert ``ZlibDecompressor.__new__`` to AC (#137923)
Adam Turner committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
May 27, 2025
B
gh-134635: add `zlib.{adler32,crc32}_combine` to combine checksums (#134650)
Bénédikt Tran committed
March 20, 2025
V
gh-111178: Fix function signatures for multiple tests (#131496)
Victor Stinner committed
March 19, 2025
S
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
Steve Dower committed
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