[Python-checkins] bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)

Miss Islington (bot) webhook-mailer at python.org
Wed Jul 31 01:21:18 EDT 2019


https://github.com/python/cpython/commit/ac7cb7b9beaf907a4a484991e467913813bb4971
commit: ac7cb7b9beaf907a4a484991e467913813bb4971
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-07-30T22:21:14-07:00
summary:

bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)

(cherry picked from commit fff5cb21ae270d8572741e18030765580c7ae361)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index f37c8922143e..cf545dcc6745 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -43,6 +43,10 @@ run dialogs.
 bpo-37321: Both subprocess connection error messages now refer to
 the 'Startup failure' section of the IDLE doc.
 
+bpo-37177: Properly attach search dialogs to their main window so
+that they behave like other dialogs and do not get hidden behind
+their main window.
+
 bpo-37039: Adjust "Zoom Height" to individual screens by momentarily
 maximizing the window on first use with a particular screen.  Changing
 screen settings may invalidate the saved height.  While a window is
@@ -51,6 +55,10 @@ maximized, "Zoom Height" has no effect.
 bpo-35763: Make calltip reminder about '/' meaning positional-only less
 obtrusive by only adding it when there is room on the first line.
 
+bpo-5680: Add 'Run Customized' to the Run menu to run a module with
+customized settings. Any command line arguments entered are added
+to sys.argv. One can suppress the normal Shell main module restart.
+
 bpo-35610: Replace now redundant editor.context_use_ps1 with
 .prompt_last_line.  This finishes change started in bpo-31858.
 
@@ -95,6 +103,9 @@ None or False since 2007.
 
 bpo-36096: Make colorizer state variables instance-only.
 
+bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
+Patch by Kevin Walzer.
+
 bpo-24310: Document settings dialog font tab sample.
 
 bpo-35689: Add docstrings and tests for colorizer.



More information about the Python-checkins mailing list