]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Sep 2018 12:38:45 +0000 (05:38 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 12:38:45 +0000 (05:38 -0700)
commit321f28c5f4b7361fa1b6330697b28481b4565ec8
tree15d17605ff581a93b1d6bf17789308686cd13f09
parentdb23206367e2bfbbdfb29b7699f25a14ba353ae7
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)

(cherry picked from commit 604e7b9931f9e7881a2941816e538f5f15930db8)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/config-main.def
Lib/idlelib/configdialog.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_config.py
Lib/idlelib/idle_test/test_squeezer.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_textview.py
Lib/idlelib/pyshell.py
Lib/idlelib/squeezer.py [new file with mode: 0644]
Lib/idlelib/textview.py
Misc/NEWS.d/next/IDLE/2018-08-13-16-31-24.bpo-1529353.wXfQJk.rst [new file with mode: 0644]