summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_editmenu.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-1/+1
| | | Most of them have been added in 3.7.
* Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-011-0/+1
|\
| * Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-011-0/+1
| |
* | Issue #5124: rename PyShell back to pyshell and patch test for 3.6Terry Jan Reedy2016-06-111-13/+15
|/
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-111-0/+71
This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.