COMMITS
/ Modules/zlibmodule.c 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
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
July 1, 2014
V
Issue #8677: make the zlib module "ssize_t clean" for parsing parameters
Victor Stinner committed
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
February 5, 2014
S
Issue #20489: Explicitly qualified expressions for default values in methods.
Serhiy Storchaka committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 27, 2014
C
Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead
Christian Heimes committed
January 26, 2014
S
Issue #20193: The zlib module now uses Argument Clinic.
Serhiy Storchaka committed
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 22, 2014
L
Two minor Argument Clinic bugfixes: use the name of the class in the
Larry Hastings committed
January 18, 2014
L
Issue #20287: Argument Clinic's output is now configurable, allowing
Larry Hastings committed
January 16, 2014
L
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings committed
January 12, 2014
L
Issue #20214: Fixed a number of small issues and documentation errors in
Larry Hastings committed
January 7, 2014
L
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings committed
January 6, 2014
L
Issue #20142: Py_buffer variables generated by Argument Clinic are now
Larry Hastings committed
January 4, 2014
L
Issue #19659: Added documentation for Argument Clinic.
Larry Hastings committed
L
Issue #19976: Argument Clinic METH_NOARGS functions now always
Larry Hastings committed
January 3, 2014
V
Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check
Victor Stinner committed