]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
1. Restore the capability to run and debug without a subprocess.
authorKurt B. Kaiser <kbk@shore.net>
Thu, 15 May 2003 03:19:42 +0000 (03:19 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 15 May 2003 03:19:42 +0000 (03:19 +0000)
commit7f38ec0849fd2b19e660350c59d42b8b5cfae2d1
tree243051301d3e14045e8b118b83ab7fa7d8719e05
parentf655dff80782cd6bf59d64985299bd07546cb98b
1. Restore the capability to run and debug without a subprocess.
2. Add an indicator to the shell startup notice when running w/o
   subprocess.
3. Improve exception reporting when running a command or script from the
   command line.
4. Clarify the fact that breakpoints set or cleared after a file is
   saved will revert to the saved state if the file is closed without
   re-saving.
5. If user tries to exit or restart when user code is running, interrupt
   the user code.  This helps to eliminate occasional hanging
   subprocesses on Windows (except for Freddy :).

M NEWS.txt
M PyShell.py
M ScriptBinding.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py