0000003b #ˆl–ßi~” Ji?u2 \¸®õ1hßÁ „mÆ_gÀ¿#ˆl–ßi~” Ji?u2 \¸®41hß „ Ï ŸÁÀ?÷Please refer to the IDLEfork and IDLE CVS repositories for change details subsequent to the 0.8.1 release. IDLEfork ChangeLog ================== 2001-07-20 11:35 elguavas * README.txt, NEWS.txt: bring up to date for 0.8.1 release 2001-07-19 16:40 elguavas * IDLEFORK.html: replaced by IDLEFORK-index.html 2001-07-19 16:39 elguavas * IDLEFORK-index.html: updated placeholder idlefork homepage 2001-07-19 14:49 elguavas * ChangeLog, EditorWindow.py, INSTALLATION, NEWS.txt, README.txt, TODO.txt, idlever.py: minor tidy-ups ready for 0.8.1 alpha tarball release 2001-07-17 15:12 kbk * INSTALLATION, setup.py: INSTALLATION: Remove the coexist.patch instructions **************** setup.py: Remove the idles script, add some words on IDLE Fork to the long_description, and clean up some line spacing. 2001-07-17 15:01 kbk * coexist.patch: Put this in the attic, at least for now... 2001-07-17 14:59 kbk * PyShell.py, idle, idles: Implement idle command interface as suggested by GvR [idle-dev] 16 July **************** PyShell: Added functionality: usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title] [arg] ... idle file(s) (without options) edit the file(s) -c cmd run the command in a shell -d enable the debugger -i open an interactive shell -i file(s) open a shell and also an editor window for each file -r script run a file as a script in a shell -s run $IDLESTARTUP or $PYTHONSTARTUP before anything else -t title set title of shell window Remaining arguments are applied to the command (-c) or script (-r). ****************** idles: Removed the idles script, not needed ****************** idle: Removed the IdleConf references, not required anymore 2001-07-16 17:08 kbk * INSTALLATION, coexist.patch: Added installation instructions. Added a patch which modifies idlefork so that it can co-exist with "official" IDLE in the site-packages directory. This patch is not necessary if only idlefork IDLE is installed. See INSTALLATION for further details. 2001-07-16 15:50 kbk * idles: Add a script "idles" which opens a Python Shell window. 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". 2001-07-16 15:25 kbk * PyShell.py: Call out IDLE Fork in startup message. 2001-07-16 14:00 kbk * PyShell.py, setup.py: Add a script "idles" which opens a Python Shell window. 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". 2001-07-15 03:06 kbk * pyclbr.py, tabnanny.py: tabnanny and pyclbr are now found in /Lib 2001-07-15 02:29 kbk * BrowserControl.py: Remove, was retained for 1.5.2 support 2001-07-14 15:48 kbk * setup.py: Installing Idle to site-packages via Distutils does not copy the Idle help.txt file. Ref SF Python Patch 422471 2001-07-14 15:26 kbk * keydefs.py: py-cvs-2001_07_13 (Rev 1.3) merge "Make copy, cut and paste events case insensitive. Reported by Patrick K. O'Brien on idle-dev. (Should other bindings follow suit?)" --GvR 2001-07-14 15:21 kbk * idle.py: py-cvs-2001_07_13 (Rev 1.4) merge "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 2001-07-14 15