From: terryjreedy Date: Thu, 6 Jul 2017 19:29:35 +0000 (-0400) Subject: [3.6] Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (GH-2595) (#2596) X-Git-Tag: v3.6.3rc1~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0126481292e4699a14e162e5ac7f53d5d590c8f;p=python [3.6] Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (GH-2595) (#2596) (cherry picked from commit 1ccbad9c95cf5782a1329eeaecba6e3eb0c37cb8) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index f12c185bbb..af88048fa0 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,5 +1,50 @@ +What's New in IDLE 3.6.3 +Released on 2017-09-25? +======================== + + +bpo-30777: Configdialog - add docstrings and improve comments. +Patch by Cheryl Sabella. + +bpo-30495: Improve textview with docstrings, PEP8 names, and more tests. +Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes +so that instances of the latter two can be placed with other widgets +within a multiframe window. +Patches by Cheryl Sabella and Terry Jan Reedy. + +bp0-30723: Make several improvements to parenmatch. +* Add 'parens' style to highlight both opener and closer. +* Make 'default' style, which is not default, a synonym for 'opener'. +* Make time-delay work the same with all styles. +* Add help for config dialog extensions tab, including parenmatch. +* Add new tests. +Original patch by Charles Wohlganger. Revisions by Terry Jan Reedy + +bpo-30674: Grep -- Add docstrings. Patch by Cheryl Sabella. + +bpo-21519: IDLE's basic custom key entry dialog now detects +duplicates properly. Original patch by Saimadhav Heblikar. + +bpo-29910: IDLE no longer deletes a character after commenting out a +region by a key shortcut. Add "return 'break'" for this and other +potential conflicts between IDLE and default key bindings. +Patch by Serhiy Storchaka. + +bpo-30728: Modernize idlelib.configdialog: +* replace import * with specific imports; +* lowercase method and attribute lines. +Patch by Cheryl Sabella. + +bpo-6739: Verify user-entered key sequences by trying to bind them +with to a tk widget. Add tests for all 3 validation functions. +Original patch by G Polo. Tests added by Cheryl Sabella. +Code revised and more tests added by Terry Jan Reedy + +bpo-24813: Add icon to help_about and make other changes. + + What's New in IDLE 3.6.2 -Released on 2017-06-30? +Released on 2017-07-11 ======================== bpo-15786: Fix several problems with IDLE's autocompletion box. @@ -29,7 +74,7 @@ What's New in IDLE 3.6.1 Released on 2017-03-21 ======================== -Issue #29071: IDLE colors f-string prefixes (but not invalid ur prefixes). +Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes. Issue #28572: Add 10% to coverage of IDLE's test_configdialog. Update and augment description of the configuration system.