]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
authorTal Einat <532281+taleinat@users.noreply.github.com>
Wed, 28 Apr 2021 22:27:55 +0000 (01:27 +0300)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 22:27:55 +0000 (18:27 -0400)
commit15d386185659683fc044ccaa300aa8cd7d49cc1a
tree6fac7df4ac125b39648d8f0d7fbb008212dc6ba8
parent103d5e420dd90489933ad9da8bb1d6008773384d
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)

The first followup will change shell indents to spaces.
More are expected.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
14 files changed:
Lib/idlelib/colorizer.py
Lib/idlelib/editor.py
Lib/idlelib/history.py
Lib/idlelib/idle_test/test_editor.py
Lib/idlelib/idle_test/test_pyshell.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/idle_test/test_squeezer.py
Lib/idlelib/idle_test/tkinter_testing_utils.py [new file with mode: 0644]
Lib/idlelib/percolator.py
Lib/idlelib/pyshell.py
Lib/idlelib/replace.py
Lib/idlelib/sidebar.py
Lib/idlelib/squeezer.py
Misc/NEWS.d/next/IDLE/2019-08-24-23-49-36.bpo-37903.4xjast.rst [new file with mode: 0644]