summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* _finally_ tracked down and eliminated a major problemSteven M. Gava2002-03-271-4/+7
* First work on making config changes dynamic,Steven M. Gava2002-03-021-12/+16
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-4/+2
* back in harness on new config systemSteven M. Gava2001-11-211-1/+1
* further config system workSteven M. Gava2001-11-041-8/+9
* merged port binding error message patchSteven M. Gava2001-10-071-14/+33
* Implement idle command interface as suggested by GvR [idle-dev] 16 JulyKurt B. Kaiser2001-07-171-16/+25
* Call out IDLE Fork in startup message.Kurt B. Kaiser2001-07-161-1/+1
* Add a script "idles" which opens a Python Shell window.Kurt B. Kaiser2001-07-161-11/+11
* py-cvs-2001_07_13 (Rev 1.34) mergeKurt B. Kaiser2001-07-141-1/+1
* cvs-py-rel2_1 (Rev 1.29 - 1.33) mergeKurt B. Kaiser2001-07-141-11/+25