summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ScriptBinding.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 1. Revert subprocess environment clearing, will restart subprocessKurt B. Kaiser2002-08-251-2/+0
| | | | | | | | | | instead. 2. Preserve the Idle client's listening socket for reuse with the fresh subprocess. 3. Remove some unused rpc code, comment out additional unused code. Modified Files: ScriptBinding.py rpc.py run.py
* Reset the Python execution server environment to its initial value priorKurt B. Kaiser2002-07-281-1/+3
| | | | | | | to executing Run/F5 from an EditorWindow. M ScriptBinding.py : add call to clear_the_environment() M run.py : implemented Executive.clear_the_environment()
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-8/+9
| | | | code is directed to the Shell.
* GvR's rpc patchChui Tey2002-05-261-19/+36
|
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-6/+0
|
* py-cvs merge, better error dialogSteven M. Gava2001-07-121-3/+7
|
* Initial revisionDavid Scherer2000-08-151-0/+169