index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
zlibmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bug #1083110] calling .flush() on decompress objects causes a segfault due t...
Andrew M. Kuchling
2004-12-28
1
-1
/
+5
*
- Thanks to Scott David Daniels, a subtle bug in how the zlib
Guido van Rossum
2003-02-03
1
-12
/
+45
*
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond
2002-07-23
1
-1
/
+1
*
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters
2002-07-17
1
-2
/
+2
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-2
/
+2
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-22
/
+22
*
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters
2002-04-27
1
-18
/
+7
*
Fix SF #544995 (zlib crash on second flush call)
Jeremy Hylton
2002-04-19
1
-0
/
+1
*
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake
2002-04-01
1
-9
/
+8
*
Changed C++ comment into standard comment.
Sjoerd Mullender
2002-03-11
1
-1
/
+1
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-2
/
+2
*
Added missing cast.
Jack Jansen
2001-10-23
1
-1
/
+1
*
Remove unused convenience routine.
Jeremy Hylton
2001-10-17
1
-19
/
+0
*
Simplify and regularize docstrings. Also reformat so that each docstring
Tim Peters
2001-10-17
1
-52
/
+47
*
Trimmed trailing whitespace.
Tim Peters
2001-10-17
1
-62
/
+62
*
Removed more comments that didn't make much sense.
Tim Peters
2001-10-17
1
-17
/
+1
*
Removed obsolete comments about confused string refcount tricks (Jeremy
Tim Peters
2001-10-17
1
-9
/
+4
*
Undo needless INCREF chicanery introduced by SF patch #450702.
Jeremy Hylton
2001-10-16
1
-47
/
+15
*
Simplify and fix error handling for most cases.
Jeremy Hylton
2001-10-16
1
-167
/
+113
*
More reformatting.
Jeremy Hylton
2001-10-16
1
-51
/
+50
*
Add zlib_error() helper.
Jeremy Hylton
2001-10-16
1
-92
/
+25
*
Remove many calls to set MemoryError exceptions.
Jeremy Hylton
2001-10-16
1
-28
/
+4
*
Reformat!
Jeremy Hylton
2001-10-16
1
-586
/
+576
*
[ #403753 ] zlib decompress; uncontrollable memory usage
Jeremy Hylton
2001-10-16
1
-10
/
+64
*
Update URL. Fixes bug #468118.
Martin v. Löwis
2001-10-09
1
-1
/
+1
*
Silence warnings about passing unsigned char** as char**.
Martin v. Löwis
2001-09-08
1
-4
/
+4
*
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
[next]