summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-1/+1
| | | Most of them have been added in 3.7.
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-6/+15
| | | | | Fix code and tests that fail with this restriction. Fix htests to not create a second and redundant root and mainloop.
* Issue #23184: idle tests, remove unused names and imports.Terry Jan Reedy2015-05-161-1/+0
|
* Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-271-0/+1
| | | | Code patch by Serhiy Storchaka
* Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).Terry Jan Reedy2013-07-281-4/+1
|
* Issue #18365: convert buildbot errors to skips.Terry Jan Reedy2013-07-131-1/+4
|
* Issue #18365: normalize whitespaceTerry Jan Reedy2013-07-131-2/+1
|
* Issue #18365: Add mock Text class and test thereof versus tk.Text.Terry Jan Reedy2013-07-131-0/+228
Based on patches by Todd.Rovito and Phil Webster.