summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle.pyw
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in Rev 1.10 - Windows can't handle a leading ':' if theKurt B. Kaiser2003-05-241-1/+4
| | | | | | user's PYTHONPATH is empty (though Linux can). Modified Files: idle idle.py idle.pyw
* Let Python inform the user what went wrong with the import.Kurt B. Kaiser2003-05-191-1/+1
| | | | | Modified Files: idle idle.py idle.pyw
* Noam Raphael's patch.Kurt B. Kaiser2003-05-171-4/+12
| | | | | | | | | | | | | | | | SF Patch 686254 "Run IDLEfork from any directory without set-up" Allows IDLE to run when not installed and cwd is not the IDLE directory. I took the liberty of moving it to the startup scripts since once IDLEfork is again a part of Python it will be superfluous and I don't want it to be forgotten. But it is very useful for those using IDLEfork standalone! M CREDITS.txt M NEWS.txt M idle M idle.py M idle.pyw
* 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.
* SF Bug #611225.Kurt B. Kaiser2002-09-191-8/+0
| | | | | Bring idle.pyw into alignment with idle.py, eliminate calling deleted module IdleConf.py
* Initial revisionDavid Scherer2000-08-151-0/+12