| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | INSTALLATION: Remove the coexist.patch instructions | Kurt B. Kaiser | 2001-07-17 | 1 | -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. Kaiser | 2001-07-16 | 1 | -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 not | Kurt B. Kaiser | 2001-07-14 | 1 | -1/+1 |
| | | | | | | | copy the Idle help.txt file. Ref SF Python Patch 422471 | ||||
| * | Initial revision | Steven M. Gava | 2001-06-25 | 1 | -0/+81 |
