Files
cpython/Lib
Jeremy Hylton 511e2cacc4 [ #403753 ] zlib decompress; uncontrollable memory usage
Mostly by Toby Dickenson and Titus Brown.

Add an optional argument to a decompression object's decompress()
method.  The argument specifies the maximum length of the return
value.  If the uncompressed data exceeds this length, the excess data
is stored as the unconsumed_tail attribute.  (Not to be confused with
unused_data, which is a separate issue.)

Difference from SF patch: Default value for unconsumed_tail is ""
rather than None.  It's simpler if the attribute is always a string.
2001-10-16 20:39:49 +00:00
..
2001-09-27 04:18:36 +00:00
2001-08-09 12:48:17 +00:00
2001-08-09 12:33:32 +00:00
2001-04-08 07:23:44 +00:00
2001-08-21 06:53:01 +00:00
2001-08-09 21:40:30 +00:00
2001-10-04 05:36:56 +00:00
2001-08-13 14:55:17 +00:00
2001-09-18 02:26:39 +00:00
2001-06-19 00:26:25 +00:00
2001-05-29 04:27:01 +00:00
2001-08-13 14:50:44 +00:00
2001-07-04 07:01:29 +00:00
2001-07-04 10:15:58 +00:00
2001-10-15 21:29:28 +00:00
2001-08-02 07:15:29 +00:00
2001-10-09 20:53:48 +00:00
2001-05-29 06:06:54 +00:00
2001-07-13 18:05:46 +00:00
2001-09-18 02:26:39 +00:00
2001-09-26 19:54:08 +00:00
2001-09-06 19:13:14 +00:00
2001-08-13 14:38:50 +00:00