File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ run dialogs.
3838bpo-37321: Both subprocess connection error messages now refer to
3939the 'Startup failure' section of the IDLE doc.
4040
41+ bpo-37177: Properly attach search dialogs to their main window so
42+ that they behave like other dialogs and do not get hidden behind
43+ their main window.
44+
4145bpo-37039: Adjust "Zoom Height" to individual screens by momentarily
4246maximizing the window on first use with a particular screen. Changing
4347screen settings may invalidate the saved height. While a window is
@@ -46,6 +50,10 @@ maximized, "Zoom Height" has no effect.
4650bpo-35763: Make calltip reminder about '/' meaning positional-only less
4751obtrusive by only adding it when there is room on the first line.
4852
53+ bpo-5680: Add 'Run Customized' to the Run menu to run a module with
54+ customized settings. Any command line arguments entered are added
55+ to sys.argv. One can suppress the normal Shell main module restart.
56+
4957bpo-35610: Replace now redundant editor.context_use_ps1 with
5058.prompt_last_line. This finishes change started in bpo-31858.
5159
@@ -85,6 +93,9 @@ None or False since 2007.
8593
8694bpo-36096: Make colorizer state variables instance-only.
8795
96+ bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
97+ Patch by Kevin Walzer.
98+
8899bpo-24310: Document settings dialog font tab sample.
89100
90101bpo-35689: Add docstrings and tests for colorizer.
You can’t perform that action at this time.
0 commit comments