summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_ttk/test_extensions.py
Commit message (Expand)AuthorAgeFilesLines
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-221-328/+0
* bpo-27313: Use non-deprecated methods for tracing (GH-29425)Serhiy Storchaka2021-11-061-5/+5
* bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416)Ɓukasz Langa2021-11-051-1/+4
* bpo-45160: Ttk optionmenu only set variable once (GH-28291)E-Paine2021-10-211-0/+13
* bpo-45229: Make tkinter tests discoverable (GH-28637)Serhiy Storchaka2021-10-131-4/+2
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-291-1/+6
* bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)Serhiy Storchaka2020-12-191-17/+9
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Serhiy Storchaka2020-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-161-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