summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-16 06:11:31 (GMT)
committerGitHub <noreply@github.com>2017-06-16 06:11:31 (GMT)
commit0a4bcf18a785ed79a6faba45c05887762c1f56b4 (patch)
treeb3373927e87b6c198bb38654e025bd2db2eb2ba0 /Misc/NEWS
parent04431c926a88be433203f89e3577addd0d41b602 (diff)
downloadcpython-0a4bcf18a785ed79a6faba45c05887762c1f56b4.zip
cpython-0a4bcf18a785ed79a6faba45c05887762c1f56b4.tar.gz
cpython-0a4bcf18a785ed79a6faba45c05887762c1f56b4.tar.bz2
[3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2145730..1c6eb72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -228,6 +228,20 @@ Library
IDLE
----
+- bpo-15786: Fix several problems with IDLE's autocompletion box.
+ The following should now work: clicking on selection box items;
+ using the scrollbar; selecting an item by hitting Return.
+ Hangs on MacOSX should no longer happen. Patch by Louie Lu.
+
+- bpo-25514: Add doc subsubsection about IDLE failure to start.
+ Popup no-connection message directs users to this section.
+
+- bpo-30642: Fix reference leaks in IDLE tests.
+ Patches by Louie Lu and Terry Jan Reedy.
+
+- bpo-30495: Add docstrings for textview.py and use PEP8 names.
+ Patches by Cheryl Sabella and Terry Jan Reedy.
+
- bpo-30290: Help-about: use pep8 names and add tests.
Increase coverage to 100%.
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.