]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
authorTal Einat <taleinat+github@gmail.com>
Sun, 13 Jan 2019 15:01:50 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Jan 2019 15:01:50 +0000 (17:01 +0200)
commit39a33e99270848d34628cdbb1fdb727f9ede502a
tree37e17a396741a0a98790b2bbcd6a24e2e730adca
parent995d9b92979768125ced4da3a56f755bcdf80f6e
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.
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]