summaryrefslogtreecommitdiff
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* - After an exception, run.py was not setting the exception vector. NoamKurt B. Kaiser2003-11-191-1/+2
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-221-0/+3
* Remove the 2.2 compatibility module boolcheck.py and related codeKurt B. Kaiser2003-06-141-2/+0
* Interrupt module has been folded into the thread moduleKurt B. Kaiser2003-06-131-5/+5
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-051-1/+3
* Modify the remote stack viewer to work in the threaded subprocess.Kurt B. Kaiser2003-06-021-3/+12
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-281-5/+17
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-24/+34
* Show Freddy the mirrorKurt B. Kaiser2003-05-171-7/+15
* On Windows the subprocess was not exiting during a restart.Kurt B. Kaiser2003-05-141-0/+2
* 1. RemoteDebugger now runs user code in subprocess MainThreadKurt B. Kaiser2003-05-121-53/+58
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-081-55/+75
* M PyShell.pyKurt B. Kaiser2003-03-221-9/+72
* M rpc.pyKurt B. Kaiser2003-03-111-1/+1
* SF 695861Kurt B. Kaiser2003-03-031-1/+11
* M rpc.pyKurt B. Kaiser2003-02-271-1/+45
* M NEWS.txtKurt B. Kaiser2003-02-171-0/+5
* Update way a subprocess is launched for Mac OS X.Tony Lownds2002-12-201-0/+2
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-101-15/+23
* 1. Revert subprocess environment clearing, will restart subprocessKurt B. Kaiser2002-08-251-11/+3
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-051-2/+2
* Reset the Python execution server environment to its initial value priorKurt B. Kaiser2002-07-281-3/+11
* Reverse the RPC socket connection: Python execution server connects toKurt B. Kaiser2002-07-261-1/+32
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-261-3/+7
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-2/+2
* GvR's rpc patchChui Tey2002-05-261-0/+49