summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_tkinter/test_text.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-6/+3
* tkinter.Text.debug() now always returns 0/1.Serhiy Storchaka2014-01-111-3/+2
* test_debug in test_tkinter/test_text no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-2/+3
* Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-031-0/+11
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Merged revisions 69460,69467,69470 via svnmerge fromGuilherme Polo2009-02-091-0/+39