summaryrefslogtreecommitdiff
path: root/Modules/zlibmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” moduleMartin Panter2016-07-231-286/+362
* Issue #5784: Expand documentation and tests for zlib wbits parameterMartin Panter2016-05-271-4/+4
* 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-6/+6
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-1/+1
* Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-8/+4
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-4/+2
* Issue #15677: Also fix docstrings in zlib module.Nadeem Vawda2012-11-111-3/+3
* Fix typo in backporting fix of issue #16411 to 2.7.Nadeem Vawda2012-11-111-2/+2
* Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces...Nadeem Vawda2012-11-111-0/+2
* Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco...Nadeem Vawda2012-11-111-45/+55
* Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal...Nadeem Vawda2012-11-051-6/+23
* Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-281-1/+7
* Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-7/+12
* Issue #8681: Make the zlib module's error messages more informative whenAntoine Pitrou2010-05-111-4/+17
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-237/+237
* Issue #8571: Fix an internal error when compressing or decompressing aAntoine Pitrou2010-05-071-3/+4
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-32/+32
* Renamed PyString to PyBytesChristian Heimes2008-05-261-32/+32
* Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.Gregory P. Smith2008-04-091-0/+4
* Use a 32-bit unsigned int here, a long is not needed.Gregory P. Smith2008-03-251-4/+4
* replace calls to get the initial values with the raw constants.Gregory P. Smith2008-03-231-2/+2
* Revert r61779 - It undid correct code and caused test_zlib to fail on allGregory P. Smith2008-03-231-4/+2
* Fix test_tarfile failures on Alpha (Tru64). The problem was caused in r61449Neal Norwitz2008-03-231-2/+4
* Force zlib.crc32 and zlib.adler32 to return a signed integer on all platformsGregory P. Smith2008-03-171-8/+17
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompressChristian Heimes2007-11-211-2/+3
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-6/+4
* Patch #1503046, Conditional compilation of zlib.(de)compressobj.copyNeal Norwitz2006-06-121-0/+6
* PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path.Tim Peters2006-05-171-5/+9
* Patch #1435422: zlib's compress and decompress objects now have aGeorg Brandl2006-05-161-0/+102
* Patch #1459631: documnent zlib.Decompress.flush() length parameter.Georg Brandl2006-04-011-1/+3
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...Andrew M. Kuchling2005-11-221-2/+2
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-1/+5
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-031-12/+45
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-1/+1
* Removed more stray instances of statichere, but left _sre.c alone.Tim Peters2002-07-171-2/+2
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-22/+22
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-18/+7
* Fix SF #544995 (zlib crash on second flush call)Jeremy Hylton2002-04-191-0/+1
* Use the PyModule_Add*() APIs instead of manipulating the module dictFred Drake2002-04-011-9/+8
* Changed C++ comment into standard comment.Sjoerd Mullender2002-03-111-1/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* Added missing cast.Jack Jansen2001-10-231-1/+1
* Remove unused convenience routine.Jeremy Hylton2001-10-171-19/+0
* Simplify and regularize docstrings. Also reformat so that each docstringTim Peters2001-10-171-52/+47
* Trimmed trailing whitespace.Tim Peters2001-10-171-62/+62
* Removed more comments that didn't make much sense.Tim Peters2001-10-171-17/+1