index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
zlibmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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