summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test/test_tkinter/test_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-6/+3
| | | | | | | | | window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
* Import Tkinter as tkinter to help merging and avoid backporting errors.Serhiy Storchaka2014-08-211-6/+6
|
* tkinter.Text.debug() now always returns 0/1.Serhiy Storchaka2014-01-111-3/+2
| | | | Fixed regression inroduced in issue #6157.
* 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 usage of fail* to assert*Benjamin Peterson2009-06-301-6/+6
|
* Some tests for Tkinter.Text.searchGuilherme Polo2009-02-091-0/+39