index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
idle_test
/
test_textview.py
Commit message (
Expand
)
Author
Age
*
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
Terry Jan Reedy
2018-06-19
*
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
2018-02-12
*
bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#...
csabella
2017-06-29
*
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
csabella
2017-05-28
*
IDLE test_textview: add comments and test, increase coverage to 100% (#1641)
terryjreedy
2017-05-17
*
bpo-30303: IDLE: Add _utest argument to textview (#1499)
Louie Lu
2017-05-17
*
Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).
Terry Jan Reedy
2016-08-31
|
\
|
*
Issue #27922: IDLE tests no longer flash tk widgets.
Terry Jan Reedy
2016-08-31
|
*
Issue #27714: text_textview now passes when re-run in the same process
Terry Jan Reedy
2016-08-10
*
|
Issue #27714: text_textview now passes when re-run in the same process
Terry Jan Reedy
2016-08-10
*
|
Issue #27365: partial merge
Terry Jan Reedy
2016-06-22
|
\
|
*
|
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Terry Jan Reedy
2016-06-10
*
|
Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.
Terry Jan Reedy
2016-06-03
|
\
|
|
*
Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.
Terry Jan Reedy
2016-06-03
*
|
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy
2016-06-03
|
\
|
|
*
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy
2016-06-03
*
|
Issue #24225: Within idlelib files, update idlelib module names.
Terry Jan Reedy
2016-05-28
|
/
*
More idlelib cleanup inspired by pyflakes.
Terry Jan Reedy
2014-07-01
*
Issue #18910: test_textView - since all tests require 'gui', make root global.
Terry Jan Reedy
2014-06-06
*
whitespace
Terry Jan Reedy
2014-06-05
*
Issue #18910: Add unittest for textView. Patch by Phil Webster.
Terry Jan Reedy
2014-06-05