summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_textview.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Tal Einat2018-09-251-2/+5
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-191-6/+4
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Terry Jan Reedy2018-02-121-3/+4
* bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#...csabella2017-06-291-31/+55
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)csabella2017-05-281-10/+10
* IDLE test_textview: add comments and test, increase coverage to 100% (#1641)terryjreedy2017-05-181-9/+24
* bpo-30303: IDLE: Add _utest argument to textview (#1499)Louie Lu2017-05-171-1/+41
* Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-011-6/+8
|\
| * Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-011-5/+7
| * Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-101-2/+1
* | Issue #27714: text_textview now passes when re-run in the same processTerry Jan Reedy2016-08-101-2/+1
* | Issue #27365: partial mergeTerry Jan Reedy2016-06-221-8/+8
|\ \ | |/
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-101-1/+1
* | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.Terry Jan Reedy2016-06-041-1/+2
|\ \ | |/
| * Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-041-1/+2
* | Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-041-1/+2
|\ \ | |/
| * Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-041-1/+2
* | Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-2/+2
|/
* More idlelib cleanup inspired by pyflakes.Terry Jan Reedy2014-07-021-2/+2
* Issue #18910: test_textView - since all tests require 'gui', make root global.Terry Jan Reedy2014-06-061-33/+34
* whitespaceTerry Jan Reedy2014-06-051-1/+1
* Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-051-0/+96