commit | a00050f209acf2201b2382f9d534a2595bacf5c3 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Thu May 08 20:26:55 2003 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Thu May 08 20:26:55 2003 +0000 |
tree | c3b85c94b6edeaca2174e6a96e1fb6af421ecfd1 | |
parent | c4607dadce95073361a091d2c4cef42de5be44a3 [diff] |
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