summaryrefslogtreecommitdiffstats
path: root/Modules/zlibmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #101810: check whether zst.avail_out is non-zero when gettingAndrew M. Kuchling2000-10-091-1/+15
* Use METH_VARARGS instead of numeric constant 1Andrew M. Kuchling2000-08-031-12/+22
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-44/+16
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+3
* Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.Guido van Rossum2000-04-061-3/+0
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-9/+9
* For ZlibError and ZLIB_VERSION, only attempt to add entry to theFred Drake1999-12-221-3/+6
* Fix typo in docstring: wbites -> wbitsAndrew M. Kuchling1999-12-201-1/+1
* Cast added by Jack Jansen (for Mac port).Guido van Rossum1999-04-121-1/+2
* Patch by Andrew Kuchling to unflush() (flush() for deflating).Guido van Rossum1999-04-071-4/+8
* Add an .unused_data attribute to decompressor objects. If .unused_dataAndrew M. Kuchling1999-03-251-0/+22
* Fixed the flush() method of compression objects; the test forAndrew M. Kuchling1999-03-221-12/+29
* Added missing DECREF's in the error branches when creating a compressor orAndrew M. Kuchling1999-01-291-1/+12
* PyInit_zlib(): Plug a small memory leak. Jeremy is looking into theBarry Warsaw1999-01-281-0/+1
* fix bug in PyZlib_flush.Jeremy Hylton1999-01-061-4/+4
* replace missing zalloc initialization (test_zlib now runsJeremy Hylton1998-12-211-0/+1
* remove debugging fprintf (should have checked this before previousJeremy Hylton1998-12-211-2/+0
* patches from AndrewJeremy Hylton1998-12-181-23/+51
* When _PyString_Resize() reports failure, the variable referring to theFred Drake1998-12-181-5/+0
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Fix benign problems found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-11/+0
* Added URLs for zlib's home page and the Windows DLL's home page .Guido van Rossum1998-05-081-0/+2
* Tiny patch for zlib 1.1.2Guido van Rossum1998-04-231-0/+1
* Win32 treatment.Guido van Rossum1997-12-181-2/+7
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+1
* Several changes:Jeremy Hylton1997-09-041-125/+188
* Plug small leaks: the [de]compress object itself was never freed.Guido van Rossum1997-09-031-0/+2
* Added (binaryfunc) casts to function pointers in method lists.Guido van Rossum1997-08-281-4/+4
* Casts by Jack to shut up the Mac compiler.Guido van Rossum1997-08-181-9/+9
* Several bug fixes.Jeremy Hylton1997-08-141-52/+70
* Many changes.Jeremy Hylton1997-08-131-98/+82
* Must update the available space in the output buffer afterJeremy Hylton1997-08-131-0/+3
* Small changes (casts etc.) by Jack, for Mac compilation.Guido van Rossum1997-06-031-12/+16
* Doc strings (AMK).Guido van Rossum1997-06-031-11/+88
* Added Andrew Kuchling's zlib module.Guido van Rossum1997-04-291-0/+670