summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test/test_tkinter/test_variables.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-3/+3
| | | | | | | | | 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 #20368: The null character now correctly passed from Tcl to Python (inSerhiy Storchaka2014-02-031-0/+14
| | | | unicode strings only). Improved error handling in variables-related commands.
* Backported tests for Tkinter variables.Serhiy Storchaka2013-12-261-0/+152