From: Terry Jan Reedy Date: Mon, 16 Jun 2014 23:26:56 +0000 (-0400) Subject: Add Idle news entries. X-Git-Tag: v3.5.0a1~1443^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61f1acca5583b1a3f051cd29d09d71792f2aa7f4;p=python Add Idle news entries. --- 61f1acca5583b1a3f051cd29d09d71792f2aa7f4 diff --cc Misc/NEWS index 9cf7065e59,ec8b4d9f3f..38527f9a1e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -499,19 -419,6 +499,28 @@@ Extension Module IDLE ---- ++- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav ++ Heblikar. ++ ++- Issue #12387: Add missing upper(lower)case versions of default Windows key ++ bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. ++ ++- Issue #21695: Closing a Find-in-files output window while the search is ++ still in progress no longer closes Idle. ++ +- Issue #18910: Add unittest for textView. Patch by Phil Webster. + +- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar. + +- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster. + +- Issue #21477: htest.py - Improve framework, complete set of tests. + Patches by Saimadhav Heblikar + +- Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin + consolidating and improving human-validated tests of Idle. Change other files + as needed to work with htest. Running the module as __main__ runs all tests. + - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation. - Issue #21284: Paragraph reformat test passes after user changes reformat width.