summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Collapse)AuthorAgeFilesLines
* Documentation patches by bsherwoodChui Tey2001-10-311-4/+13
|
* more loading from cfg filesSteven M. Gava2001-10-291-17/+61
|
* more of config dialog reading from filesSteven M. Gava2001-10-294-38/+82
|
* further work supporting reading config dialog values form config files.Steven M. Gava2001-10-261-20/+40
|
* dynamic option menu widget.Steven M. Gava2001-10-261-0/+34
|
* further work on loading config dialog values from the config filesSteven M. Gava2001-10-261-61/+15
|
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-233-30/+108
|
* merged port binding error message patchSteven M. Gava2001-10-071-14/+33
|
* merged win spawn patchSteven M. Gava2001-10-071-1/+1
|
* merged status bar packing patchSteven M. Gava2001-10-071-2/+4
|
* start of new config handling stuffSteven M. Gava2001-09-246-48/+468
|
* further work on font config and general feel improvementsSteven M. Gava2001-08-131-21/+24
|
* removed some cruftSteven M. Gava2001-08-121-7/+0
|
* repair posix fonts fixSteven M. Gava2001-08-112-38/+66
|
* support for help menu changesSteven M. Gava2001-08-111-0/+5
|
* some re-designSteven M. Gava2001-08-111-18/+27
|
* supports about changesSteven M. Gava2001-08-111-0/+50
|
* adjust help menu bindingsSteven M. Gava2001-08-111-0/+1
|
* beginning of work on the conf. handling smartsSteven M. Gava2001-08-081-11/+25
|
* more fleshing out, this time primarily the 'general' pageSteven M. Gava2001-08-071-2/+73
|
* began font / indentation pageSteven M. Gava2001-08-051-7/+85
|
* further work on keybinding pageSteven M. Gava2001-08-041-29/+119
|
* further work on config dialog, particularly highligthing configSteven M. Gava2001-08-031-34/+146
|
* A more lightweight (and read only) way to view help textSteven M. Gava2001-07-311-38/+4
| | | | | until the new help system is implemented. Removed some commented cruft.
* indentation style changed to match existing sourceSteven M. Gava2001-07-312-174/+174
|
* improve viewfile handlingSteven M. Gava2001-07-311-113/+118
| | | | indentation style changed to match existing source
* activate new about dialog for testingSteven M. Gava2001-07-311-5/+7
|
* removed redundant separate idlfefork verSteven M. Gava2001-07-311-2/+1
|
* some new dialogs and support files for new about and configuration ↵Steven M. Gava2001-07-314-0/+365
| | | | implementations
* updated about info for 0.8.1 releaseSteven M. Gava2001-07-211-3/+3
|
* new material for 0.8.1 releaseSteven M. Gava2001-07-212-9/+30
|
* update in preparation for 0.8.1 alpha releaseSteven M. Gava2001-07-201-0/+567
|
* bring up to date for 0.8.1 releaseSteven M. Gava2001-07-202-4/+74
|
* minor tidy-ups ready for 0.8.1 alpha tarball releaseSteven M. Gava2001-07-197-9/+31
|
* INSTALLATION: Remove the coexist.patch instructionsKurt B. Kaiser2001-07-172-21/+10
| | | | | | | | **************** setup.py: Remove the idles script, add some words on IDLE Fork to the long_description, and clean up some line spacing.
* Put this in the attic, at least for now...Kurt B. Kaiser2001-07-171-186/+0
|
* Implement idle command interface as suggested by GvR [idle-dev] 16 JulyKurt B. Kaiser2001-07-173-38/+26
| | | | | | | | | | | | | | | | | | | | | | | | | **************** 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
* Added installation instructions.Kurt B. Kaiser2001-07-162-0/+240
| | | | | | | 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.
* Add a script "idles" which opens a Python Shell window.Kurt B. Kaiser2001-07-161-0/+13
| | | | | | | | | 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".
* Call out IDLE Fork in startup message.Kurt B. Kaiser2001-07-161-1/+1
|
* Add a script "idles" which opens a Python Shell window.Kurt B. Kaiser2001-07-162-12/+12
| | | | | | | | | 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".
* tabnanny and pyclbr are now found in /LibKurt B. Kaiser2001-07-142-708/+0
|
* Remove, was retained for 1.5.2 supportKurt B. Kaiser2001-07-141-157/+0
|
* 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
* py-cvs-2001_07_13 (Rev 1.3) mergeKurt B. Kaiser2001-07-141-3/+3
| | | | | "Make copy, cut and paste events case insensitive. Reported by Patrick K. O'Brien on idle-dev. (Should other bindings follow suit?)" --GvR
* 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-2001_07_13 (Rev 1.4) mergeKurt B. Kaiser2001-07-141-6/+20
| | | | | "Quick update to the extension mechanism (extend.py is gone, long live config.txt)" --GvR
* py-cvs-2001_07_13 (Rev 1.16) mergeKurt B. Kaiser2001-07-141-11/+23
| | | | | "Refactored, with some future plans in mind. This now uses the new gotofileline() method defined in FileList.py" --GvR
* py-cvs-2001_07_13 (Rev 1.34) mergeKurt B. Kaiser2001-07-141-1/+1
| | | | | | | | | | | | | | | | "Amazing. A very subtle change in policy in descr-branch actually found a bug here. Here's the deal: Class PyShell derives from class OutputWindow. Method PyShell.close() wants to invoke its parent method, but because PyShell long ago was inherited from class PyShellEditorWindow, it invokes PyShelEditorWindow.close(self). Now, class PyShellEditorWindow itself derives from class OutputWindow, and inherits the close() method from there without overriding it. Under the old rules, PyShellEditorWindow.close would return an unbound method restricted to the class that defined the implementation of close(), which was OutputWindow.close. Under the new rules, the unbound method is restricted to the class whose method was requested, that is PyShellEditorWindow, and this was correctly trapped as an error." --GvR
* py-cvs-2001_07_13 (Rel 1.9) mergeKurt B. Kaiser2001-07-141-0/+1
| | | | | | | | | "Taught IDLE's autoident parser that "yield" is a keyword that begins a stmt. Along w/ the preceding change to keyword.py, making all this work w/ a future-stmt just looks harder and harder." --tim_one (From Rel 1.8: "Hack to make this still work with Python 1.5.2. ;-( " --fdrake)