From: Nadeem Vawda Date: Sun, 21 Oct 2012 19:19:11 +0000 (+0200) Subject: Merge #14398: Fix size truncation and overflow bugs in bz2 module. X-Git-Tag: v3.4.0a1~2200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78a59a6a5729fbde27c010914fff7abc4164e47d;p=python Merge #14398: Fix size truncation and overflow bugs in bz2 module. --- 78a59a6a5729fbde27c010914fff7abc4164e47d diff --cc Misc/NEWS index fae3f135dc,fe62aabb6d..cffead0085 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -59,14 -46,8 +59,16 @@@ Core and Builtin Library ------- + - Issue #14398: Fix size truncation and overflow bugs in the bz2 module. + +- Issue #12692: Fix resource leak in urllib.request when talking to an HTTP + server that does not include a "Connection: close" header in its responses. + +- Issue #12034: Fix bogus caching of result in check_GetFinalPathNameByHandle. + Patch by Atsuo Ishimoto. + +- Improve performance of `lzma.LZMAFile`. + - Issue #16220: wsgiref now always calls close() on an iterable response. Patch by Brent Tubbs.