| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch #450702: allow threads when calling into zlib, protect usage of | Martin v. Löwis | 2001-09-07 | 1 | -114/+350 |
|
|
* | Patch #103926: fix two warnings from Tru64's compiler | Andrew M. Kuchling | 2001-02-22 | 1 | -1/+1 |
|
|
* | Patch #103373 from Donovan Baarda: This patch: | Andrew M. Kuchling | 2001-02-21 | 1 | -194/+131 |
|
|
* | Docs for new Windows zlib build procedure. | Tim Peters | 2001-01-31 | 1 | -8/+1 |
|
|
* | Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crash | Mark Hammond | 2001-01-31 | 1 | -2/+11 |
|
|
* | Patch #101810: check whether zst.avail_out is non-zero when getting | Andrew M. Kuchling | 2000-10-09 | 1 | -1/+15 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 | Andrew M. Kuchling | 2000-08-03 | 1 | -12/+22 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -44/+16 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -3/+3 |
|
|
* | Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. | Guido van Rossum | 2000-04-06 | 1 | -3/+0 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -9/+9 |
|
|
* | For ZlibError and ZLIB_VERSION, only attempt to add entry to the | Fred Drake | 1999-12-22 | 1 | -3/+6 |
|
|
* | Fix typo in docstring: wbites -> wbits | Andrew M. Kuchling | 1999-12-20 | 1 | -1/+1 |
|
|
* | Cast added by Jack Jansen (for Mac port). | Guido van Rossum | 1999-04-12 | 1 | -1/+2 |
|
|
* | Patch by Andrew Kuchling to unflush() (flush() for deflating). | Guido van Rossum | 1999-04-07 | 1 | -4/+8 |
|
|
* | Add an .unused_data attribute to decompressor objects. If .unused_data | Andrew M. Kuchling | 1999-03-25 | 1 | -0/+22 |
|
|
* | Fixed the flush() method of compression objects; the test for | Andrew M. Kuchling | 1999-03-22 | 1 | -12/+29 |
|
|
* | Added missing DECREF's in the error branches when creating a compressor or | Andrew M. Kuchling | 1999-01-29 | 1 | -1/+12 |
|
|
* | PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the | Barry Warsaw | 1999-01-28 | 1 | -0/+1 |
|
|
* | fix bug in PyZlib_flush. | Jeremy Hylton | 1999-01-06 | 1 | -4/+4 |
|
|
* | replace missing zalloc initialization (test_zlib now runs | Jeremy Hylton | 1998-12-21 | 1 | -0/+1 |
|
|
* | remove debugging fprintf (should have checked this before previous | Jeremy Hylton | 1998-12-21 | 1 | -2/+0 |
|
|
* | patches from Andrew | Jeremy Hylton | 1998-12-18 | 1 | -23/+51 |
|
|
* | When _PyString_Resize() reports failure, the variable referring to the | Fred Drake | 1998-12-18 | 1 | -5/+0 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Fix benign problems found by a picky SGI compiler (unreachable break | Guido van Rossum | 1998-07-07 | 1 | -11/+0 |
|
|
* | Added URLs for zlib's home page and the Windows DLL's home page . | Guido van Rossum | 1998-05-08 | 1 | -0/+2 |
|
|
* | Tiny patch for zlib 1.1.2 | Guido van Rossum | 1998-04-23 | 1 | -0/+1 |
|
|
* | Win32 treatment. | Guido van Rossum | 1997-12-18 | 1 | -2/+7 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -4/+1 |
|
|
* | Several changes: | Jeremy Hylton | 1997-09-04 | 1 | -125/+188 |
|
|
* | Plug small leaks: the [de]compress object itself was never freed. | Guido van Rossum | 1997-09-03 | 1 | -0/+2 |
|
|
* | Added (binaryfunc) casts to function pointers in method lists. | Guido van Rossum | 1997-08-28 | 1 | -4/+4 |
|
|
* | Casts by Jack to shut up the Mac compiler. | Guido van Rossum | 1997-08-18 | 1 | -9/+9 |
|
|
* | Several bug fixes. | Jeremy Hylton | 1997-08-14 | 1 | -52/+70 |
|
|
* | Many changes. | Jeremy Hylton | 1997-08-13 | 1 | -98/+82 |
|
|
* | Must update the available space in the output buffer after | Jeremy Hylton | 1997-08-13 | 1 | -0/+3 |
|
|
* | Small changes (casts etc.) by Jack, for Mac compilation. | Guido van Rossum | 1997-06-03 | 1 | -12/+16 |
|
|
* | Doc strings (AMK). | Guido van Rossum | 1997-06-03 | 1 | -11/+88 |
|
|
* | Added Andrew Kuchling's zlib module. | Guido van Rossum | 1997-04-29 | 1 | -0/+670 |
|
|