summaryrefslogtreecommitdiff
path: root/Lib/idlelib/squeezer.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35196: Optimize Squeezer's write() interception (GH-10454)Tal Einat2019-01-131-83/+107
| | | | The new functionality of Squeezer.reload() is also tested, along with some general re-working of the tests in test_squeezer.py.
* bpo-35208: Fix IDLE Squeezer line counting (GH-10449)Tal Einat2018-12-241-12/+10
|
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Tal Einat2018-09-251-0/+355