summaryrefslogtreecommitdiffstats
path: root/Modules/zlibmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+2
|\
| * Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+2
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-8/+8
|\ \ | |/
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-8/+8
* | Issue 26243: Forgot to update zlib doc strings in Argument ClinicMartin Panter2016-02-101-1/+1
* | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-101-9/+8
* | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-031-3/+4
|\ \ | |/
| * Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-3/+4
* | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-12/+6
|\ \ | |/
| * Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-12/+6
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
|/
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-4/+2
* Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAXMartin Panter2015-11-201-29/+29
* Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.Larry Hastings2015-04-141-6/+9
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-2/+1
* Issue #8677: make the zlib module "ssize_t clean" for parsing parametersVictor Stinner2014-07-011-0/+1
* Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-2/+1
|\
| * Issue #20437: Fixed 21 potential bugs when deleting objects references.Serhiy Storchaka2014-02-091-2/+1
* | Issue #20489: Explicitly qualified expressions for default values in methods.Serhiy Storchaka2014-02-051-4/+4
* | Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-14/+14
* | Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h ins...Christian Heimes2014-01-271-1/+1
* | Issue #20193: The zlib module now uses Argument Clinic.Serhiy Storchaka2014-01-261-307/+196
* | Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-261-6/+2
* | Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-10/+10
* | Two minor Argument Clinic bugfixes: use the name of the class in theLarry Hastings2014-01-221-4/+5
* | Issue #20287: Argument Clinic's output is now configurable, allowingLarry Hastings2014-01-181-6/+2
* | Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-2/+2
* | Issue #20214: Fixed a number of small issues and documentation errors inLarry Hastings2014-01-121-6/+6
* | Issue #19273: The marker comments Argument Clinic uses have been changedLarry Hastings2014-01-071-15/+15
* | Issue #20142: Py_buffer variables generated by Argument Clinic are nowLarry Hastings2014-01-061-4/+4
* | Issue #19659: Added documentation for Argument Clinic.Larry Hastings2014-01-041-5/+2
* | Issue #19976: Argument Clinic METH_NOARGS functions now alwaysLarry Hastings2014-01-041-2/+15
* | Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" checkVictor Stinner2014-01-031-5/+6
* | Clinic: fix "self converters" with METH_NOARGS functions.Larry Hastings2013-11-241-41/+46
* | Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-231-8/+9
* | Issue #19730: Argument Clinic now supports all the existing PyArgLarry Hastings2013-11-231-23/+77
* | Close #18294: Fix the zlib module to make it 64-bit safeVictor Stinner2013-11-211-55/+125
* | Argument Clinic: rename "self" to "module" for module-level functions.Larry Hastings2013-11-181-19/+21
* | Issue #16612: Add "Argument Clinic", a compile-time preprocessorLarry Hastings2013-10-191-61/+122
* | Issue #18408: Fix usage of _PyBytes_Resize()Victor Stinner2013-07-081-16/+8
* | Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failureVictor Stinner2013-07-081-0/+4
* | Issue #18227: "Free" function of bz2, lzma and zlib modules has no return val...Victor Stinner2013-07-071-1/+1
* | Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modulesVictor Stinner2013-07-071-8/+28
* | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modulesVictor Stinner2013-07-071-2/+2
* | Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on...Victor Stinner2013-06-241-4/+4
* | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()Charles-Francois Natali2013-05-201-14/+14
* | zlib: Explicit cast to fix a compiler warningVictor Stinner2013-05-071-1/+1
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-2/+2
|\ \ | |/
| * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-2/+2
| |\
| | * Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-3/+3