summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
...
* No longer needed.Kurt B. Kaiser2003-06-121-4/+0
* aboutDialog.py:Kurt B. Kaiser2003-06-122-99/+122
* 1. Remove the Readme entry on the Help Menu, now in About dialog.Kurt B. Kaiser2003-06-122-9/+1
* Direct readers to CVS logs.Kurt B. Kaiser2003-06-121-0/+4
* It /is/ a package...Kurt B. Kaiser2003-06-121-1/+1
* Updated for IDLEfork re-integrationKurt B. Kaiser2003-06-122-48/+66
* Will use the Python LICENSE file instead.Kurt B. Kaiser2003-06-121-51/+0
* Remove setup file, no longer needed.Kurt B. Kaiser2003-06-121-118/+0
* Remove unneeded MANIFEST template.Kurt B. Kaiser2003-06-121-11/+0
* Remove unneeded installation instructions.Kurt B. Kaiser2003-06-121-92/+0
* Update version.Kurt B. Kaiser2003-06-121-1/+1
* 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