diff options
author | Gregory P. Smith <greg@krypto.org> | 2013-03-19 22:03:26 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2013-03-19 22:03:26 (GMT) |
commit | dd351628942718ede440c8ffe6911f379c9e15b1 (patch) | |
tree | 1c0937103d8a7c54f185dfd208a02192da369f04 /Misc | |
parent | 029273fc903bcbdd689132f153d53004a8aee0b2 (diff) | |
parent | 843fae93121ac7ac1088b0521773eff567e7b41c (diff) | |
download | cpython-dd351628942718ede440c8ffe6911f379c9e15b1.zip cpython-dd351628942718ede440c8ffe6911f379c9e15b1.tar.gz cpython-dd351628942718ede440c8ffe6911f379c9e15b1.tar.bz2 |
merge heads in 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -1098,6 +1098,7 @@ Richard Townsend Nathan Trapuzzano Laurence Tratt John Tromp +Diane Trout Jason Trowbridge Brent Tubbs Anthony Tuininga @@ -233,6 +233,15 @@ Core and Builtins Library ------- +- Issue #8862: Fixed curses cleanup when getkey is interrputed by a signal. + +- Issue #17443: impalib.IMAP4_stream was using the default unbuffered IO + in subprocess, but the imap code assumes buffered IO. In Python2 this + worked by accident. IMAP4_stream now explicitly uses buffered IO. + +- Issue #17476: Fixed regression relative to Python2 in undocumented pydoc + 'allmethods'; it was missing unbound methods on the class. + - Issue #16389: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. |