Lines Matching full:idle
1 Please refer to the IDLEfork and IDLE CVS repositories for
33 Remove the idles script, add some words on IDLE Fork to the
42 * PyShell.py, idle, idles: Implement idle command interface as
43 suggested by GvR [idle-dev] 16 July **************** PyShell: Added
46 usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title]
49 idle file(s) (without options) edit the file(s)
62 ****************** idle: Removed the IdleConf references, not
70 "official" IDLE in the site-packages directory. This patch is not
71 necessary if only idlefork IDLE is installed. See INSTALLATION for
78 The default behaviour of idlefork idle is to open an editor window
81 shell is desired. Though one can be started by "idle -t 'foo'",
87 * PyShell.py: Call out IDLE Fork in startup message.
94 The default behaviour of idlefork idle is to open an editor window
97 shell is desired. Though one can be started by "idle -t 'foo'",
111 * setup.py: Installing Idle to site-packages via Distutils does not
112 copy the Idle help.txt file.
121 Patrick K. O'Brien on idle-dev. (Should other bindings follow
126 * idle.py: py-cvs-2001_07_13 (Rev 1.4) merge
129 module rather than the idle.py script. This has advantages and
170 "Taught IDLE's autoident parser that "yield" is a keyword that
183 module rather than the idle.py script. This has advantages and
210 PyShell.py, StackViewer.py, extend.txt, idle.py, keydefs.py: Import
211 the 2001 July 13 23:59 GMT version of Python CVS IDLE on the
280 program work outside IDLE." -- GvR
321 VP IDLE version depended on VP's ExecBinding.py and spawn.py to get
405 * idle.py: py-cvs merge, idle_dir loading changed
425 ToolTip.py, WindowList.py, config.txt, help.txt, idle, idle.bat,
426 idle.py, idlever.py, setup.py, Icons/minusnode.gif,
427 Icons/python.gif: Import the release 2.1 version of Python CVS IDLE
447 idle.bat, idle.py, idle.pyw, idlever.py, keydefs.py, pyclbr.py,
450 Icons/tk.gif: Import the 9 March 2000 version of Python CVS IDLE as
476 idle, idle.bat, idle.py, idle.pyw, idlever.py, keydefs.py,
487 * idle, RemoteInterp.py, setup.py: Initial revision
491 * idle, RemoteInterp.py, setup.py: import current python cvs idle
505 * IDLEFORK.html: tiny test update for revitalised idle-fork
542 eventparse.py, extend.txt, idle.bat, idle.py, idle.pyw, idlever.py,
564 eventparse.py, extend.txt, idle.bat, idle.py, idle.pyw, idlever.py,
568 Icons/plusnode.gif, Icons/python.gif, Icons/tk.gif: Modified IDLE
572 original IDLE ChangeLog:
599 Updated for pending IDLE 0.5 release (still very rough -- just getting
629 This works better when idle is a package.
722 (Hmm... Any distribution of IDLE 0.5 should probably include a copy
761 indent is a single tab, IDLE will now magically use tabs for that file (and
764 probably has to hide the IDLE algorithm from them (which he already knows).
799 IDLE is now the first Python editor in the Universe not confused by my
802 As threatened, this defines IDLE's is_char_in_string function as a
834 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as
838 Change by Mark Hammond to allow using IDLE extensions in PythonWin as
883 screwing them up. This is especially irksome because IDLE's syntax coloring
929 commands, and IDLE can't let them change tabwidth from the Tk default
930 anymore, so IDLE can no longer presume to have any idea what a tab means.
1001 * __init__.py: Support for using idle as a package.
1026 Provide full arguments to __import__ so it works in packagized IDLE.
1053 * PyShell.py: Nits: document use of $IDLESTARTUP; display idle version
1061 idle.py -e file ... -- to edit files
1062 idle.py script arg ... -- to run a script
1063 idle.py -c cmd arg ... -- to run a command
1102 * IdlePrefs.py: Restored the original IDLE color scheme.
1138 Python release 1.5.2c1, IDLE version 0.4
1158 * Attic/Outline.py: This file was never supposed to be part of IDLE.
1195 Python release 1.5.2b2, IDLE version 0.3
1262 * idle.py, Attic/idle: Rename idle -> idle.py
1274 test package from inside IDLE. (Suggested by Jack Jansen.)
1331 Python release 1.5.2b1, IDLE version 0.2
1389 * keydefs.py, idlever.py, idle.pyw, idle
1390 Checking in IDLE 0.2.
1393 The big news is that there's a standard way to write IDLE extensions;
1585 * Attic/test.py, Attic/idle: Add Unix main script and test program.
1587 * idle.pyw, help.txt, WidgetRedirector.py, UndoDelegator.py, StackViewer.py, SearchBinding.py, Attic/README, PyShell.py, Attic/PopupMenu.py, Percolator.py, Outline.py, IOBinding.py, History.py, Attic/HelpWindow.py, FrameViewer.py, FileList.py, EditorWindow.py, Delegator.py, ColorDelegator.py, Bindings.py, AutoIndent.py, AutoExpand.py: