Lines Matching full:shell

112 <li>Python shell window (interactive interpreter) with colorizing
124 <p>IDLE has two main window types, the Shell window and the Editor window. It is
134 <div class="section" id="file-menu-shell-and-editor">
135 <h3>File menu (Shell and Editor)<a class="headerlink" href="#file-menu-shell-and-editor" title="Per…
149 tree structure. In the shell, open a module first.</dd>
172 <div class="section" id="edit-menu-shell-and-editor">
173 <h3>Edit menu (Shell and Editor)<a class="headerlink" href="#edit-menu-shell-and-editor" title="Per…
251 <dt>Python Shell</dt>
252 <dd>Open or wake up the Python Shell window.</dd>
260 <dd>Do Check Module (above). If no error, restart the shell to clean the
261 environment, then execute the module. Output is displayed in the Shell
263 When execution is complete, the Shell retains focus and displays a prompt.
269 <div class="section" id="shell-menu-shell-window-only">
270 <h3>Shell menu (Shell window only)<a class="headerlink" href="#shell-menu-shell-window-only" title=…
273 <dd>Scroll the shell window to the last Shell restart.</dd>
274 <dt>Restart Shell</dt>
275 <dd>Restart the shell to clean the environment.</dd>
284 <div class="section" id="debug-menu-shell-window-only">
285 <h3>Debug menu (Shell window only)<a class="headerlink" href="#debug-menu-shell-window-only" title=…
292 the Shell window and Output windows.</dd>
296 <dd>When activated, code entered in the Shell or run from an Editor will run
306 <div class="section" id="options-menu-shell-and-editor">
307 <h3>Options menu (Shell and Editor)<a class="headerlink" href="#options-menu-shell-and-editor" titl…
326 <div class="section" id="window-menu-shell-and-editor">
327 <h3>Window menu (Shell and Editor)<a class="headerlink" href="#window-menu-shell-and-editor" title=…
331 <div class="section" id="help-menu-shell-and-editor">
332 <h3>Help menu (Shell and Editor)<a class="headerlink" href="#help-menu-shell-and-editor" title="Per…
370 <p>Shell and Output windows also have the following.</p>
375 <p>The Shell window also has an output squeezing facility explained in the
376 the <em>Python Shell window</em> subsection below.</p>
439 Python Shell window by one tab). After certain keywords (break, return etc.)
442 Shell window one tab), number depends on Indent width. Currently, tabs
467 Shell. Two <kbd class="kbd docutils literal notranslate">tab</kbd> in a row will supply the curren…
496 <p>For example, restart the Shell and enter <code class="docutils literal notranslate"><span class=…
520 <div class="section" id="python-shell-window">
521 <h3>Python Shell window<a class="headerlink" href="#python-shell-window" title="Permalink to this h…
522 <p>With IDLE’s Shell, one enters, edits, and recalls complete statements.
524 <p>When one pastes code into Shell, it is not compiled and possibly executed
526 If one pastes more that one statement into Shell, the result will be a
529 code interactively. IDLE’s Shell window also responds to the following keys.</p>
549 For the shell, these are shell output, shell error, user output, and
550 user error. For Python code, at the shell prompt or in an editor, these are
568 shell, or for executing import statements to import common modules.</p>
573 functions to be used from IDLE’s Python shell.</p>
578 -c command run command in the shell window
579 -d enable debugger and open shell window
582 -i open shell window
583 -r file run file in shell window
584 -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
585 -t title set title of shell window
586 - run stdin in shell (- must be last option before args)
602 code execution process. A connection must be established whenever the Shell
625 the error box or Restart Shell on the Shell menu may fix a temporary problem.</p>
644 the user interface process that runs the shell and editor. In the execution
646 with objects that get input from and send output to the Shell window.
649 <p>When Shell has the focus, it controls the keyboard and screen. This is
663 <div class="section" id="user-output-in-shell">
664 <h3>User output in Shell<a class="headerlink" href="#user-output-in-shell" title="Permalink to this…
667 …an class="pre">sys.stderr</span></code> are connected to the display area of IDLE’s Shell. Some of
669 are programmed additions. Where it matters, Shell is designed for development
671 <p>For instance, Shell never throws away output. A program that sends unlimited
672 output to Shell will eventually fill memory, resulting in a memory error.
676 <p>A Tk Text widget, and hence IDLE’s Shell, displays characters (codepoints)
708 <p>Shell has a special facility for squeezing output lines down to a
731 …s="docutils literal notranslate"><span class="pre">&gt;&gt;&gt;</span></code> shell prompt does not
735 the mainloop call. One then gets a shell prompt immediately and can
794 monospaced fonts. If particular characters have problems in Shell or an
829 <li><a class="reference internal" href="#file-menu-shell-and-editor">File menu (Shell and Editor)</…
830 <li><a class="reference internal" href="#edit-menu-shell-and-editor">Edit menu (Shell and Editor)</…
833 <li><a class="reference internal" href="#shell-menu-shell-window-only">Shell menu (Shell window onl…
834 <li><a class="reference internal" href="#debug-menu-shell-window-only">Debug menu (Shell window onl…
835 <li><a class="reference internal" href="#options-menu-shell-and-editor">Options menu (Shell and Edi…
836 <li><a class="reference internal" href="#window-menu-shell-and-editor">Window menu (Shell and Edito…
837 <li><a class="reference internal" href="#help-menu-shell-and-editor">Help menu (Shell and Editor)</…
848 <li><a class="reference internal" href="#python-shell-window">Python Shell window</a></li>
856 <li><a class="reference internal" href="#user-output-in-shell">User output in Shell</a></li>