Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27922: IDLE tests no longer flash tk widgets. | Terry Jan Reedy | 2016-09-01 | 1 | -0/+1 |
| | |||||
* | Issue #5124: Paste with selection should always replace. | Terry Jan Reedy | 2016-06-11 | 1 | -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. |