summaryrefslogtreecommitdiffstats
path: root/Modules/zlibmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed obsolete comments about confused string refcount tricks (JeremyTim Peters2001-10-171-9/+4
* Undo needless INCREF chicanery introduced by SF patch #450702.Jeremy Hylton2001-10-161-47/+15
* Simplify and fix error handling for most cases.Jeremy Hylton2001-10-161-167/+113
* More reformatting.Jeremy Hylton2001-10-161-51/+50
* Add zlib_error() helper.Jeremy Hylton2001-10-161-92/+25
* Remove many calls to set MemoryError exceptions.Jeremy Hylton2001-10-161-28/+4
* Reformat!Jeremy Hylton2001-10-161-586/+576
* [ #403753 ] zlib decompress; uncontrollable memory usageJeremy Hylton2001-10-161-10/+64
* Update URL. Fixes bug #468118.Martin v. Löwis2001-10-091-1/+1
* Silence warnings about passing unsigned char** as char**.Martin v. Löwis2001-09-081-4/+4
* Patch #450702: allow threads when calling into zlib, protect usage ofMartin v. Löwis2001-09-071-114/+350
* Patch #103926: fix two warnings from Tru64's compilerAndrew M. Kuchling2001-02-221-1/+1
* Patch #103373 from Donovan Baarda: This patch:Andrew M. Kuchling2001-02-211-194/+131
* Docs for new Windows zlib build procedure.Tim Peters2001-01-311-8/+1
* Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crashMark Hammond2001-01-311-2/+11