Lines Matching refs:Shell
42 IDLE has two main window types, the Shell window and the Editor window. It is
55 File menu (Shell and Editor)
105 Edit menu (Shell and Editor)
202 including lines within multiline strings. Except for Shell windows,
215 environment, then execute the module. Output is displayed in the Shell
217 When execution is complete, the Shell retains focus and displays a prompt.
227 on a command line. The module can be run in the Shell without restarting.
240 Python Shell
241 Open or wake up the Python Shell window.
244 Shell menu (Shell window only)
248 Scroll the shell window to the last Shell restart.
250 Restart Shell
262 Debug menu (Shell window only)
270 the Shell window and Output windows.
277 When activated, code entered in the Shell or run from an Editor will run
288 Options menu (Shell and Editor)
321 Window menu (Shell and Editor)
327 Help menu (Shell and Editor)
381 Shell and Output windows also have the following.
386 The Shell window also has an output squeezing facility explained in the *Python
387 Shell window* subsection below.
460 Python Shell window by one tab). After certain keywords (break, return etc.)
463 Shell window one tab), number depends on Indent width. Currently, tabs
497 Shell. Two :kbd:`tab` in a row will supply the current ACW selection, as
536 For example, restart the Shell and enter ``itertools.count(``. A calltip
565 Python Shell window
568 With IDLE's Shell, one enters, edits, and recalls complete statements.
571 When one pastes code into Shell, it is not compiled and possibly executed
573 If one pastes more that one statement into Shell, the result will be a
577 code interactively. IDLE's Shell window also responds to the following keys.
658 code execution process. A connection must be established whenever the Shell
685 the error box or Restart Shell on the Shell menu may fix a temporary problem.
710 with objects that get input from and send output to the Shell window.
714 When Shell has the focus, it controls the keyboard and screen. This is
735 returns to a Shell prompt instead of exiting.
737 User output in Shell
742 and ``sys.stderr`` are connected to the display area of IDLE's Shell. Some of
744 are programmed additions. Where it matters, Shell is designed for development
747 For instance, Shell never throws away output. A program that sends unlimited
748 output to Shell will eventually fill memory, resulting in a memory error.
753 A Tk Text widget, and hence IDLE's Shell, displays characters (codepoints) in
786 Shell has a special facility for squeezing output lines down to a
888 monospaced fonts. If particular characters have problems in Shell or an