summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-283-8/+24
* Whitespace NormalizationKurt B. Kaiser2003-05-263-7/+7
* 1. SF Bug 661676Kurt B. Kaiser2003-05-262-8/+11
* Bruce Sherwood RFE/PatchKurt B. Kaiser2003-05-263-23/+60
* Improved the RESTART annotation in the shell window when the userKurt B. Kaiser2003-05-241-0/+9
* Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if theKurt B. Kaiser2003-05-243-3/+12
* 1. Stake Freddy.Kurt B. Kaiser2003-05-244-64/+57
* Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell untilKurt B. Kaiser2003-05-191-5/+11
* Let Python inform the user what went wrong with the import.Kurt B. Kaiser2003-05-193-3/+3
* Whitespace NormalizationKurt B. Kaiser2003-05-181-29/+29
* Whitespace NormalizationKurt B. Kaiser2003-05-184-23/+23
* Show Freddy the mirrorKurt B. Kaiser2003-05-171-7/+15
* Added icon for IDLE on OS XTony Lownds2003-05-172-0/+1
* Nigel Rowe's PatchKurt B. Kaiser2003-05-171-5/+5
* Noam Raphael's patch.Kurt B. Kaiser2003-05-175-14/+52
* 1. When a module is run from an EditorWindow, if its directory is not inKurt B. Kaiser2003-05-152-5/+19
* 1. Add a command line switch to run without the subprocessKurt B. Kaiser2003-05-152-18/+33
* 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-153-54/+98
* On Windows the subprocess was not exiting during a restart.Kurt B. Kaiser2003-05-141-0/+2
* 1. The command-line arguments for subprocesses no longer need to beTony Lownds2003-05-134-64/+35
* Update for SF 71033 and changes to subprocess threadingKurt B. Kaiser2003-05-121-1/+13
* 1. RemoteDebugger now runs user code in subprocess MainThreadKurt B. Kaiser2003-05-123-54/+61
* [ SF 710733 - Martin v. Loewis] Improving source encoding dialogKurt B. Kaiser2003-05-103-13/+101
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-103-33/+17
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-084-193/+267
* New feature: when saving a file, keep the eol convention of theGuido van Rossum2003-04-251-3/+11
* Update for release into PythonKurt B. Kaiser2003-04-252-2/+2
* Update for 2.3b1Kurt B. Kaiser2003-04-254-15/+18
* Correct error in last checkin noticed by Neal Norwitz. And some more.Kurt B. Kaiser2003-03-221-4/+4
* M PyShell.pyKurt B. Kaiser2003-03-222-19/+95
* Improve error message handling.Kurt B. Kaiser2003-03-221-3/+21
* Move setting of ioready 'wait' earlier in call chain, toKurt B. Kaiser2003-03-122-8/+24
* M rpc.pyKurt B. Kaiser2003-03-112-4/+4
* M PyShell.pyKurt B. Kaiser2003-03-102-1/+6
* A interruptmodule.cKurt B. Kaiser2003-03-102-1/+51
* Attempting to save the shell raised an error related to savingKurt B. Kaiser2003-03-041-2/+8
* SF 693333Kurt B. Kaiser2003-03-041-0/+3
* SF 695861Kurt B. Kaiser2003-03-031-1/+11
* M rpc.pyKurt B. Kaiser2003-02-272-43/+46
* M NEWS.txtKurt B. Kaiser2003-02-175-63/+149
* M PyShell.pyKurt B. Kaiser2003-01-312-84/+42
* Update for release.Kurt B. Kaiser2003-01-273-13/+39
* Whitespace normalization.Kurt B. Kaiser2003-01-273-4/+4
* Update.Kurt B. Kaiser2003-01-261-7/+9
* M ScriptBinding.pyKurt B. Kaiser2003-01-263-55/+65
* M PyShell.pyKurt B. Kaiser2003-01-253-40/+45
* 1. Eliminate putrequest(): only used in asynccall(), merge it there.Kurt B. Kaiser2003-01-251-19/+36
* Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,Kurt B. Kaiser2003-01-221-2/+2
* M Bindings.pyKurt B. Kaiser2003-01-224-24/+34