]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Jan 2019 16:43:08 +0000 (08:43 -0800)
committerGitHub <noreply@github.com>
Sun, 13 Jan 2019 16:43:08 +0000 (08:43 -0800)
commit47bd7770229b5238a438703ee1d52da2e983ec9e
tree9e033e7b97fba6aebe843f40ecbebd2e2564fc03
parent678c5c07521caca809b1356d954975e6234c49ae
bpo-35196: Optimize Squeezer's write() interception (GH-10454)

The new functionality of Squeezer.reload() is also tested, along with some general
re-working of the tests in test_squeezer.py.
(cherry picked from commit 39a33e99270848d34628cdbb1fdb727f9ede502a)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_squeezer.py
Lib/idlelib/pyshell.py
Lib/idlelib/squeezer.py
Misc/NEWS.d/next/IDLE/2018-12-27-17-46-42.bpo-35196.9E-xUh.rst [new file with mode: 0644]