summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_tree.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)GeeTransit2019-09-051-1/+28
| | | | Modify the wheel event handler so it can also be used for module, path, and stack browsers. Patch by George Zhang.
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-191-4/+2
| | | | | Part 3 of 3, continuing PR #7689. This covers 14 idlelib modules and their tests, rpc to zoomheight except for run (already done) and tooltip (being done separately).
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
|
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-101-0/+36
Where needed, add minimal tests to cover changes.