• Home
  • Raw
  • Download

Lines Matching refs:IDLE

3 IDLE  title
7 single: IDLE
13 IDLE is Python's Integrated Development and Learning Environment.
15 IDLE has the following features:
38 IDLE has two main window types, the Shell window and the Editor window. It is
44 IDLE's menus dynamically change based on which window is currently selected.
95 Close all windows and quit IDLE (ask to save unsaved windows).
202 module has not been saved IDLE will either prompt the user to save or
257 Configure IDLE
262 menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,
279 Configure IDLE dialog.
287 About IDLE
290 IDLE Help
291 Display a help file for IDLE detailing the menu options, basic editing and
301 Additional help sources may be added here with the Configure IDLE dialog under
383 may work. Keybindings are selected in the Configure IDLE dialog.
436 Note that IDLE itself places quite a few modules in sys.modules, so
500 visible. To change the color scheme, use the Configure IDLE dialog
508 Upon startup with the ``-s`` option, IDLE will execute the file referenced by
510 IDLE first checks for ``IDLESTARTUP``; if ``IDLESTARTUP`` is present the file
511 referenced is run. If ``IDLESTARTUP`` is not present, IDLE checks for
513 convenient places to store functions that are used frequently from the IDLE
520 functions to be used from IDLE's Python shell.
548 ``sys.argv`` reflects the arguments passed to IDLE itself.
551 IDLE-console differences
554 As much as possible, the result of executing Python code with IDLE is the
559 IDLE also replaces ``sys.stdin``, ``sys.stdout``, and ``sys.stderr`` with
564 IDLE's changes are lost and things like ``input``, ``raw_input``, and
567 With IDLE's Shell, one enters, edits, and recalls complete statements.
568 Some consoles only work with a single physical line at a time. IDLE uses
575 By default, IDLE executes user code in a separate subprocess via a socket,
586 If IDLE is started with the -n command line switch it will run in a
590 in this mode user code is not isolated from IDLE itself. Also, the
594 are to take effect. For these reasons, it is preferable to run IDLE
606 IDLE includes a help menu entry called "Python Docs" that will open the
609 Configure IDLE dialog. See the IDLE help option in the help menu of IDLE for
617 changed via Configure IDLE on the Option menu. Keys can be user defined;
618 IDLE ships with four built-in key sets. In addition, a user can create a
619 custom key set in the Configure IDLE dialog under the keys tab.
625 IDLE contains an extension facility. Preferences for extensions can be