Lines Matching +full:windows +full:- +full:remote +full:- +full:only
11 *Release date: 22-Jul-2001*
13 - New tarball released as a result of the 'revitalisation' of the IDLEfork
16 - This release requires python 2.1 or better. Compatibility with earlier
20 - This release is based on a merging of the earlier IDLE fork work with current
24 - This release is basically functional but also contains some known breakages,
29 - This release is being made now to mark the point at which IDLEfork is
32 - IDLEfork CVS will now be branched to enable further development and
33 exploration of the two "execution in a remote process" patches submitted by
42 *Release date: 15-Aug-2000*
44 - First project tarball released.
46 - This was the first release of IDLE fork, which at this stage was a
48 coded by David Scherer, Peter Schneider-Kamp and Nicholas Riley.
52 IDLEfork 0.7.1 - 29 May 2000
53 -----------------------------
57 - This is a modification of the CVS version of IDLE 0.5, updated as of
58 2000-03-09. It is alpha software and might be unstable. If it breaks, you
61 - If you have problems or suggestions, you should either contact me or post to
62 the list at http://www.python.org/mailman/listinfo/idle-dev (making it clear
65 - Changes:
67 - The ExecBinding module, a replacement for ScriptBinding, executes programs
72 - When running programs with ExecBinding, tracebacks will be clipped to
76 - The OnDemandOutputWindow class has been improved. In particular, it now
81 - Startup behavior has been changed. By default IDLE starts up with just a
85 well-known port for the ExecBinding protocol, only one copy of IDLE can be
89 - The menus have been reorganized. In particular, the excessively large
92 - 'Python Documentation' now works on Windows, if the win32api module is
95 - A few key bindings have been changed: F1 now loads Python Documentation
96 instead of the IDLE help; shift-TAB is now a synonym for unindent.
98 - New modules:
103 Remote.py User-process interpreter
104 spawn.py OS-specific code to start programs
106 - Files modified:
124 IDLE 0.5 - February 2000 - Release Notes
125 ----------------------------------------
127 This is an early release of IDLE, my own attempt at a Tkinter-based
136 - coded in 100% pure Python, using the Tkinter GUI toolkit (i.e. Tcl/Tk)
138 - cross-platform: works on Windows and Unix (on the Mac, there are
141 - multi-window text editor with multiple undo, Python colorizing
144 - Python shell window (a.k.a. interactive interpreter)
146 - debugger (not complete, but you can set breakpoints, view and step)
151 to run it by typing "./idle.py" to your shell. On Windows, you can
152 run it by double-clicking it; you can use idle.pyw to avoid popping up
153 a DOS console. If you want to pass command line arguments on Windows,
157 not opened for editing, unless you give the -e command line option.
158 Try "./idle.py -h" to see other command line options.
160 IDLE requires Python 1.5.2, so it is currently only usable with a
171 ---------------------------
175 - Status bar, displaying current line/column (Moshe Zadka).
177 - Better stack viewer, using tree widget. (XXX Only used by Stack
180 - Format paragraph now recognizes Python block comments and reformats
183 - New version of pyclbr.py parses top-level functions and understands
187 - Much better auto-indent; knows how to indent the insides of
188 multi-line statements (TP)
190 - Call tip window pops up when you type the name of a known function
194 - Comment out region now inserts ## to make it stand out more (TP)
196 - New path and class browsers based on a tree widget that looks
197 familiar to Windows users
199 - Reworked script running commands to be more intuitive: I/O now
202 name to the __main__ namespace. You use Control-F5 to run a script:
208 ------------------------
210 Most important change: a new menu entry "File -> Path browser", shows
211 a 4-column hierarchical browser which lets you browse sys.path,
218 -------------------------
222 - Enabled support for running a module, with or without the debugger.
224 reload of that module; Control-F5 loads it under the debugger.
226 - Re-enable tearing off the Windows menu, and make a torn-off Windows
229 - Menu items can now be have a checkbox (when the menu label starts
230 with "!"); use this for the Debugger and "Auto-open stack viewer"
233 - Added a Quit button to the Debugger API.
235 - The current directory is explicitly inserted into sys.path.
237 - Fix the debugger (when using Python 1.5.2b2) to use canonical
242 - Closing a window that is still colorizing now actually works.
244 - Allow dragging of the separator between the two list boxes in the
247 - Bind ESC to "close window" of the debugger, stack viewer and class
249 windows. (These are standard Windows conventions.)
253 ------------------------
259 - You can now write and configure your own IDLE extension modules; see
279 JIT (Just-In-Time) stack viewer toggle -- if set, the stack viewer
282 Windows menu:
284 Zoom height -- make the window full height.