]> 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:39:12 +0000 (05:39 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 12:39:12 +0000 (05:39 -0700)
commit0b3e1208033aa1eb5452afe9387f86f299ef24e5
tree8a5e66c580f7409caf6367c9c10fa9aa1e4ea185
parent936d740ac0308fdcb87c11cbe87962d4fe06f5ab
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]