Lines Matching refs:Shell
17 gh-103314 Support sys.last_exc after exceptions in Shell.
33 gh-95191: Include prompts when saving Shell (interactive input/output).
35 gh-95511: Fix the Shell context menu copy-with-prompts bug of copying
57 is now 'Exit IDLE' (by closing all windows). In Shell, 'quit()' and
58 'exit()' mean 'close Shell'. If there are no other windows,
80 bpo-40468: Split the settings dialog General tab into Windows and Shell/Ed
105 bpo-37892: Change Shell input indents from tabs to spaces. Shell input
108 bpo-37903: Move the Shell input prompt to a side bar.
116 bpo-43283: Document why printing to IDLE's Shell is often slower than
150 bpo-41775: Make 'IDLE Shell' the shell title.
262 bpo-38401: Shell restart lines now fill the window width, always start
335 to sys.argv. One can suppress the normal Shell main module restart.
383 bpo-35833: Revise IDLE doc for control codes sent to Shell.
399 bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell.
401 bpo-28097: Add Previous/Next History entries to Shell menu.
439 bpo-23220: Explain how IDLE's Shell displays output.
440 Add new subsection "User output in Shell".
452 bpo-1529353: Explain Shell text squeezing in the IDLE doc.
510 bpo-33856: Add 'help' to Shell's initial welcome message.
571 Like Python, IDLE optionally runs 1 startup file in the Shell window
620 Sys.ps1, if present, is read on Shell start-up, but is not set or changed.
704 Sort non-Help options into Window (Shell+Editor) and Editor (only).
895 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
1289 - Issue #14409: IDLE now properly executes commands in the Shell window