Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22236: Tkinter tests now don't reuse default root window. New root | Serhiy Storchaka | 2014-08-24 | 1 | -5/+2 |
| | | | | | | | | | window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function. | ||||
* | Issue #16541: tk_setPalette() now works with keyword arguments. | Serhiy Storchaka | 2013-01-01 | 1 | -0/+45 |
Added a test for tk_setPalette(). |