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
/
textview.py
Commit message (
Collapse
)
Author
Age
*
bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)
Terry Jan Reedy
2017-09-30
|
*
bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. ↵
csabella
2017-06-29
|
|
|
|
|
|
|
(#2283) Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes so that instances of the latter two can be placed with other widgets within a multiframe window. Patch by Cheryl Sabella.
*
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
csabella
2017-05-28
|
|
|
|
|
Patch by Cheryl Sabella.
*
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
|
*
Improve idlelib.textview comments.
Terry Jan Reedy
2016-08-31
|
*
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy
2016-08-31
|
*
Issue #27365: revert temporary rename
Terry Jan Reedy
2016-06-22
|
*
Issue #27365: temporary rename
Terry Jan Reedy
2016-06-22
|
*
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Terry Jan Reedy
2016-06-10
|
|
|
|
Where needed, add minimal tests to cover changes.
*
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
Terry Jan Reedy
2016-05-22