File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
- What's New in IDLE 3.8.1
2
- Released on 2019-12-16 ?
1
+ What's New in IDLE 3.8.4
2
+ Released on 2020-07-03 ?
3
3
======================================
4
4
5
5
6
6
bpo-40723: Make test_idle pass when run after import.
7
+ Patch by Florian Dahlitz.
8
+
9
+
10
+ What's New in IDLE 3.8.3
11
+ Released on 2020-05-13
12
+ ======================================
7
13
8
14
bpo-38689: IDLE will no longer freeze when inspect.signature fails
9
15
when fetching a calltip.
@@ -21,6 +27,11 @@ bpo-39781: Selecting code context lines no longer causes a jump.
21
27
22
28
bpo-39663: Add tests for pyparse find_good_parse_start().
23
29
30
+
31
+ What's New in IDLE 3.8.2
32
+ Released on 2020-02-17
33
+ ======================================
34
+
24
35
bpo-39600: Remove duplicate font names from configuration list.
25
36
26
37
bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt`
@@ -37,6 +48,11 @@ bpo-32989: Add tests for editor newline_and_indent_event method.
37
48
Remove unneeded arguments and dead code from pyparse
38
49
find_good_parse_start method.
39
50
51
+
52
+ What's New in IDLE 3.8.1
53
+ Released on 2019-12-18
54
+ ======================================
55
+
40
56
bpo-38943: Fix autocomplete windows not always appearing on some
41
57
systems. Patch by Johnny Najera.
42
58
You can’t perform that action at this time.
0 commit comments