Files
cpython/Modules
Jeremy Hylton cb91404890 Several changes:
1. Fix bug in (de)compression objects.  The final string resize used
zst.total_out to determine the length of the string, but the
(de)compression object will output data a little bit at a time, which
means total_out is not the string size.  Fix: save original value of
total_out at the start of the call.

2. Be sure to Py_DECREF the result value if you exit with an
exception.

3. Use PyInt_FromLong instead of Py_BuildValue

4. include more constants from the zlib header file

5. Use PyErr_Format instead of using a local buffer and sprintf.
1997-09-04 23:39:23 +00:00
..
1997-04-29 21:34:16 +00:00
1997-08-12 14:58:54 +00:00
1997-04-29 20:31:59 +00:00
1997-04-29 15:39:28 +00:00
1997-08-15 02:52:08 +00:00
1997-04-29 21:34:16 +00:00
1997-04-29 21:34:16 +00:00
1997-03-14 04:32:50 +00:00
1997-04-02 05:33:00 +00:00
1997-05-23 04:04:17 +00:00
1997-08-21 02:30:45 +00:00
1997-08-15 02:52:08 +00:00
1997-05-22 20:24:07 +00:00
1997-06-02 22:18:09 +00:00
1997-04-29 21:34:16 +00:00
1997-04-11 15:23:52 +00:00
1997-01-13 22:57:42 +00:00
1997-05-14 19:22:11 +00:00
1997-09-04 23:39:23 +00:00