blob: 0f0df2807d65aba9b669bbe8d95f536224777cd8 [file] [log] [blame]
Kurt B. Kaiserb7855182003-08-14 14:54:28 +00001What's New in IDLE 1.0+?
2===================================
3
4*Release date: XX-XXX-2003*
5
Kurt B. Kaiser924f6162003-11-19 04:52:32 +00006- After an exception, run.py was not setting the exception vector. Noam
7 Raphael suggested correcting this so pdb's postmortem pm() would work.
8 IDLEfork Patch 844675
9
Kurt B. Kaiserc714d452003-11-24 03:23:16 +000010- IDLE now does not fail to save the file anymore if the Tk buffer is not a
11 Unicode string, yet eol_convention is. Python Bugs 774680, 788378
12
Kurt B. Kaiserb7855182003-08-14 14:54:28 +000013- IDLE didn't start correctly when Python was installed in "Program Files" on
14 W2K and XP. Python Bugs 780451, 784183
15
16- config-main.def documentation incorrectly referred to idle- instead of
17 config- filenames. SF 782759 Also added note about .idlerc location.
18
19
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +000020What's New in IDLE 1.0?
21===================================
22
23*Release date: 29-Jul-2003*
24
25- Added a banner to the shell discussimg warnings possibly raised by personal
26 firewall software. Added same comment to README.txt.
27
28
Kurt B. Kaiser6145a622003-07-23 15:42:14 +000029What's New in IDLE 1.0 release candidate 2?
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +000030===================================
31
Kurt B. Kaiser6145a622003-07-23 15:42:14 +000032*Release date: 24-Jul-2003*
33
34- Calltip error when docstring was None Python Bug 775541
35
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +000036
Kurt B. Kaiser6145a622003-07-23 15:42:14 +000037What's New in IDLE 1.0 release candidate 1?
38===================================
39
40*Release date: 18-Jul-2003*
Kurt B. Kaisercca91222003-07-16 03:10:43 +000041
42- Updated extend.txt, help.txt, and config-extensions.def to correctly
43 reflect the current status of the configuration system. Python Bug 768469
44
45- Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
46
47- Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
48 Python Patch 768187
49
50- Break or continue statements outside a loop were causing IDLE crash
51 Python Bug 767794
52
53- Convert Unicode strings from readline to IOBinding.encoding. Also set
54 sys.std{in|out|err}.encoding, for both the local and the subprocess case.
55 SF IDLEfork patch 682347.
56
57
58What's New in IDLE 1.0b2?
59===================================
60
61*Release date: 29-Jun-2003*
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +000062
Kurt B. Kaiserc714d452003-11-24 03:23:16 +000063- Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
64 file Latin-1.
65
66- Updated the About dialog to reflect re-integration into Python. Provide
67 buttons to display Python's NEWS, License, and Credits, plus additional
68 buttons for IDLE's README and NEWS.
69
70- TextViewer() now has a third parameter which allows inserting text into the
71 viewer instead of reading from a file.
72
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +000073- (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
74 IDLEfork modified to install in the Python environment. The code in the
75 interrupt module has been moved to thread.interrupt_main(). )
76
77- Printing the Shell window was failing if it was not saved first SF 748975
78
79- When using the Search in Files dialog, if the user had a selection
80 highlighted in his Editor window, insert it into the dialog search field.
81
82- The Python Shell entry was disappearing from the Windows menu.
83
84- Update the Windows file list when a file name change occurs
85
86- Change to File / Open Module: always pop up the dialog, using the current
87 selection as the default value. This is easier to use habitually.
88
89- Avoided a problem with starting the subprocess when 'localhost' doesn't
90 resolve to the user's loopback interface. SF 747772
91
92- Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
93 improved notification of Tabnanny Token Error.
94
95- File / New will by default save in the directory of the Edit window from
96 which it was initiated. SF 748973 Guido van Rossum patch.
97
Steven M. Gavad39993e2001-07-20 01:36:49 +000098
Kurt B. Kaiser9a90e702003-04-25 17:48:08 +000099What's New in IDLEfork 0.9b1?
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000100===================================
101
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000102*Release date: 02-Jun-2003*
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000103
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000104- The current working directory of the execution environment (and shell
105 following completion of execution) is now that of the module being run.
106
107- Added the delete-exitfunc option to config-main.def. (This option is not
108 included in the Options dialog.) Setting this to True (the default) will
109 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
110
111- IDLE now preserves the line ending codes when editing a file produced on
112 a different platform. SF 661759, SF 538584
113
114- Reduced default editor font size to 10 point and increased window height
115 to provide a better initial impression on Windows.
116
117- Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
118 the default font when first installed on Windows. SF 661676
119
120- Added Autosave feature: when user runs code from edit window, if the file
121 has been modified IDLE will silently save it if Autosave is enabled. The
122 option is set in the Options dialog, and the default is to prompt the
123 user to save the file. SF 661318 Bruce Sherwood patch.
124
125- Improved the RESTART annotation in the shell window when the user restarts
126 the shell while it is generating output. Also improved annotation when user
127 repeatedly hammers the Ctrl-F6 restart.
128
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000129- Allow IDLE to run when not installed and cwd is not the IDLE directory
130 SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
131
132- When a module is run from an EditorWindow: if its directory is not in
133 sys.path, prepend it. This allows the module to import other modules in
134 the same directory. Do the same for a script run from the command line.
135
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000136- Correctly restart the subprocess if it is running user code and the user
137 attempts to run some other module or restarts the shell. Do the same if
138 the link is broken and it is possible to restart the subprocess and re-
139 connect to the GUI. SF RFE 661321.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000140
141- Improved exception reporting when running commands or scripts from the
142 command line.
143
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000144- Added a -n command line switch to start IDLE without the subprocess.
145 Removed the Shell menu when running in that mode. Updated help messages.
146
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000147- Added a comment to the shell startup header to indicate when IDLE is not
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000148 using the subprocess.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000149
150- Restore the ability to run without the subprocess. This can be important for
151 some platforms or configurations. (Running without the subprocess allows the
152 debugger to trace through parts of IDLE itself, which may or may not be
153 desirable, depending on your point of view. In addition, the traditional
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000154 reload/import tricks must be use if user source code is changed.) This is
155 helpful for developing IDLE using IDLE, because one instance can be used to
156 edit the code and a separate instance run to test changes. (Multiple
157 concurrent IDLE instances with subprocesses is a future feature)
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000158
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000159- Improve the error message a user gets when saving a file with non-ASCII
160 characters and no source encoding is specified. Done by adding a dialog
161 'EncodingMessage', which contains the line to add in a fixed-font entry
162 widget, and which has a button to add that line to the file automatically.
163 Also, add a configuration option 'EditorWindow/encoding', which has three
164 possible values: none, utf-8, and locale. None is the default: IDLE will show
165 this dialog when non-ASCII characters are encountered. utf-8 means that files
166 with non-ASCII characters are saved as utf-8-with-bom. locale means that
167 files are saved in the locale's encoding; the dialog is only displayed if the
168 source contains characters outside the locale's charset. SF 710733 - Loewis
169
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000170- Improved I/O response by tweaking the wait parameter in various
171 calls to signal.signal().
172
173- Implemented a threaded subprocess which allows interrupting a pass
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000174 loop in user code using the 'interrupt' extension. User code runs
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000175 in MainThread, while the RPCServer is handled by SockThread. This is
176 necessary because Windows doesn't support signals.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000177
Kurt B. Kaiser94afd302003-03-12 20:52:00 +0000178- Implemented the 'interrupt' extension module, which allows a subthread
179 to raise a KeyboardInterrupt in the main thread.
180
181- Attempting to save the shell raised an error related to saving
182 breakpoints, which are not implemented in the shell
183
184- Provide a correct message when 'exit' or 'quit' are entered at the
185 IDLE command prompt SF 695861
186
187- Eliminate extra blank line in shell output caused by not flushing
188 stdout when user code ends with an unterminated print. SF 695861
189
190- Moved responsibility for exception formatting (i.e. pruning IDLE internal
191 calls) out of rpc.py into the client and server.
192
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000193- Exit IDLE cleanly even when doing subprocess I/O
194
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000195- Handle subprocess interrupt with an RPC message.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000196
197- Restart the subprocess if it terminates itself. (VPython programs do that)
198
199- Support subclassing of exceptions, including in the shell, by moving the
200 exception formatting to the subprocess.
201
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000202
203
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000204What's New in IDLEfork 0.9 Alpha 2?
205===================================
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000206
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000207*Release date: 27-Jan-2003*
208
209- Updated INSTALL.txt to claify use of the python2 rpm.
210
211- Improved formatting in IDLE Help.
212
213- Run menu: Replace "Run Script" with "Run Module".
214
215- Code encountering an unhandled exception under the debugger now shows
216 the correct traceback, with IDLE internal levels pruned out.
217
218- If an exception occurs entirely in IDLE, don't prune the IDLE internal
219 modules from the traceback displayed.
220
221- Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
222
223- IDLE icons will now install correctly even when setup.py is run from the
224 build directory
225
226- Class Browser now compatible with Python2.3 version of pyclbr.py
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000227
Kurt B. Kaiser5ec186b2003-01-17 04:04:06 +0000228- Left cursor move in presence of selected text now moves from left end
229 of the selection.
230
231- Add Meta keybindings to "IDLE Classic Windows" to handle reversed
232 Alt/Meta on some Linux distros.
233
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000234- Change default: IDLE now starts with Python Shell.
235
236- Removed the File Path from the Additional Help Sources scrolled list.
237
238- Add capability to access Additional Help Sources on the web if the
239 Help File Path begins with //http or www. (Otherwise local path is
240 validated, as before.)
241
242- Additional Help Sources were not being posted on the Help menu in the
243 order entered. Implement sorting the list by [HelpFiles] 'option'
244 number.
245
246- Add Browse button to New Help Source dialog. Arrange to start in
247 Python/Doc if platform is Windows, otherwise start in current directory.
248
249- Put the Additional Help Sources directly on the Help menu instead of in
250 an Extra Help cascade menu. Rearrange the Help menu so the Additional
251 Help Sources come last. Update help.txt appropriately.
252
253- Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
254
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000255- Uniform capitalization in General tab of ConfigDialog, update the doc string.
256
257- Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
258 deleting Additional Help Sources from the user's config file.
259
260- Make configHelpSourceEdit OK button the default and bind <Return>
261
262- Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
263 to parents.
264
265- Use os.startfile() to open both Additional Help and Python Help on the
266 Windows platform. The application associated with the file type will act as
267 the viewer. Windows help files (.chm) are now supported via the
268 Settings/General/Additional Help facility.
269
270- If Python Help files are installed locally on Linux, use them instead of
271 accessing python.org.
272
273- Make the methods for finding the Python help docs more robust, and make
274 them work in the installed configuration, also.
275
276- On the Save Before Run dialog, make the OK button the default. One
277 less mouse action!
278
279- Add a method: EditorWindow.get_geometry() for future use in implementing
280 window location persistence.
281
282- Removed the "Help/Advice" menu entry. Thanks, David! We'll remember!
283
284- Change the "Classic Windows" theme's paste key to be <ctrl-v>.
285
286- Rearrange the Shell menu to put Stack Viewer entries adjacent.
287
288- Add the ability to restart the subprocess interpreter from the shell window;
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000289 add an associated menu entry "Shell/Restart" with binding Control-F6. Update
290 IDLE help.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000291
292- Upon a restart, annotate the shell window with a "restart boundary". Add a
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000293 shell window menu "Shell/View Restart" with binding F6 to jump to the most
294 recent restart boundary.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000295
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000296- Add Shell menu to Python Shell; change "Settings" to "Options".
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000297
298- Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
299
300- Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
301
302- In installer text, fix reference to Visual Python, should be VPython.
303 Properly credit David Scherer.
304
305- Modified idle, idle.py, idle.pyw to improve exception handling.
306
Steven M. Gavad39993e2001-07-20 01:36:49 +0000307
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000308What's New in IDLEfork 0.9 Alpha 1?
309===================================
Steven M. Gavad39993e2001-07-20 01:36:49 +0000310
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000311*Release date: 31-Dec-2002*
Steven M. Gava88ff7362001-07-21 09:50:55 +0000312
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000313- First release of major new functionality. For further details refer to
314 Idle-dev and/or the Sourceforge CVS.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000315
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000316- Adapted to the Mac platform.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000317
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000318- Overhauled the IDLE startup options and revised the idle -h help message,
319 which provides details of command line usage.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000320
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000321- Multiple bug fixes and usability enhancements.
322
323- Introduced the new RPC implementation, which includes a debugger. The output
324 of user code is to the shell, and the shell may be used to inspect the
325 environment after the run has finished. (In version 0.8.1 the shell
326 environment was separate from the environment of the user code.)
327
328- Introduced the configuration GUI and a new About dialog.
329
330- Removed David Scherer's Remote Procedure Call code and replaced with Guido
331 van Rossum's. GvR code has support for the IDLE debugger and uses the shell
332 to inspect the environment of code Run from an Edit window. Files removed:
333 ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
Steven M. Gavad39993e2001-07-20 01:36:49 +0000334
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000335--------------------------------------------------------------------
336Refer to HISTORY.txt for additional information on earlier releases.
337--------------------------------------------------------------------
David Scherer7aced172000-08-15 01:13:23 +0000338
339
David Scherer7aced172000-08-15 01:13:23 +0000340
341
David Scherer7aced172000-08-15 01:13:23 +0000342