aboutsummaryrefslogtreecommitdiff
path: root/Modules/zlibmodule.c
AgeCommit message (Expand)Author
2018-03-07bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Xiang Zhang
2017-11-03bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230)Tal Einat
2017-09-07bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou
2017-07-26bpo-9566: Fix some Windows x64 compiler warnings (#2492)Segev Finer
2016-09-13Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes
2016-08-15Issue #16764: Support keyword arguments to zlib.decompress(). Patch bySerhiy Storchaka
2016-07-23Issue #27130: Merge zlib 64-bit fixes from 3.5Martin Panter
2016-07-23Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” moduleMartin Panter
2016-07-07- Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-07-07Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka
2016-06-25Issue #26243: Only the level argument to zlib.compress() is keyword argumentSerhiy Storchaka
2016-06-05Issue #27164: Merge raw Deflate zdict support from 3.5Martin Panter
2016-06-05Issue #27164: Allow decompressing raw Deflate streams with predefined zdictMartin Panter
2016-05-27Issue #5784: Merge zlib from 3.5Martin Panter
2016-05-27Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter
2016-04-10Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka
2016-04-10Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka
2016-04-06Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka
2016-04-06Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka
2016-02-10Issue 26243: Forgot to update zlib doc strings in Argument ClinicMartin Panter
2016-02-10Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter
2016-02-03Issue #26244: Merge zlib documentation from 3.5Martin Panter
2016-02-03Issue #26244: Clarify default zlib compression level in documentationMartin Panter
2015-12-27Issue #20440: More use of Py_SETREF.Serhiy Storchaka
2015-12-27Issue #20440: More use of Py_SETREF.Serhiy Storchaka
2015-12-25Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka
2015-12-24Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka
2015-11-20Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter
2015-04-14Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings
2015-04-03Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka
2014-07-01Issue #8677: make the zlib module "ssize_t clean" for parsing parametersVictor Stinner
2014-02-09Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka
2014-02-09Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka
2014-02-05Issue #20489: Explicitly qualified expressions for default values in methods.Serhiy Storchaka
2014-01-28Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings
2014-01-27Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h ins...Christian Heimes
2014-01-27Issue #20193: The zlib module now uses Argument Clinic.Serhiy Storchaka
2014-01-25Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings
2014-01-24Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings
2014-01-22Two minor Argument Clinic bugfixes: use the name of the class in theLarry Hastings
2014-01-17Issue #20287: Argument Clinic's output is now configurable, allowingLarry Hastings
2014-01-16Issue #20226: Major improvements to Argument Clinic.Larry Hastings
2014-01-12Issue #20214: Fixed a number of small issues and documentation errors inLarry Hastings
2014-01-07Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings
2014-01-06Issue #20142: Py_buffer variables generated by Argument Clinic are nowLarry Hastings
2014-01-04Issue #19659: Added documentation for Argument Clinic.Larry Hastings
2014-01-04Issue #19976: Argument Clinic METH_NOARGS functions now alwaysLarry Hastings
2014-01-03Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" checkVictor Stinner
2013-11-24Clinic: fix "self converters" with METH_NOARGS functions.Larry Hastings
2013-11-23Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings