File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ run dialogs.
43
43
bpo-37321: Both subprocess connection error messages now refer to
44
44
the 'Startup failure' section of the IDLE doc.
45
45
46
+ bpo-37177: Properly attach search dialogs to their main window so
47
+ that they behave like other dialogs and do not get hidden behind
48
+ their main window.
49
+
46
50
bpo-37039: Adjust "Zoom Height" to individual screens by momentarily
47
51
maximizing the window on first use with a particular screen. Changing
48
52
screen settings may invalidate the saved height. While a window is
@@ -51,6 +55,10 @@ maximized, "Zoom Height" has no effect.
51
55
bpo-35763: Make calltip reminder about '/' meaning positional-only less
52
56
obtrusive by only adding it when there is room on the first line.
53
57
58
+ bpo-5680: Add 'Run Customized' to the Run menu to run a module with
59
+ customized settings. Any command line arguments entered are added
60
+ to sys.argv. One can suppress the normal Shell main module restart.
61
+
54
62
bpo-35610: Replace now redundant editor.context_use_ps1 with
55
63
.prompt_last_line. This finishes change started in bpo-31858.
56
64
@@ -95,6 +103,9 @@ None or False since 2007.
95
103
96
104
bpo-36096: Make colorizer state variables instance-only.
97
105
106
+ bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
107
+ Patch by Kevin Walzer.
108
+
98
109
bpo-24310: Document settings dialog font tab sample.
99
110
100
111
bpo-35689: Add docstrings and tests for colorizer.
You can’t perform that action at this time.
0 commit comments