aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/tkinter/test/test_tkinter/test_variables.py
Commit message (Expand)AuthorAge
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-22
* bpo-45229: Make tkinter tests discoverable (GH-28637)Serhiy Storchaka2021-10-13
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-29
* bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)Serhiy Storchaka2020-12-29
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-19
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-08
* Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-30
|\
| * Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-30
* | Issue #22115: Updated Misc/NEWS.Serhiy Storchaka2016-06-26
|\|
| * Issue #22115: Fixed tracing Tkinter variables:Serhiy Storchaka2016-06-26
* | Issue #22115: Added methods trace_add, trace_remove and trace_info in theSerhiy Storchaka2016-06-26
|/
* Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-06
* Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-04
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-24
* Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-03
* Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-26
* Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4Andrew Svetlov2012-08-09
* Issue #1178863: Separate initialisation from setting when initializingMartin v. Löwis2012-03-12