]> granicus.if.org Git - python/commitdiff
Issue #23735: Merge Readline resize handling from 3.5
authorMartin Panter <vadmium+py@gmail.com>
Sun, 3 Apr 2016 03:19:27 +0000 (03:19 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 3 Apr 2016 03:19:27 +0000 (03:19 +0000)
1  2 
Misc/ACKS
Misc/NEWS
Modules/readline.c
configure
configure.ac

diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index f66014a7dc921382fc6076d7188baf8339c05646,6d43666b56d94446b621d685a43050712c197fc7..8cd2339f953038fcfc687285fdd001d9702fa1d4
+++ 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.
Simple merge
diff --cc configure
Simple merge
diff --cc configure.ac
Simple merge