summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* 1. The command-line arguments for subprocesses no longer need to beTony Lownds2003-05-131-22/+8
* 1. RemoteDebugger now runs user code in subprocess MainThreadKurt B. Kaiser2003-05-121-0/+2
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-101-1/+1
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-081-81/+37
* M PyShell.pyKurt B. Kaiser2003-03-221-10/+23
* M PyShell.pyKurt B. Kaiser2003-03-101-1/+4
* SF 693333Kurt B. Kaiser2003-03-041-0/+3
* M NEWS.txtKurt B. Kaiser2003-02-171-34/+75
* M PyShell.pyKurt B. Kaiser2003-01-311-47/+1
* M PyShell.pyKurt B. Kaiser2003-01-251-33/+35
* M Bindings.pyKurt B. Kaiser2003-01-221-2/+4
* M AutoExpand.pyKurt B. Kaiser2003-01-041-3/+19
* Whitespace NormalizationKurt B. Kaiser2002-12-311-17/+17
* M EditorWindow.pyKurt B. Kaiser2002-12-291-9/+12
* Move boolcheck before import of other IDLE modulesTony Lownds2002-12-241-3/+3
* M PyShell.pyKurt B. Kaiser2002-12-241-3/+9
* IDLE should exit if it fails to connect with the execution serverKurt B. Kaiser2002-12-241-1/+1
* 1. RPC stack levels were not pruned from traceback unless IDLE was startedKurt B. Kaiser2002-12-241-12/+27
* Move boolcheck to PyShellTony Lownds2002-12-231-0/+2
* M MANIFEST.inKurt B. Kaiser2002-12-231-1/+1
* When IDLE is installed and run from a startup script, the script'sKurt B. Kaiser2002-12-211-0/+5
* M PyShell.pyKurt B. Kaiser2002-12-211-0/+2
* Update way a subprocess is launched for Mac OS X.Tony Lownds2002-12-201-14/+18
* M ColorDelegator.pyKurt B. Kaiser2002-12-171-1/+0
* M EditorWindow.pyKurt B. Kaiser2002-12-161-3/+8
* M Debugger.pyKurt B. Kaiser2002-12-141-33/+63
* Rework the command line interface, incorporating the shell/editKurt B. Kaiser2002-12-111-72/+136
* M PyShell.pyKurt B. Kaiser2002-12-061-5/+19
* Add missing self for method callNeal Norwitz2002-11-301-2/+2
* M PyShell.pyKurt B. Kaiser2002-11-301-16/+18
* Correct an error introduced at Rev 1.30. The keyword arg is necessaryKurt B. Kaiser2002-11-291-6/+8
* Set breakpoints on remote debuggerChui Tey2002-11-041-8/+9
* Recalls breakpoints set in a fileChui Tey2002-11-041-7/+57
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-231-34/+96
* M CallTips.py Add support for getting calltip from subprocess,Kurt B. Kaiser2002-10-101-10/+7
* Finding a suitable interpreter to spawn needed tweaking on the MacTony Lownds2002-09-291-4/+17
* Fix bug I created during merge from Python-idle.Kurt B. Kaiser2002-09-231-2/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+2
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-7/+17
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-40/+4
* M PyShell.pyKurt B. Kaiser2002-09-051-15/+31
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-051-5/+3
* Reverse the RPC socket connection: Python execution server connects toKurt B. Kaiser2002-07-261-6/+12
* 1. Prevent Undo before IOmark in PyShell.PyShellKurt B. Kaiser2002-07-111-3/+10
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-261-4/+5
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-241-27/+26
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-201-1/+10
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-0/+3
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-209/+106
* GvR's rpc patchChui Tey2002-05-261-17/+188