summaryrefslogtreecommitdiffstats
path: root/Modules/zlibmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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