@@ -2,6 +2,46 @@ What's New in IDLE 3.7.0
22Released on 2018-06-18?
33========================
44
5+
6+ bpo-30777: Configdialog - add docstrings and improve comments.
7+ Patch by Cheryl Sabella.
8+
9+ bpo-30495: Improve textview with docstrings, PEP8 names, and more tests.
10+ Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes
11+ so that instances of the latter two can be placed with other widgets
12+ within a multiframe window.
13+ Patches by Cheryl Sabella and Terry Jan Reedy.
14+
15+ bp0-30723: Make several improvements to parenmatch.
16+ * Add 'parens' style to highlight both opener and closer.
17+ * Make 'default' style, which is not default, a synonym for 'opener'.
18+ * Make time-delay work the same with all styles.
19+ * Add help for config dialog extensions tab, including parenmatch.
20+ * Add new tests.
21+ Original patch by Charles Wohlganger. Revisions by Terry Jan Reedy
22+
23+ bpo-30674: Grep -- Add docstrings. Patch by Cheryl Sabella.
24+
25+ bpo-21519: IDLE's basic custom key entry dialog now detects
26+ duplicates properly. Original patch by Saimadhav Heblikar.
27+
28+ bpo-29910: IDLE no longer deletes a character after commenting out a
29+ region by a key shortcut. Add "return 'break'" for this and other
30+ potential conflicts between IDLE and default key bindings.
31+ Patch by Serhiy Storchaka.
32+
33+ bpo-30728: Modernize idlelib.configdialog:
34+ * replace import * with specific imports;
35+ * lowercase method and attribute lines.
36+ Patch by Cheryl Sabella.
37+
38+ bpo-6739: Verify user-entered key sequences by trying to bind them
39+ with to a tk widget. Add tests for all 3 validation functions.
40+ Original patch by G Polo. Tests added by Cheryl Sabella.
41+ Code revised and more tests added by Terry Jan Reedy
42+
43+ bpo-24813: Add icon to help_about and make other changes.
44+
545bpo-15786: Fix several problems with IDLE's autocompletion box.
646The following should now work: clicking on selection box items;
747using the scrollbar; selecting an item by hitting Return.
@@ -24,7 +64,7 @@ bpo-30303: Add _utest option to textview; add new tests.
2464Increase coverage to 100%.
2565Patches by Louie Lu and Terry Jan Reedy.
2666
27- Issue #29071: IDLE colors f-string prefixes ( but not invalid ur prefixes) .
67+ Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes.
2868
2969Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
3070Update and augment description of the configuration system.
0 commit comments