summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* INSTALLATION: Remove the coexist.patch instructionsKurt B. Kaiser2001-07-171-4/+9
| | | | | | | | **************** setup.py: Remove the idles script, add some words on IDLE Fork to the long_description, and clean up some line spacing.
* Add a script "idles" which opens a Python Shell window.Kurt B. Kaiser2001-07-161-1/+1
| | | | | | | | | The default behaviour of idlefork idle is to open an editor window instead of a shell. Complex expressions may be run in a fresh environment by selecting "run". There are times, however, when a shell is desired. Though one can be started by "idle -t 'foo'", this script is more convenient. In addition, a shell and an editor window can be started in parallel by "idles -e foo.py".
* Installing Idle to site-packages via Distutils does notKurt B. Kaiser2001-07-141-1/+1
| | | | | | copy the Idle help.txt file. Ref SF Python Patch 422471
* Initial revisionSteven M. Gava2001-06-251-0/+81