summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve exception handling.Kurt B. Kaiser2003-01-021-1/+2
|
* Improve exception handling.Kurt B. Kaiser2002-12-311-2/+2
|
* M PyShell.pyKurt B. Kaiser2002-12-241-2/+7
| | | | | | | | | | | | | | | | M idle M idle.py M idle.pyw M setup.py Switch back to installing IDLE as a package. The IDLE GUI and the subprocess will both attempt to start up via the package mechanism, but if IDLE is not yet installed it is possible to run by calling python idle.py in the IDLE source directory, or to add the source directory to sys.path. One advantage of doing it this way is IDLE stays off sys.path. Developed in collaboration with Tony Lownds.
* py-cvs-2001_07_13 (Rev 1.4) mergeKurt B. Kaiser2001-07-141-8/+0
| | | | | | | "Move the action of loading the configuration to the IdleConf module rather than the idle.py script. This has advantages and disadvantages; the biggest advantage being that we can more easily have an alternative main program." --GvR
* py-cvs merge, idle_dir loading changedSteven M. Gava2001-07-121-1/+1
|
* Initial revisionDavid Scherer2000-08-151-0/+12