Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22236: Tkinter tests now don't reuse default root window. New root | Serhiy Storchaka | 2014-08-24 | 1 | -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. | ||||
* | tkinter.Text.debug() now always returns 0/1. | Serhiy Storchaka | 2014-01-11 | 1 | -3/+2 |
| | | | | Fixed a regression inroduced in issue #6157. | ||||
* | test_debug in test_tkinter/test_text no longer fails when wantobjects is false. | Serhiy Storchaka | 2013-12-25 | 1 | -2/+3 |
| | |||||
* | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. | Serhiy Storchaka | 2013-11-03 | 1 | -0/+11 |
| | |||||
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
| | |||||
* | Merged revisions 69460,69467,69470 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -0/+39 |
svn+ssh://pythondev/python/trunk ........ r69460 | guilherme.polo | 2009-02-09 14:09:17 -0200 (Mon, 09 Feb 2009) | 1 line Turned setup_master public ........ r69467 | guilherme.polo | 2009-02-09 17:21:21 -0200 (Mon, 09 Feb 2009) | 2 lines Some tests for Tkinter.Text.search ........ r69470 | guilherme.polo | 2009-02-09 17:57:04 -0200 (Mon, 09 Feb 2009) | 1 line Checking for tk availability before continuing (basically the same that is done in test_ttk_guionly) ........ |