From: Martin Panter Date: Sun, 3 Apr 2016 03:19:27 +0000 (+0000) Subject: Issue #23735: Merge Readline resize handling from 3.5 X-Git-Tag: v3.6.0a1~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3506005b31b8e30402bd38a762e7e1d2945a9e8;p=thirdparty%2FPython%2Fcpython.git Issue #23735: Merge Readline resize handling from 3.5 --- a3506005b31b8e30402bd38a762e7e1d2945a9e8 diff --cc Misc/NEWS index f66014a7dc92,6d43666b56d9..8cd2339f9530 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -237,9 -98,10 +237,12 @@@ Core and Builtin Library ------- + - Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our + own SIGWINCH handler. Patch by Eric Price. + +- Issue #25951: Change SSLSocket.sendall() to return None, as explicitly + documented for plain socket objects. Patch by Aviv Palivoda. + - Issue #26586: In http.server, respond with "413 Request header fields too large" if there are too many header fields to parse, rather than killing the connection and raising an unhandled exception. Patch by Xiang Zhang.