COMMITS
/ Modules/zlibmodule.c October 17, 2001
J
Remove unused convenience routine.
Jeremy Hylton committed
T
Simplify and regularize docstrings. Also reformat so that each docstring
Tim Peters committed
T
Trimmed trailing whitespace.
Tim Peters committed
T
Removed more comments that didn't make much sense.
Tim Peters committed
T
Removed obsolete comments about confused string refcount tricks (Jeremy
Tim Peters committed
October 16, 2001
J
Undo needless INCREF chicanery introduced by SF patch #450702.
Jeremy Hylton committed
J
Simplify and fix error handling for most cases.
Jeremy Hylton committed
J
More reformatting.
Jeremy Hylton committed
J
Add zlib_error() helper.
Jeremy Hylton committed
J
Remove many calls to set MemoryError exceptions.
Jeremy Hylton committed
J
[ #403753 ] zlib decompress; uncontrollable memory usage
Jeremy Hylton committed
October 9, 2001
M
Update URL. Fixes bug #468118.
Martin v. Löwis committed
September 8, 2001
M
Silence warnings about passing unsigned char** as char**.
Martin v. Löwis committed
September 7, 2001
M
Patch #450702: allow threads when calling into zlib, protect usage of
Martin v. Löwis committed
February 22, 2001
A
Patch #103926: fix two warnings from Tru64's compiler
Andrew M. Kuchling committed
February 21, 2001
A
Patch #103373 from Donovan Baarda: This patch:
Andrew M. Kuchling committed
January 31, 2001
T
Docs for new Windows zlib build procedure.
Tim Peters committed
M
Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crash
Mark Hammond committed
October 9, 2000
A
Patch #101810: check whether zst.avail_out is non-zero when getting
Andrew M. Kuchling committed
August 3, 2000
A
Use METH_VARARGS instead of numeric constant 1
Andrew M. Kuchling committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
April 6, 2000
G
Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 22, 1999
F
For ZlibError and ZLIB_VERSION, only attempt to add entry to the
Fred Drake committed
December 20, 1999
A
Fix typo in docstring: wbites -> wbits
Andrew M. Kuchling committed
April 12, 1999
G
Cast added by Jack Jansen (for Mac port).
Guido van Rossum committed
April 7, 1999
G
Patch by Andrew Kuchling to unflush() (flush() for deflating).
Guido van Rossum committed
March 25, 1999
A
Add an .unused_data attribute to decompressor objects. If .unused_data
Andrew M. Kuchling committed
March 22, 1999
A
Fixed the flush() method of compression objects; the test for
Andrew M. Kuchling committed
January 29, 1999
A
Added missing DECREF's in the error branches when creating a compressor or
Andrew M. Kuchling committed
January 28, 1999
B
PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the
Barry Warsaw committed
January 6, 1999
J
fix bug in PyZlib_flush.
Jeremy Hylton committed
December 21, 1998
J
replace missing zalloc initialization (test_zlib now runs
Jeremy Hylton committed
J
remove debugging fprintf (should have checked this before previous
Jeremy Hylton committed
December 18, 1998
J
patches from Andrew
Jeremy Hylton committed
F
When _PyString_Resize() reports failure, the variable referring to the
Fred Drake committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
July 7, 1998
G
Fix benign problems found by a picky SGI compiler (unreachable break
Guido van Rossum committed
May 8, 1998
G
Added URLs for zlib's home page and the Windows DLL's home page .
Guido van Rossum committed
April 23, 1998
G
Tiny patch for zlib 1.1.2
Guido van Rossum committed
December 18, 1997
G
Win32 treatment.
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
September 4, 1997
J
Several changes:
Jeremy Hylton committed
September 3, 1997
G
Plug small leaks: the [de]compress object itself was never freed.
Guido van Rossum committed
August 28, 1997
G
Added (binaryfunc) casts to function pointers in method lists.
Guido van Rossum committed
August 18, 1997
G
Casts by Jack to shut up the Mac compiler.
Guido van Rossum committed
August 14, 1997
J
Several bug fixes.
Jeremy Hylton committed