summaryrefslogtreecommitdiff
path: root/Tools/idle/RemoteInterp.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of old IDLE. Lib/idlelib rules!Guido van Rossum2003-06-141-341/+0
|
* Add back files that were accidentally deleted on the trunk rather thanGuido van Rossum2003-04-291-0/+341
| | | | on the idlefork-merge-branch as intended.
* Checking in IDLEFORK exactly as it appears in the idlefork CVS.Guido van Rossum2003-04-291-341/+0
| | | | On a branch, for now.
* Remove unnecessary importsNeal Norwitz2002-09-121-1/+0
|
* Whitespace normalization.Tim Peters2001-01-171-6/+5
|
* a simple client-server framework for executing code in a differentJeremy Hylton2000-03-091-0/+343
process not yet connected with IDLE