summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test/test_tkinter/test_variables.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22115: Fixed tracing Tkinter variables.Serhiy Storchaka2016-06-261-1/+50
| | | | | * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings
* Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj andSerhiy Storchaka2015-04-041-4/+46
| | | | | | always returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
* 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