summaryrefslogtreecommitdiff
path: root/Lib/tkinter/test/support.py
Commit message (Expand)AuthorAgeFilesLines
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-221-135/+0
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-221-1/+0
* gh-91827: Add method info_pathlevel() in tkinter (GH-91829)Serhiy Storchaka2022-05-061-9/+1
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-191-0/+27
* Fix yet one error in checking Tcl version. (GH-10189)Serhiy Storchaka2018-10-281-1/+1
* Fix checking for bugfix Tcl version. (GH-10185)Serhiy Storchaka2018-10-281-1/+1
* bpo-34189: Fix checking for bugfix Tcl version. (GH-8397)Serhiy Storchaka2018-07-221-1/+13
* Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest testSerhiy Storchaka2015-11-101-1/+1
* Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-221-10/+10
* Always handle non-handled events before destoying root widget in tests.Serhiy Storchaka2014-10-121-0/+1
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-19/+32
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-44/+2
* Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).Serhiy Storchaka2013-11-091-0/+15
* Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+39
* Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-051-25/+35
* Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-031-0/+36
* Recorded merge of revisions 69195 via svnmerge fromGuilherme Polo2009-02-021-0/+8
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-281-0/+25