]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
1. RemoteDebugger now runs user code in subprocess MainThread
authorKurt B. Kaiser <kbk@shore.net>
Mon, 12 May 2003 02:33:47 +0000 (02:33 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 12 May 2003 02:33:47 +0000 (02:33 +0000)
commit9ec454ec00088e051195e80363499a14cafc131a
tree2bb4d5c15dda1bd85e201951a8777136fc49841d
parent8f51526837b7edae4a4424657f0105b35e1c4648
1. RemoteDebugger now runs user code in subprocess MainThread
2. run.py: move exception printing to toplevel to allow access from main()
3. Clarification in PyShell.py: when the subprocess is restarted, the
   debugger GUI is reused with a fresh instance of the subprocess
   debugger.

M PyShell.py
M RemoteDebugger.py
M run.py
Lib/idlelib/PyShell.py
Lib/idlelib/RemoteDebugger.py
Lib/idlelib/run.py