Files
cpython/Modules
Andrew M. Kuchling 9aff4a2ad0 Patch #103373 from Donovan Baarda: This patch:
* fixes the zlib decompress sync flush bug as reported in bug #124981
  * avoids repeat calls to (in|de)flateEnd when destroying (de)compression
    objects
  * raises exception when allocating unused_data fails
  * fixes memory leak when allocating unused_data fails
  * raises exception when allocating decompress data fails
  * removes vestigial code from decompress flush now that decompression
    returns all available data
  * tidies code so object compress/decompress/flush routines are consistent
2001-02-21 02:15:56 +00:00
..
2000-06-30 16:09:01 +00:00
2001-02-19 21:16:00 +00:00
2000-07-01 00:16:13 +00:00
2000-10-11 21:44:02 +00:00
2000-10-04 16:34:09 +00:00
2000-12-15 22:00:54 +00:00
2001-01-27 21:43:40 +00:00
2001-01-17 18:55:13 +00:00