blob: 2ee12430444d0efa21ab3921c7dc1fb94710de56 [file] [log] [blame]
Kurt B. Kaisere9802a32004-01-02 04:04:04 +00001What's New in IDLE 1.1a0?
Kurt B. Kaiserb7855182003-08-14 14:54:28 +00002===================================
3
Kurt B. Kaisere9802a32004-01-02 04:04:04 +00004*Release date: XX-XXX-2004*
5
Kurt B. Kaiser73360a32004-03-08 18:15:31 +00006- Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
7
Kurt B. Kaiserd6ab77d2004-01-21 19:21:11 +00008- rpc.py:SocketIO - Large modules were generating large pickles when downloaded
9 to the execution server. The return of the OK response from the subprocess
10 initialization was interfering and causing the sending socket to be not
11 ready. Add an IO ready test to fix this. Moved the polling IO ready test
12 into pollpacket().
13
14- Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
15
Kurt B. Kaiseraf3eb872004-01-21 18:54:30 +000016- Added a Tk error dialog to run.py inform the user if the subprocess can't
17 connect to the user GUI process. Added a timeout to the GUI's listening
18 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
19 the port or connect to the subprocess. Clean up error handling during
20 connection initiation phase. This is an update of Python Patch 778323.
21
Kurt B. Kaisere9802a32004-01-02 04:04:04 +000022- Print correct exception even if source file changed since shell was
23 restarted. IDLEfork Patch 869012 Noam Raphael
Kurt B. Kaiserb7855182003-08-14 14:54:28 +000024
Kurt B. Kaiser2303b1c2003-11-24 05:26:16 +000025- Keybindings with the Shift modifier now work correctly. So do bindings which
26 use the Space key. Limit unmodified user keybindings to the function keys.
27 Python Bug 775353, IDLEfork Bugs 755647, 761557
28
Kurt B. Kaiser924f6162003-11-19 04:52:32 +000029- After an exception, run.py was not setting the exception vector. Noam
30 Raphael suggested correcting this so pdb's postmortem pm() would work.
31 IDLEfork Patch 844675
32
Kurt B. Kaiserc714d452003-11-24 03:23:16 +000033- IDLE now does not fail to save the file anymore if the Tk buffer is not a
34 Unicode string, yet eol_convention is. Python Bugs 774680, 788378
35
Kurt B. Kaiserb7855182003-08-14 14:54:28 +000036- IDLE didn't start correctly when Python was installed in "Program Files" on
37 W2K and XP. Python Bugs 780451, 784183
38
39- config-main.def documentation incorrectly referred to idle- instead of
40 config- filenames. SF 782759 Also added note about .idlerc location.
41
42
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +000043What's New in IDLE 1.0?
44===================================
45
46*Release date: 29-Jul-2003*
47
48- Added a banner to the shell discussimg warnings possibly raised by personal
49 firewall software. Added same comment to README.txt.
50
51
Kurt B. Kaiser6145a622003-07-23 15:42:14 +000052What's New in IDLE 1.0 release candidate 2?
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +000053===================================
54
Kurt B. Kaiser6145a622003-07-23 15:42:14 +000055*Release date: 24-Jul-2003*
56
57- Calltip error when docstring was None Python Bug 775541
58
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +000059
Kurt B. Kaiser6145a622003-07-23 15:42:14 +000060What's New in IDLE 1.0 release candidate 1?
61===================================
62
63*Release date: 18-Jul-2003*
Kurt B. Kaisercca91222003-07-16 03:10:43 +000064
65- Updated extend.txt, help.txt, and config-extensions.def to correctly
66 reflect the current status of the configuration system. Python Bug 768469
67
68- Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
69
70- Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
71 Python Patch 768187
72
73- Break or continue statements outside a loop were causing IDLE crash
74 Python Bug 767794
75
76- Convert Unicode strings from readline to IOBinding.encoding. Also set
77 sys.std{in|out|err}.encoding, for both the local and the subprocess case.
78 SF IDLEfork patch 682347.
79
80
81What's New in IDLE 1.0b2?
82===================================
83
84*Release date: 29-Jun-2003*
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +000085
Kurt B. Kaiserc714d452003-11-24 03:23:16 +000086- Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
87 file Latin-1.
88
89- Updated the About dialog to reflect re-integration into Python. Provide
90 buttons to display Python's NEWS, License, and Credits, plus additional
91 buttons for IDLE's README and NEWS.
92
93- TextViewer() now has a third parameter which allows inserting text into the
94 viewer instead of reading from a file.
95
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +000096- (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
97 IDLEfork modified to install in the Python environment. The code in the
98 interrupt module has been moved to thread.interrupt_main(). )
99
100- Printing the Shell window was failing if it was not saved first SF 748975
101
102- When using the Search in Files dialog, if the user had a selection
103 highlighted in his Editor window, insert it into the dialog search field.
104
105- The Python Shell entry was disappearing from the Windows menu.
106
107- Update the Windows file list when a file name change occurs
108
109- Change to File / Open Module: always pop up the dialog, using the current
110 selection as the default value. This is easier to use habitually.
111
112- Avoided a problem with starting the subprocess when 'localhost' doesn't
113 resolve to the user's loopback interface. SF 747772
114
115- Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
116 improved notification of Tabnanny Token Error.
117
118- File / New will by default save in the directory of the Edit window from
119 which it was initiated. SF 748973 Guido van Rossum patch.
120
Steven M. Gavad39993e2001-07-20 01:36:49 +0000121
Kurt B. Kaiser9a90e702003-04-25 17:48:08 +0000122What's New in IDLEfork 0.9b1?
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000123===================================
124
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000125*Release date: 02-Jun-2003*
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000126
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000127- The current working directory of the execution environment (and shell
128 following completion of execution) is now that of the module being run.
129
130- Added the delete-exitfunc option to config-main.def. (This option is not
131 included in the Options dialog.) Setting this to True (the default) will
132 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
133
134- IDLE now preserves the line ending codes when editing a file produced on
135 a different platform. SF 661759, SF 538584
136
137- Reduced default editor font size to 10 point and increased window height
138 to provide a better initial impression on Windows.
139
140- Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
141 the default font when first installed on Windows. SF 661676
142
143- Added Autosave feature: when user runs code from edit window, if the file
144 has been modified IDLE will silently save it if Autosave is enabled. The
145 option is set in the Options dialog, and the default is to prompt the
146 user to save the file. SF 661318 Bruce Sherwood patch.
147
148- Improved the RESTART annotation in the shell window when the user restarts
149 the shell while it is generating output. Also improved annotation when user
150 repeatedly hammers the Ctrl-F6 restart.
151
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000152- Allow IDLE to run when not installed and cwd is not the IDLE directory
153 SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
154
155- When a module is run from an EditorWindow: if its directory is not in
156 sys.path, prepend it. This allows the module to import other modules in
157 the same directory. Do the same for a script run from the command line.
158
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000159- Correctly restart the subprocess if it is running user code and the user
160 attempts to run some other module or restarts the shell. Do the same if
161 the link is broken and it is possible to restart the subprocess and re-
162 connect to the GUI. SF RFE 661321.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000163
164- Improved exception reporting when running commands or scripts from the
165 command line.
166
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000167- Added a -n command line switch to start IDLE without the subprocess.
168 Removed the Shell menu when running in that mode. Updated help messages.
169
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000170- Added a comment to the shell startup header to indicate when IDLE is not
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000171 using the subprocess.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000172
173- Restore the ability to run without the subprocess. This can be important for
174 some platforms or configurations. (Running without the subprocess allows the
175 debugger to trace through parts of IDLE itself, which may or may not be
176 desirable, depending on your point of view. In addition, the traditional
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000177 reload/import tricks must be use if user source code is changed.) This is
178 helpful for developing IDLE using IDLE, because one instance can be used to
179 edit the code and a separate instance run to test changes. (Multiple
180 concurrent IDLE instances with subprocesses is a future feature)
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000181
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000182- Improve the error message a user gets when saving a file with non-ASCII
183 characters and no source encoding is specified. Done by adding a dialog
184 'EncodingMessage', which contains the line to add in a fixed-font entry
185 widget, and which has a button to add that line to the file automatically.
186 Also, add a configuration option 'EditorWindow/encoding', which has three
187 possible values: none, utf-8, and locale. None is the default: IDLE will show
188 this dialog when non-ASCII characters are encountered. utf-8 means that files
189 with non-ASCII characters are saved as utf-8-with-bom. locale means that
190 files are saved in the locale's encoding; the dialog is only displayed if the
191 source contains characters outside the locale's charset. SF 710733 - Loewis
192
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000193- Improved I/O response by tweaking the wait parameter in various
194 calls to signal.signal().
195
196- Implemented a threaded subprocess which allows interrupting a pass
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000197 loop in user code using the 'interrupt' extension. User code runs
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000198 in MainThread, while the RPCServer is handled by SockThread. This is
199 necessary because Windows doesn't support signals.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000200
Kurt B. Kaiser94afd302003-03-12 20:52:00 +0000201- Implemented the 'interrupt' extension module, which allows a subthread
202 to raise a KeyboardInterrupt in the main thread.
203
204- Attempting to save the shell raised an error related to saving
205 breakpoints, which are not implemented in the shell
206
207- Provide a correct message when 'exit' or 'quit' are entered at the
208 IDLE command prompt SF 695861
209
210- Eliminate extra blank line in shell output caused by not flushing
211 stdout when user code ends with an unterminated print. SF 695861
212
213- Moved responsibility for exception formatting (i.e. pruning IDLE internal
214 calls) out of rpc.py into the client and server.
215
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000216- Exit IDLE cleanly even when doing subprocess I/O
217
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000218- Handle subprocess interrupt with an RPC message.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000219
220- Restart the subprocess if it terminates itself. (VPython programs do that)
221
222- Support subclassing of exceptions, including in the shell, by moving the
223 exception formatting to the subprocess.
224
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000225
226
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000227What's New in IDLEfork 0.9 Alpha 2?
228===================================
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000229
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000230*Release date: 27-Jan-2003*
231
232- Updated INSTALL.txt to claify use of the python2 rpm.
233
234- Improved formatting in IDLE Help.
235
236- Run menu: Replace "Run Script" with "Run Module".
237
238- Code encountering an unhandled exception under the debugger now shows
239 the correct traceback, with IDLE internal levels pruned out.
240
241- If an exception occurs entirely in IDLE, don't prune the IDLE internal
242 modules from the traceback displayed.
243
244- Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
245
246- IDLE icons will now install correctly even when setup.py is run from the
247 build directory
248
249- Class Browser now compatible with Python2.3 version of pyclbr.py
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000250
Kurt B. Kaiser5ec186b2003-01-17 04:04:06 +0000251- Left cursor move in presence of selected text now moves from left end
252 of the selection.
253
254- Add Meta keybindings to "IDLE Classic Windows" to handle reversed
255 Alt/Meta on some Linux distros.
256
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000257- Change default: IDLE now starts with Python Shell.
258
259- Removed the File Path from the Additional Help Sources scrolled list.
260
261- Add capability to access Additional Help Sources on the web if the
262 Help File Path begins with //http or www. (Otherwise local path is
263 validated, as before.)
264
265- Additional Help Sources were not being posted on the Help menu in the
266 order entered. Implement sorting the list by [HelpFiles] 'option'
267 number.
268
269- Add Browse button to New Help Source dialog. Arrange to start in
270 Python/Doc if platform is Windows, otherwise start in current directory.
271
272- Put the Additional Help Sources directly on the Help menu instead of in
273 an Extra Help cascade menu. Rearrange the Help menu so the Additional
274 Help Sources come last. Update help.txt appropriately.
275
276- Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
277
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000278- Uniform capitalization in General tab of ConfigDialog, update the doc string.
279
280- Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
281 deleting Additional Help Sources from the user's config file.
282
283- Make configHelpSourceEdit OK button the default and bind <Return>
284
285- Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
286 to parents.
287
288- Use os.startfile() to open both Additional Help and Python Help on the
289 Windows platform. The application associated with the file type will act as
290 the viewer. Windows help files (.chm) are now supported via the
291 Settings/General/Additional Help facility.
292
293- If Python Help files are installed locally on Linux, use them instead of
294 accessing python.org.
295
296- Make the methods for finding the Python help docs more robust, and make
297 them work in the installed configuration, also.
298
299- On the Save Before Run dialog, make the OK button the default. One
300 less mouse action!
301
302- Add a method: EditorWindow.get_geometry() for future use in implementing
303 window location persistence.
304
305- Removed the "Help/Advice" menu entry. Thanks, David! We'll remember!
306
307- Change the "Classic Windows" theme's paste key to be <ctrl-v>.
308
309- Rearrange the Shell menu to put Stack Viewer entries adjacent.
310
311- Add the ability to restart the subprocess interpreter from the shell window;
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000312 add an associated menu entry "Shell/Restart" with binding Control-F6. Update
313 IDLE help.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000314
315- Upon a restart, annotate the shell window with a "restart boundary". Add a
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000316 shell window menu "Shell/View Restart" with binding F6 to jump to the most
317 recent restart boundary.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000318
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000319- Add Shell menu to Python Shell; change "Settings" to "Options".
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000320
321- Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
322
323- Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
324
325- In installer text, fix reference to Visual Python, should be VPython.
326 Properly credit David Scherer.
327
328- Modified idle, idle.py, idle.pyw to improve exception handling.
329
Steven M. Gavad39993e2001-07-20 01:36:49 +0000330
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000331What's New in IDLEfork 0.9 Alpha 1?
332===================================
Steven M. Gavad39993e2001-07-20 01:36:49 +0000333
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000334*Release date: 31-Dec-2002*
Steven M. Gava88ff7362001-07-21 09:50:55 +0000335
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000336- First release of major new functionality. For further details refer to
337 Idle-dev and/or the Sourceforge CVS.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000338
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000339- Adapted to the Mac platform.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000340
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000341- Overhauled the IDLE startup options and revised the idle -h help message,
342 which provides details of command line usage.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000343
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000344- Multiple bug fixes and usability enhancements.
345
346- Introduced the new RPC implementation, which includes a debugger. The output
347 of user code is to the shell, and the shell may be used to inspect the
348 environment after the run has finished. (In version 0.8.1 the shell
349 environment was separate from the environment of the user code.)
350
351- Introduced the configuration GUI and a new About dialog.
352
353- Removed David Scherer's Remote Procedure Call code and replaced with Guido
354 van Rossum's. GvR code has support for the IDLE debugger and uses the shell
355 to inspect the environment of code Run from an Edit window. Files removed:
356 ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
Steven M. Gavad39993e2001-07-20 01:36:49 +0000357
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000358--------------------------------------------------------------------
359Refer to HISTORY.txt for additional information on earlier releases.
360--------------------------------------------------------------------
David Scherer7aced172000-08-15 01:13:23 +0000361
362
David Scherer7aced172000-08-15 01:13:23 +0000363
364
David Scherer7aced172000-08-15 01:13:23 +0000365