File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,30 @@ Released on 2019-10-20?
3
3
======================================
4
4
5
5
6
+ bpo-37692: Improve highlight config sample with example shell
7
+ interaction and better labels for shell elements.
8
+
9
+ bpo-37628: Settings dialog no longer expands with font size.
10
+ The font and highlight sample boxes gain scrollbars instead.
11
+
12
+ bpo-17535: Add optional line numbers for IDLE editor windows.
13
+
14
+ bpo-37627: Initialize the Customize Run dialog with the command line
15
+ arguments most recently entered before. The user can optionally edit
16
+ before submitting them.
17
+
18
+ bpo-33610: Code context always shows the correct context when toggled on.
19
+
20
+ bpo-36390: Gather Format menu functions into format.py. Combine
21
+ paragraph.py, rstrip.py, and format methods from editor.py.
22
+
23
+ bpo-37530: Optimize code context to reduce unneeded background activity.
24
+ Font and highlight changes now occur along with text changes instead
25
+ of after a random delay.
26
+
27
+ bpo-27452: Cleanup config.py by inlining RemoveFile and simplifying
28
+ the handling of __file__ in CreateConfigHandlers/
29
+
6
30
bpo-26806: To compensate for stack frames added by IDLE and avoid
7
31
possible problems with low recursion limits, add 30 to limits in the
8
32
user code execution process. Subtract 30 when reporting recursion
You can’t perform that action at this time.
0 commit comments