summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/widget_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).Serhiy Storchaka2013-11-091-20/+8
* Fix typo in tkinter tests (issue #19085).Serhiy Storchaka2013-11-051-1/+1
* Issue #19085: Fix running test_ttk_textonly on displayless host.Serhiy Storchaka2013-11-041-7/+13
* Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.Serhiy Storchaka2013-11-041-1/+13
* Issue #19085: Fixed pixels rounding for last Tk patchlevels.Serhiy Storchaka2013-11-031-1/+1
* Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+487