File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ Released on 2017-09-25?
33========================
44
55
6+ bpo-31493: Fix code context update and font update timers.
7+ Canceling timers prevents a warning message when test_idle completes.
8+
9+ bpo-31488: Update non-key options in former extension classes.
10+ When applying configdialog changes, call .reload for each feature class.
11+ Change ParenMatch so updated options affect existing instances attached
12+ to existing editor windows.
13+
14+ bpo-31477: Improve rstrip entry in IDLE doc.
15+ Strip Trailing Whitespace strips more than blank spaces.
16+ Multiline string literals are not skipped.
17+
18+ bpo-31480: fix tests to pass with zzdummy extension disabled. (#3590)
19+ To see the example in action, enable it on options extensions tab.
20+
21+ bpo-31421: Document how IDLE runs tkinter programs.
22+ IDLE calls tcl/tk update in the background in order to make live
23+ interaction and experimentatin with tkinter applications much easier.
24+
625bpo-bpo-31414: Fix tk entry box tests by deleting first.
726Adding to an int entry is not the same as deleting and inserting
827because int('') will fail. Patch by Terry Jan Reedy.
You can’t perform that action at this time.
0 commit comments