summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
Commit message (Expand)AuthorAgeFilesLines
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-221-4/+12
* Support testing in .../Lib/idlelib when calling <python PyShell.py>Kurt B. Kaiser2003-06-151-0/+1
* Remove the 2.2 compatibility module boolcheck.py and related codeKurt B. Kaiser2003-06-141-3/+0
* Remove reference to IDLEforkKurt B. Kaiser2003-06-141-1/+1
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-051-1/+2
* Modify the remote stack viewer to work in the threaded subprocess.Kurt B. Kaiser2003-06-021-0/+14
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-281-3/+6
* Whitespace NormalizationKurt B. Kaiser2003-05-261-1/+1
* Improved the RESTART annotation in the shell window when the userKurt B. Kaiser2003-05-241-0/+9
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-23/+22
* Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell untilKurt B. Kaiser2003-05-191-5/+11
* 1. When a module is run from an EditorWindow, if its directory is not inKurt B. Kaiser2003-05-151-3/+16
* 1. Add a command line switch to run without the subprocessKurt B. Kaiser2003-05-151-18/+20
* 1. Make the startup more robust by not spawning the subprocess if IDLEKurt B. Kaiser2003-05-151-6/+3
* 1. Restore the capability to run and debug without a subprocess.Kurt B. Kaiser2003-05-151-51/+68
* 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