summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* SF 748975 Printing unsaved shell failsKurt B. Kaiser2003-06-091-2/+6
* 1. Find in Files Dialog shows text selection if there is oneKurt B. Kaiser2003-06-072-6/+4
* 1. Update WindowList registry when filename changes so thatKurt B. Kaiser2003-06-063-7/+4
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-053-4/+8
* Change to <<open-module>>: always pop up the dialog, using the currentGuido van Rossum2003-06-051-8/+7
* SF 747667 Error Doesn't DecolorizeKurt B. Kaiser2003-06-051-1/+6
* SF 748973 Guido van Rossum patchKurt B. Kaiser2003-06-053-8/+21
* Eliminate the Revert to Default Settings submenu of Option menu.Kurt B. Kaiser2003-06-021-2/+2
* Modify the remote stack viewer to work in the threaded subprocess.Kurt B. Kaiser2003-06-022-3/+26
* Update for releaseKurt B. Kaiser2003-06-013-31/+52
* Set the default for delete-exitfunc in config-main.def to True to handleKurt B. Kaiser2003-06-011-1/+1
* SF 745525Kurt B. Kaiser2003-05-311-3/+14
* Update for releaseKurt B. Kaiser2003-05-305-45/+78
* 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