Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
283b670f6bd9c00faa12fbf9f7c97abc79c73dcd
/
Modules
/
zlibmodule.c
7d9ea50
- Thanks to Scott David Daniels, a subtle bug in how the zlib
by Guido van Rossum
· 22 years ago
62b1ab1
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
by Mark Hammond
· 22 years ago
0c32279
Removed more stray instances of statichere, but left _sre.c alone.
by Tim Peters
· 22 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
5de9842
Repair widespread misuse of _PyString_Resize. Since it's clear people
by Tim Peters
· 23 years ago
c72737e
Fix SF #544995 (zlib crash on second flush call) Bug fix by mhammond.
by Jeremy Hylton
· 23 years ago
4baedc1
Use the PyModule_Add*() APIs instead of manipulating the module dict directly.
by Fred Drake
· 23 years ago
556a938
Changed C++ comment into standard comment.
by Sjoerd Mullender
· 23 years ago
1464839
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
by Guido van Rossum
· 23 years ago
72af01a
Added missing cast.
by Jack Jansen
· 23 years ago
771f914
Remove unused convenience routine.
by Jeremy Hylton
· 23 years ago
adbd35b
Simplify and regularize docstrings. Also reformat so that each docstring
by Tim Peters
· 23 years ago
977e540
Trimmed trailing whitespace.
by Tim Peters
· 23 years ago
b1a37c0
Removed more comments that didn't make much sense.
by Tim Peters
· 23 years ago
6605c64
Removed obsolete comments about confused string refcount tricks (Jeremy
by Tim Peters
· 23 years ago
ba3dd99
Undo needless INCREF chicanery introduced by SF patch #450702.
by Jeremy Hylton
· 23 years ago
9d620d0
Simplify and fix error handling for most cases.
by Jeremy Hylton
· 23 years ago
49900000
More reformatting.
by Jeremy Hylton
· 23 years ago
0965e08
Add zlib_error() helper.
by Jeremy Hylton
· 23 years ago
9bc9d66
Remove many calls to set MemoryError exceptions.
by Jeremy Hylton
· 23 years ago
9714f99
Reformat!
by Jeremy Hylton
· 23 years ago
511e2ca
[ #403753 ] zlib decompress; uncontrollable memory usage
by Jeremy Hylton
· 23 years ago
1dbce44
Update URL. Fixes bug #468118.
by Martin v. Löwis
· 23 years ago
caef93d
Silence warnings about passing unsigned char** as char**.
by Martin v. Löwis
· 23 years ago
3bd8c1e
Patch #450702: allow threads when calling into zlib, protect usage of
by Martin v. Löwis
· 23 years ago
a1a690f
Patch #103926: fix two warnings from Tru64's compiler
by Andrew M. Kuchling
· 24 years ago
9aff4a2
Patch #103373 from Donovan Baarda: This patch:
by Andrew M. Kuchling
· 24 years ago
ee826f8
Docs for new Windows zlib build procedure.
by Tim Peters
· 24 years ago
ae8c268
Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crash
by Mark Hammond
· 24 years ago
d923831
Patch #101810: check whether zst.avail_out is non-zero when getting
by Andrew M. Kuchling
· 24 years ago
14f5158
Use METH_VARARGS instead of numeric constant 1
by Andrew M. Kuchling
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
a788a7f
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
54b1c0b
Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
8972dfd
For ZlibError and ZLIB_VERSION, only attempt to add entry to the
by Fred Drake
· 25 years ago
313a3e3
Fix typo in docstring: wbites -> wbits
by Andrew M. Kuchling
· 25 years ago
aee9bb2
Cast added by Jack Jansen (for Mac port).
by Guido van Rossum
· 26 years ago
b729a1d
Patch by Andrew Kuchling to unflush() (flush() for deflating).
by Guido van Rossum
· 26 years ago
b95227d
Add an .unused_data attribute to decompressor objects. If .unused_data
by Andrew M. Kuchling
· 26 years ago
173156f
Fixed the flush() method of compression objects; the test for
by Andrew M. Kuchling
· 26 years ago
1c7aaa2
Added missing DECREF's in the error branches when creating a compressor or
by Andrew M. Kuchling
· 26 years ago
30aa1e7
PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the
by Barry Warsaw
· 26 years ago
6892aa3
fix bug in PyZlib_flush. patch from Grzegorz Makarewicz & Rafal Smotrzyk.
by Jeremy Hylton
· 26 years ago
5bc4abe
replace missing zalloc initialization (test_zlib now runs successfully)
by Jeremy Hylton
· 26 years ago
3625202
remove debugging fprintf (should have checked this before previous checkin)
by Jeremy Hylton
· 26 years ago
a37e244
patches from Andrew
by Jeremy Hylton
· 26 years ago
6de7d0c
When _PyString_Resize() reports failure, the variable referring to the
by Fred Drake
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
c69bac5
Fix benign problems found by a picky SGI compiler (unreachable break
by Guido van Rossum
· 26 years ago
821a5e4
Added URLs for zlib's home page and the Windows DLL's home page .
by Guido van Rossum
· 27 years ago
115f517
Tiny patch for zlib 1.1.2
by Guido van Rossum
· 27 years ago
9ec0f8b
Win32 treatment.
by Guido van Rossum
· 27 years ago
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
cb91404
Several changes:
by Jeremy Hylton
· 27 years ago
c3beda2
Plug small leaks: the [de]compress object itself was never freed.
by Guido van Rossum
· 27 years ago
c1f0882
Added (binaryfunc) casts to function pointers in method lists.
by Guido van Rossum
· 27 years ago
ed2554a
Casts by Jack to shut up the Mac compiler.
by Guido van Rossum
· 27 years ago
644c17d
Several bug fixes.
by Jeremy Hylton
· 27 years ago
41b9f00
Many changes.
by Jeremy Hylton
· 27 years ago
a74ef66
Must update the available space in the output buffer after
by Jeremy Hylton
· 27 years ago
97b5457
Small changes (casts etc.) by Jack, for Mac compilation.
by Guido van Rossum
· 27 years ago
3c54030
Doc strings (AMK).
by Guido van Rossum
· 27 years ago
fb22156
Added Andrew Kuchling's zlib module.
by Guido van Rossum
· 28 years ago