]> granicus.if.org Git - python/commit
M NEWS.txt
authorKurt B. Kaiser <kbk@shore.net>
Mon, 17 Feb 2003 18:57:16 +0000 (18:57 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 17 Feb 2003 18:57:16 +0000 (18:57 +0000)
commit003091cd51c5278e3ef76b6db01bd719b8b1c416
treeafc0ea2b00d259d40f2eebd7beb33bd96a4b9eba
parentf927f14edab27b128b1962314c1cf7c10be73ac5
M NEWS.txt
M PyShell.py
M ScriptBinding.py
M rpc.py
M run.py

Clean up the way IDLEfork handles termination of the subprocess, restore
ability to interrupt user code in Windows (so long as it's doing terminal
I/O).

1. Handle subprocess interrupts in Windows with an RPC message.
2. Run/F5 will restart the subprocess even if user code is running.
3. Restart the subprocess if the link is dropped.
4. Exit IDLE cleanly even during I/O.
4. In rpc.py, remove explicit calls to statelock, let the condition
   variable handle acquire() and release().
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py