Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32857: Raise error when tkinter after_cancel() is called with None. ↵ | Cheryl Sabella | 2018-03-04 | 1 | -0/+108 |
| | | | | (GH-5701) | ||||
* | Issue #27025: Generated names for Tkinter widgets are now more meanful | Serhiy Storchaka | 2016-06-13 | 1 | -0/+8 |
| | | | | and recognizirable. | ||||
* | 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 #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 #20636: Improved the repr of Tkinter widgets. | Serhiy Storchaka | 2014-04-04 | 1 | -0/+5 |
|/ | |||||
* | Issue #16541: tk_setPalette() now works with keyword arguments. | Serhiy Storchaka | 2013-01-01 | 1 | -0/+45 |
Added a test for tk_setPalette(). |