Lines Matching full:shell

35 - help() was not paging to the shell.  Issue1650.
42 - Shell was not colorizing due to bug introduced at r57998, Bug 1586.
152 Shell hotkey from 's' to 'l'.
160 - Retrieval of previous shell command was not always preserving indentation
265 - The GUI was hanging if the shell window was closed while a raw_input()
306 - Redirect the warning stream to the shell during the ScriptBinding check of
311 The pane no longer appears in the shell window. Added capability to limit
312 extensions to shell window or editor windows. Noam Raphael addition
345 - Print correct exception even if source file changed since shell was
370 - Added a banner to the shell discussing warnings possibly raised by personal
404 - Printing the Shell window was failing if it was not saved first SF 748975
409 - The Python Shell entry was disappearing from the Windows menu.
430 - The current working directory of the execution environment (and shell
451 - Improved the RESTART annotation in the shell window when the user restarts
452 the shell while it is generating output. Also improved annotation when user
463 attempts to run some other module or restarts the shell. Do the same if
471 Removed the Shell menu when running in that mode. Updated help messages.
473 - Added a comment to the shell startup header to indicate when IDLE is not
507 - Attempting to save the shell raised an error related to saving
508 breakpoints, which are not implemented in the shell
513 - Eliminate extra blank line in shell output caused by not flushing
525 - Support subclassing of exceptions, including in the shell, by moving the
558 - Change default: IDLE now starts with Python Shell.
610 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
612 - Add the ability to restart the subprocess interpreter from the shell window;
613 add an associated menu entry "Shell/Restart" with binding Control-F6. Update
616 - Upon a restart, annotate the shell window with a "restart boundary". Add a
617 shell window menu "Shell/View Restart" with binding F6 to jump to the most
620 - Add Shell menu to Python Shell; change "Settings" to "Options".
647 of user code is to the shell, and the shell may be used to inspect the
648 environment after the run has finished. (In version 0.8.1 the shell
654 van Rossum's. GvR code has support for the IDLE debugger and uses the shell