]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
1. Implement processing of user code in subprocess MainThread. Pass loop
authorKurt B. Kaiser <kbk@shore.net>
Thu, 8 May 2003 20:26:55 +0000 (20:26 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 8 May 2003 20:26:55 +0000 (20:26 +0000)
commita00050f209acf2201b2382f9d534a2595bacf5c3
treec3b85c94b6edeaca2174e6a96e1fb6af421ecfd1
parentc4607dadce95073361a091d2c4cef42de5be44a3
1. Implement processing of user code in subprocess MainThread.  Pass loop
   is now interruptable on Windows.
2. Tweak signal.signal() wait parameters as called by various methods
   to improve I/O response, especially on Windows.
3. Debugger is disabled at this check-in pending further development.

M NEWS.txt
M PyShell.py
M rpc.py
M run.py
Lib/idlelib/NEWS.txt
Lib/idlelib/PyShell.py
Lib/idlelib/rpc.py
Lib/idlelib/run.py