summaryrefslogtreecommitdiff
path: root/Lib/tkinter/test/test_ttk/test_extensions.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291buildbot-customŁukasz Langa2021-11-041-1/+4
* bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132)Miss Islington (bot)2021-10-211-0/+13
* [3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)Łukasz Langa2021-10-131-4/+2
* [3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005...Serhiy Storchaka2021-08-291-1/+6
* [3.9] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-191-17/+9
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Miss Islington (bot)2020-11-301-6/+0
* bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276)csabella2017-07-311-0/+25
* Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale causedSerhiy Storchaka2016-10-301-4/+13
* Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-4/+2
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-49/+56
* Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-6/+16
* Issue #19602: Use specific asserts in tkinter tests.Serhiy Storchaka2013-11-171-5/+5
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-41/+41
* Merged revisions 69141,69211-69212 via svnmerge fromBenjamin Peterson2009-02-061-2/+3
* Recorded merge of revisions 69195 via svnmerge fromGuilherme Polo2009-02-021-3/+10
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-281-0/+266