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 @@ -38,6 +38,10 @@ run dialogs.
38
38
bpo-37321: Both subprocess connection error messages now refer to
39
39
the 'Startup failure' section of the IDLE doc.
40
40
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
+
41
45
bpo-37039: Adjust "Zoom Height" to individual screens by momentarily
42
46
maximizing the window on first use with a particular screen. Changing
43
47
screen settings may invalidate the saved height. While a window is
@@ -46,6 +50,10 @@ maximized, "Zoom Height" has no effect.
46
50
bpo-35763: Make calltip reminder about '/' meaning positional-only less
47
51
obtrusive by only adding it when there is room on the first line.
48
52
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
+
49
57
bpo-35610: Replace now redundant editor.context_use_ps1 with
50
58
.prompt_last_line. This finishes change started in bpo-31858.
51
59
@@ -85,6 +93,9 @@ None or False since 2007.
85
93
86
94
bpo-36096: Make colorizer state variables instance-only.
87
95
96
+ bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
97
+ Patch by Kevin Walzer.
98
+
88
99
bpo-24310: Document settings dialog font tab sample.
89
100
90
101
bpo-35689: Add docstrings and tests for colorizer.
You can’t perform that action at this time.
0 commit comments