blob: 74407bf8cb081a16e306eb2baffca02469b20f1c [file] [log] [blame]
Terry Jan Reedyea428762015-08-16 23:22:32 -04001What's New in IDLE 2.7.11?
2=========================
Terry Jan Reedy1d2ce972015-09-21 01:07:54 -04003*Release date:
Terry Jan Reedyea428762015-08-16 23:22:32 -04004
Terry Jan Reedy1d2ce972015-09-21 01:07:54 -04005- Issue #25199: Idle: add synchronization comments for future maintainers.
6
7- Issue #16893: Replace help.txt with idle.html for Idle doc display.
8 The new idlelib/idle.html is copied from Doc/build/html/idle.html.
9 It looks better than help.txt and will better document Idle as released.
10 The tkinter html viewer that works for this file was written by Rose Roseman.
11 The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
12
13- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
14
15- Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
16 Patch by Mark Roseman.
17
18- Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
Terry Jan Reedyea428762015-08-16 23:22:32 -040019
20- Issue #23672: Allow Idle to edit and run files with astral chars in name.
21 Patch by Mohd Sanad Zaki Rizvi.
22
23- Issue 24745: Idle editor default font. Switch from Courier to
24 platform-sensitive TkFixedFont. This should not affect current customized
25 font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg
26 and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman.
27
28- Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
29 Do not print false prompts. Original patch by Adnan Umer.
30
31- Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
32
33- Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
34 decoding unicode literals.
35
36
Terry Jan Reedy3dc40822015-05-23 17:23:23 -040037What's New in IDLE 2.7.10?
38=========================
Terry Jan Reedyea428762015-08-16 23:22:32 -040039*Release date: 2015-05-23*
Terry Jan Reedy3dc40822015-05-23 17:23:23 -040040
41- Issue #23583: Fixed writing unicode to standard output stream in IDLE.
42
43- Issue #20577: Configuration of the max line length for the FormatParagraph
44 extension has been moved from the General tab of the Idle preferences dialog
45 to the FormatParagraph tab of the Config Extensions dialog.
46 Patch by Tal Einat.
47
48- Issue #16893: Update Idle doc chapter to match current Idle and add new
49 information.
50
51- Issue #23180: Rename IDLE "Windows" menu item to "Window".
52 Patch by Al Sweigart.
53
54
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -040055What's New in IDLE 2.7.9?
56=========================
Terry Jan Reedyea428762015-08-16 23:22:32 -040057*Release date: 2014-12-10*
Terry Jan Reedyf0ee6722014-12-05 20:49:23 -050058
59- Issue #16893: Update Idle doc chapter to match current Idle and add new
60 information.
61
62- Issue #3068: Add Idle extension configuration dialog to Options menu.
63 Changes are written to HOME/.idlerc/config-extensions.cfg.
64 Original patch by Tal Einat.
65
66- Issue #16233: A module browser (File : Class Browser, Alt+C) requires a
67 editor window with a filename. When Class Browser is requested otherwise,
68 from a shell, output window, or 'Untitled' editor, Idle no longer displays
69 an error box. It now pops up an Open Module box (Alt+M). If a valid name
70 is entered and a module is opened, a corresponding browser is also opened.
71
72- Issue #4832: Save As to type Python files automatically adds .py to the
73 name you enter (even if your system does not display it). Some systems
74 automatically add .txt when type is Text files.
75
76- Issue #21986: Code objects are not normally pickled by the pickle module.
77 To match this, they are no longer pickled when running under Idle.
78
79- Issue #22221: IDLE now ignores the source encoding declaration on the second
80 line if the first line contains anything except a comment.
81
82- Issue #17390: Adjust Editor window title; remove 'Python',
83 move version to end.
84
85- Issue #14105: Idle debugger breakpoints no longer disappear
86 when inseting or deleting lines.
87
88
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -040089What's New in IDLE 2.7.8?
90=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -040091*Release date: 2014-06-29*
92
93- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
94 Heblikar.
95
96- Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
97
98- Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
99
100- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
101 Heblikar.
102
103- Issue #12387: Add missing upper(lower)case versions of default Windows key
104 bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
105
106- Issue #21695: Closing a Find-in-files output window while the search is
107 still in progress no longer closes Idle.
108
109- Issue #18910: Add unittest for textView. Patch by Phil Webster.
110
111- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
112
113- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
114
115
116What's New in IDLE 2.7.7?
117=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400118*Release date: 2014-05-31*
119
120- Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
121 consolidating and improving human-validated tests of Idle. Change other files
122 as needed to work with htest. Running the module as __main__ runs all tests.
123
124- Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
125
126- Issue #21284: Paragraph reformat test passes after user changes reformat width.
127
128- Issue #20406: Use Python application icons for Idle window title bars.
129 Patch mostly by Serhiy Storchaka.
130
131- Issue #21029: Occurrences of "print" are now consistently colored as
132 being a keyword (the colorizer doesn't know if print functions are
133 enabled in the source).
134
135- Issue #17721: Remove non-functional configuration dialog help button until we
136 make it actually gives some help when clicked. Patch by Guilherme Simões.
137
138- Issue #17390: Add Python version to Idle editor window title bar.
139 Original patches by Edmond Burnett and Kent Johnson.
140
141- Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
142
143- Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
144 no more hangs.
145
146- Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
147 shell window is present.
148
149- Issue #17654: Ensure IDLE menus are customized properly on OS X for
150 non-framework builds and for all variants of Tk.
151
152
153What's New in IDLE 2.7.6?
154=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400155*Release date: 2013-11-10*
156
157- Issue #19426: Fixed the opening of Python source file with specified encoding.
158
159- Issue #18873: IDLE now detects Python source code encoding only in comment
160 lines.
161
162- Issue #18988: The "Tab" key now works when a word is already autocompleted.
163
164- Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster.
165
166- Issue #18429: Format / Format Paragraph, now works when comment blocks
167 are selected. As with text blocks, this works best when the selection
168 only includes complete lines.
169
170- Issue #18226: Add docstrings and unittests for FormatParagraph.py.
171 Original patches by Todd Rovito and Phil Webster.
172
173- Issue #18279: Format - Strip trailing whitespace no longer marks a file as
174 changed when it has not been changed. This fix followed the addition of a
175 test file originally written by Phil Webster (the issue's main goal).
176
177- Issue #18539: Calltips now work for float default arguments.
178
179- Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
180 Patch by Tal Einat, Roget Serwy, and Todd Rovito.
181
182- Issue #8515: Set __file__ when run file in IDLE.
183 Initial patch by Bruce Frederiksen.
184
185- Issue #5492: Avoid traceback when exiting IDLE caused by a race condition.
186
187- Issue #17511: Keep IDLE find dialog open after clicking "Find Next".
188 Original patch by Sarah K.
189
190- Issue #15392: Create a unittest framework for IDLE.
191 Preliminary patch by Rajagopalasarma Jayakrishnan
192 See Lib/idlelib/idle_test/README.txt for how to run Idle tests.
193
194- Issue #14146: Highlight source line while debugging on Windows.
195
196- Issue #17532: Always include Options menu for IDLE on OS X.
197 Patch by Guilherme Simões.
198
199
Terry Jan Reedyd676a3a2013-03-30 18:50:43 -0400200What's New in IDLE 2.7.5?
201=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400202*Release date: 2013-05-12*
203
204- Issue #17838: Allow sys.stdin to be reassigned.
205
206- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
207
208- Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
209
210- Issue #17657: Show full Tk version in IDLE's about dialog.
211 Patch by Todd Rovito.
212
213- Issue #17613: Prevent traceback when removing syntax colorizer in IDLE.
214
215- Issue #1207589: Backwards-compatibility patch for right-click menu in IDLE.
216
217- Issue #16887: IDLE now accepts Cancel in tabify/untabify dialog box.
218
219- Issue #14254: IDLE now handles readline correctly across shell restarts.
220
221- Issue #17614: IDLE no longer raises exception when quickly closing a file.
222
223- Issue #6698: IDLE now opens just an editor window when configured to do so.
224
225- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
226 raises an exception.
227
228- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
229
Terry Jan Reedyd676a3a2013-03-30 18:50:43 -0400230- Issue #17390: Display Python version on Idle title bar.
231 Initial patch by Edmond Burnett.
232
233
Terry Jan Reedy5525eb72012-06-07 19:50:30 -0400234What's New in IDLE 2.7.4?
235=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400236*Release date: 2013-04-06*
237
238- Issue #17625: In IDLE, close the replace dialog after it is used.
239
240- IDLE was displaying spurious SystemExit tracebacks when running scripts
241 that terminated by raising SystemExit (i.e. unittest and turtledemo).
242
243- Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
244 interface and support all mandatory methods and properties.
245
246- Issue #16829: IDLE printing no longer fails if there are spaces or other
247 special characters in the file path.
248
249- Issue #16819: IDLE method completion now correctly works for unicode literals.
250
251- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
252 Roger Serwy.
253
254- Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
255 Patch by Todd Rovito.
256
257- Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
258 ended with '\'. Patch by Roger Serwy.
259
260- Issue #9803: Don't close IDLE on saving if breakpoint is open.
261 Patch by Roger Serwy.
262
263- Issue #14958: Change IDLE systax highlighting to recognize all string and byte
264 literals currently supported in Python 2.7.
265
266- Issue #14962: Update text coloring in IDLE shell window after changing
267 options. Patch by Roger Serwy.
268
269- Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
270
271- Issue #12510: Attempting to get invalid tooltip no longer closes IDLE.
272 Original patch by Roger Serwy.
273
274- Issue #10365: File open dialog now works instead of crashing
275 even when parent window is closed. Patch by Roger Serwy.
276
277- Issue #14876: Use user-selected font for highlight configuration.
278 Patch by Roger Serwy.
279
280- Issue #14409: IDLE now properly executes commands in the Shell window
281 when it cannot read the normal config files on startup and
282 has to use the built-in default key bindings.
283 There was previously a bug in one of the defaults.
284
285- Issue #3573: IDLE hangs when passing invalid command line args
286 (directory(ies) instead of file(s)) (Patch by Guilherme Polo)
287
288- Issue #5219: Prevent event handler cascade in IDLE.
289
Martin v. Löwise2b56242012-07-25 10:56:22 +0200290- Issue #15318: Prevent writing to sys.stdin.
291
Martin v. Löwisdbde8862012-07-11 08:32:05 +0200292- Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
Martin v. Löwise8e4e142012-07-09 21:01:49 +0200293
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400294- Issue #10365: File open dialog now works instead of crashing even when
Terry Jan Reedy5525eb72012-06-07 19:50:30 -0400295 parent window is closed while dialog is open.
296
Ned Deily38df5142012-07-30 03:28:22 -0700297- Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X
298 to include versions shipped with OS X 10.7 and 10.8 in addition to 10.6.
299
Ned Deilye3d47122012-10-22 15:13:01 -0700300- Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
301 with certain versions of Tk 8.5. Initial patch by Kevin Walzer.
302
Terry Jan Reedy5525eb72012-06-07 19:50:30 -0400303
Andrew Svetlov7c010ee2012-03-21 13:35:08 +0200304What's New in IDLE 2.7.3?
Terry Jan Reedy5525eb72012-06-07 19:50:30 -0400305=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400306*Release date: 2012-04-09*
307
308- Issue #964437 Make IDLE help window non-modal.
309 Patch by Guilherme Polo and Roger Serwy.
310
311- Issue #13933: IDLE auto-complete did not work with some imported
312 module, like hashlib. (Patch by Roger Serwy)
313
314- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell.
315 Original patches by Marco Scataglini and Roger Serwy.
316
317- Issue #4625: If IDLE cannot write to its recent file or breakpoint
318 files, display a message popup and continue rather than crash.
319 (original patch by Roger Serwy)
320
321- Issue #8793: Prevent IDLE crash when given strings with invalid hex escape
322 sequences.
323
324- Issue #13296: Fix IDLE to clear compile __future__ flags on shell restart.
325 (Patch by Roger Serwy)
326
Andrew Svetlov8af87292012-03-31 14:34:16 +0300327- Issue #14409: IDLE now properly executes commands in the Shell window
328 when it cannot read the normal config files on startup and
329 has to use the built-in default key bindings.
330 There was previously a bug in one of the defaults.
Andrew Svetlovc37db102012-03-29 19:54:58 +0300331
Andrew Svetlov7c010ee2012-03-21 13:35:08 +0200332- Issue #3573: IDLE hangs when passing invalid command line args
333 (directory(ies) instead of file(s)).
334
335
Kurt B. Kaiser020d3d92011-03-17 00:05:38 -0400336What's New in IDLE 2.7.2?
Terry Jan Reedy5525eb72012-06-07 19:50:30 -0400337=========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400338*Release date: 2011-06-11*
339
340- Issue #11718: IDLE's open module dialog couldn't find the __init__.py
341 file in a package.
342
343- Issue #12590: IDLE editor window now always displays the first line
344 when opening a long file. With Tk 8.5, the first line was hidden.
345
346- Issue #11088: don't crash when using F5 to run a script in IDLE on MacOSX
347 with Tk 8.5.
348
349- Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
350 menu accelerators for Open Module, Go to Line, and New Indent Width.
351 The accelerators still work but no longer appear in the menu items.
352
353- Issue #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather
354 than the currently problematic Apple-supplied one, when running with the
355 64-/32-bit installer variant.
356
357- Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save
358 commands.
359
360- Issue #6075: IDLE on Mac OS X now works with both Carbon AquaTk and
361 Cocoa AquaTk.
362
363- Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle.
364
365- Issue #10107: Warn about unsaved files in IDLE on OSX.
366
367- Issue #10406: Enable Rstrip IDLE extension on OSX (just like on other
368 platforms).
Kurt B. Kaiser020d3d92011-03-17 00:05:38 -0400369
Kurt B. Kaisera5392452011-05-25 22:36:51 -0400370- Issue #6378: Further adjust idle.bat to start associated Python
Kurt B. Kaiserd82a8872011-05-12 21:18:47 -0400371
372- Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
373
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400374- Issue #4676: <Home> toggle failing on Tk 8.5, causing IDLE exits and
375 strange selection behavior. Improve selection extension behaviour.
Kurt B. Kaiserd82a8872011-05-12 21:18:47 -0400376
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400377- Issue #3851 <Home> toggle non-functional when NumLock set on Windows.
378
379
380What's New in Python 2.7.1?
381===========================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400382*Release date: 2010-11-27*
383
384- Issue #6378: idle.bat now runs with the appropriate Python version rather than
385 the system default. Patch by Sridhar Ratnakumar.
Kurt B. Kaiser7548bce2011-03-25 17:48:27 -0400386
Kurt B. Kaiser020d3d92011-03-17 00:05:38 -0400387
Benjamin Peterson743242a2010-07-03 13:49:03 +0000388What's New in IDLE 2.7?
389=======================
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400390*Release date: 2010-07-03*
391
392- Issue #5150: IDLE's format menu now has an option to strip trailing
393 whitespace.
394
395- Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
Amaury Forgeot d'Arcdd8d8242008-04-21 22:35:30 +0000396
Kurt B. Kaiser106ac462009-05-03 01:03:44 +0000397- idle.py modified and simplified to better support developing experimental
398 versions of IDLE which are not installed in the standard location.
399
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400400- Issue #5559: OutputWindow/PyShell right click menu "Go to file/line"
401 wasn't working with file paths containing spaces.
Kurt B. Kaiser94290d32009-04-26 23:22:11 +0000402
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400403- Issue #5783: Windows: Version string for the .chm help file changed,
404 file not being accessed Patch by Guilherme Polo/
Kurt B. Kaiserf13447f2009-04-23 02:36:01 +0000405
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400406- Issue #1529142: Allow multiple IDLE GUI/subprocess pairs to exist
407 simultaneously. Thanks to David Scherer for suggesting the use of an
408 ephemeral port for the GUI. Patch by Weeble.
Kurt B. Kaiser013d6cc2009-04-04 07:03:48 +0000409
Kurt B. Kaiser4724f402009-04-02 02:44:54 +0000410- Remove port spec from run.py and fix bug where subprocess fails to
411 extract port from command line when warnings are present.
412
Terry Jan Reedy6e9a3ac2014-07-14 02:07:26 -0400413- Issue #5129: Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr
414 to handle mixed space/tab properly. Patch by Guilherme Polo.
Kurt B. Kaiserd82a8872011-05-12 21:18:47 -0400415
Ronald Oussoren8c954842009-01-02 12:59:32 +0000416- Issue #3549: On MacOS the preferences menu was not present
417
Martin v. Löwis7d7e1b72009-01-24 15:45:18 +0000418
419What's New in IDLE 2.6?
420=======================
Martin v. Löwis7d7e1b72009-01-24 15:45:18 +0000421*Release date: 01-Oct-2008*
422
Amaury Forgeot d'Arcdd8d8242008-04-21 22:35:30 +0000423- Issue #2665: On Windows, an IDLE installation upgraded from an old version
424 would not start if a custom theme was defined.
425
Kurt B. Kaiser93cdae52008-04-27 21:07:41 +0000426- Home / Control-A toggles between left margin and end of leading white
427 space. Patch 1196903 Jeff Shute.
428
Kurt B. Kaiser83101902008-04-27 21:52:19 +0000429- Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.
430
431- Autocompletion of filenames now support alternate separators, e.g. the
432 '/' char on Windows. Patch 2061 Tal Einat.
Kurt B. Kaiser9c5c0af2008-04-27 21:38:05 +0000433
Kurt B. Kaiserf05fa332008-02-15 22:25:09 +0000434- Configured selection highlighting colors were ignored; updating highlighting
435 in the config dialog would cause non-Python files to be colored as if they
436 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
437
Kurt B. Kaisere312cfd2008-02-15 21:56:36 +0000438- ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
439
Kurt B. Kaiserf30ba3d2008-01-23 22:55:26 +0000440- There was an error on exit if no sys.exitfunc was defined. Issue 1647.
441
Kurt B. Kaiserb4aaa762008-01-23 22:19:23 +0000442- Could not open files in .idlerc directory if latter was hidden on Windows.
443 Issue 1743, Issue 1862.
Anthony Baxter78b1a082006-08-18 07:29:02 +0000444
Kurt B. Kaiser28c7bcf2007-12-28 04:18:01 +0000445- Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
446
Kurt B. Kaiser20172f92007-10-30 02:38:54 +0000447- tabpage.py updated: tabbedPages.py now supports multiple dynamic rows
448 of tabs. Patch 1612746 Tal Einat.
449
Kurt B. Kaiser60d58402007-10-28 19:03:59 +0000450- Add confirmation dialog before printing. Patch 1717170 Tal Einat.
451
Kurt B. Kaiser631fee62007-10-10 01:06:47 +0000452- Show paste position if > 80 col. Patch 1659326 Tal Einat.
453
Kurt B. Kaisercca976b2007-10-10 00:55:40 +0000454- Update cursor color without restarting. Patch 1725576 Tal Einat.
455
Kurt B. Kaiserc8f65e62007-10-09 19:31:30 +0000456- Allow keyboard interrupt only when user code is executing in subprocess.
457 Patch 1225 Tal Einat (reworked from IDLE-Spoon).
458
Kurt B. Kaisere3fde8f2007-10-04 03:11:12 +0000459- configDialog cleanup. Patch 1730217 Tal Einat.
460
Kurt B. Kaiserd5f49102007-10-04 02:53:07 +0000461- textView cleanup. Patch 1718043 Tal Einat.
462
Kurt B. Kaiser0b634ef2007-10-04 02:09:17 +0000463- Clean up EditorWindow close.
464
Kurt B. Kaiserac45aff2008-02-14 00:08:55 +0000465- Patch 1693258: Fix for duplicate "preferences" menu-OS X. Backport of r56204.
466
467- OSX: Avoid crash for those versions of Tcl/Tk which don't have a console
468
469- Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
470 option in config-extensions w/o a value. Patch #1672481, Tal Einat
471
Kurt B. Kaiser209de1f2007-02-08 22:58:18 +0000472- Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
473 mouse and cursor selection in ACWindow implemented; double Tab inserts
474 current selection and closes ACW (similar to double-click and Return); scroll
475 wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
476
Kurt B. Kaiserca30acf2007-02-07 03:39:41 +0000477- AutoCompleteWindow moved below input line, will move above if there
478 isn't enough space. Patch 1621265 Tal Einat
479
Kurt B. Kaiserecf796e2007-02-05 23:02:16 +0000480- Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
481 Suggested solution by Christos Georgiou, Bug 791968.
482
Kurt B. Kaiser90f84922007-02-05 06:03:18 +0000483- Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
484
Kurt B. Kaiserc3200b92006-12-15 05:13:11 +0000485- Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
486
Martin v. Löwis8609da92006-12-03 09:54:46 +0000487- Patch #1362975: Rework CodeContext indentation algorithm to
488 avoid hard-coding pixel widths.
489
Kurt B. Kaiserc3200b92006-12-15 05:13:11 +0000490- Bug #813342: Start the IDLE subprocess with -Qnew if the parent
491 is started with that option.
492
Kurt B. Kaiser0b634ef2007-10-04 02:09:17 +0000493- Honor the "Cancel" action in the save dialog (Debian bug #299092)
494
Kurt B. Kaiserc426ffc2006-10-01 21:16:45 +0000495- Some syntax errors were being caught by tokenize during the tabnanny
496 check, resulting in obscure error messages. Do the syntax check
497 first. Bug 1562716, 1562719
498
Anthony Baxter78b1a082006-08-18 07:29:02 +0000499- IDLE's version number takes a big jump to match the version number of
500 the Python release of which it's a part.
501
502
Kurt B. Kaiserc3200b92006-12-15 05:13:11 +0000503What's New in IDLE 1.2?
504=======================
Kurt B. Kaiserc3200b92006-12-15 05:13:11 +0000505*Release date: 19-SEP-2006*
506
Kurt B. Kaiser7ae35482006-08-16 21:45:59 +0000507- File menu hotkeys: there were three 'p' assignments. Reassign the
508 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the
509 Shell hotkey from 's' to 'l'.
510
Kurt B. Kaiserd112bc72006-08-16 05:01:42 +0000511- IDLE honors new quit() and exit() commands from site.py Quitter() object.
512 Patch 1540892, Jim Jewett
513
514- The 'with' statement is now a Code Context block opener.
515 Patch 1540851, Jim Jewett
Kurt B. Kaiser2a7ff292006-08-16 03:15:26 +0000516
Kurt B. Kaisercd3d8be2006-08-10 17:11:09 +0000517- Retrieval of previous shell command was not always preserving indentation
518 (since 1.2a1) Patch 1528468 Tal Einat.
519
Kurt B. Kaiser1fe9ca02006-08-10 01:41:17 +0000520- Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
521
Kurt B. Kaiser53f2b5f2006-08-09 20:34:46 +0000522- ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
523
Andrew M. Kuchlingfaeeab72006-08-09 18:23:14 +0000524- When used w/o subprocess, all exceptions were preceded by an error
Kurt B. Kaiser312e5af2006-08-09 16:46:15 +0000525 message claiming they were IDLE internal errors (since 1.2a1).
526
Kurt B. Kaiserc3200b92006-12-15 05:13:11 +0000527- Bug #1525817: Don't truncate short lines in IDLE's tool tips.
528
529- Bug #1517990: IDLE keybindings on MacOS X now work correctly
530
531- Bug #1517996: IDLE now longer shows the default Tk menu when a
532 path browser, class browser or debugger is the frontmost window on MacOS X
533
Kurt B. Kaisera2946a42006-07-24 18:05:51 +0000534- EditorWindow.test() was failing. Bug 1417598
535
Kurt B. Kaiserb3c4d162006-07-24 17:13:23 +0000536- EditorWindow failed when used stand-alone if sys.ps1 not set.
537 Bug 1010370 Dave Florek
538
Kurt B. Kaiserc6bacd52006-07-23 04:19:49 +0000539- Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
540
Kurt B. Kaiser43476e02006-07-20 22:22:52 +0000541- Avoid occasional failure to detect closing paren properly.
542 Patch 1407280 Tal Einat
543
Kurt B. Kaiser4b7e35b2006-07-18 04:03:16 +0000544- Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
545
546- Colorizer now handles #<builtin> correctly, also unicode strings and
547 'as' keyword in comment directly following import command. Closes 1325071.
548 Patch 1479219 Tal Einat
549
Kurt B. Kaiserc3200b92006-12-15 05:13:11 +0000550- Patch #1162825: Support non-ASCII characters in IDLE window titles.
551
Kurt B. Kaiser70f05c52006-03-19 20:40:05 +0000552- Source file f.flush() after writing; trying to avoid lossage if user
553 kills GUI.
554
Kurt B. Kaiser5c6e0a12005-11-22 21:09:37 +0000555- Options / Keys / Advanced dialog made functional. Also, allow binding
556 of 'movement' keys.
557
558- 'syntax' patch adds improved calltips and a new class attribute listbox.
559 MultiCall module allows binding multiple actions to an event.
560 Patch 906702 Noam Raphael
Kurt B. Kaiserdcba6622004-12-21 22:10:32 +0000561
Kurt B. Kaiserb61602c2005-11-15 07:20:06 +0000562- Better indentation after first line of string continuation.
563 IDLEfork Patch 681992, Noam Raphael
564
Kurt B. Kaiser389482c2005-10-03 20:08:25 +0000565- Fixed CodeContext alignment problem, following suggestion from Tal Einat.
566
Kurt B. Kaiser74910222005-10-02 23:36:46 +0000567- Increased performance in CodeContext extension Patch 936169 Noam Raphael
568
Kurt B. Kaiser2618c7f2005-08-23 02:27:23 +0000569- Mac line endings were incorrect when pasting code from some browsers
570 when using X11 and the Fink distribution. Python Bug 1263656.
571
Kurt B. Kaisera7daba62005-06-19 18:56:15 +0000572- <Enter> when cursor is on a previous command retrieves that command. Instead
573 of replacing the input line, the previous command is now appended to the
574 input line. Indentation is preserved, and undo is enabled.
575 Patch 1196917 Jeff Shute
576
Kurt B. Kaiserca7329c2005-06-12 05:19:23 +0000577- Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
578 the Untabify command.
579
580- Corrected "tab/space" Error Dialog to show correct menu for Untabify.
581 Patch 1196980 Jeff Shute
582
Kurt B. Kaiserdf506ea2005-06-12 04:33:30 +0000583- New files are colorized by default, and colorizing is removed when
584 saving as non-Python files. Patch 1196895 Jeff Shute
585 Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524
586
Kurt B. Kaiser935ea9a2005-05-10 03:44:24 +0000587- Improve subprocess link error notification.
588
Kurt B. Kaiser20345fb2005-05-05 23:29:54 +0000589- run.py: use Queue's blocking feature instead of sleeping in the main
590 loop. Patch # 1190163 Michiel de Hoon
591
Kurt B. Kaiser0676dfd2005-02-03 01:37:14 +0000592- Add config-main option to make the 'history' feature non-cyclic.
593 Default remains cyclic. Python Patch 914546 Noam Raphael.
594
Kurt B. Kaiseracdef852005-01-31 03:34:26 +0000595- Removed ability to configure tabs indent from Options dialog. This 'feature'
596 has never worked and no one has complained. It is still possible to set a
597 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on
598 tabs for the current EditorWindow via the Format menu) but IDLE will
599 encourage indentation via spaces.
600
601- Enable setting the indentation width using the Options dialog.
602 Bug # 783877
603
Kurt B. Kaiser3069dbb2005-01-28 00:16:16 +0000604- Add keybindings for del-word-left and del-word-right.
605
Kurt B. Kaiser6af44982005-01-19 00:22:59 +0000606- Discourage using an indent width other than 8 when using tabs to indent
607 Python code.
608
609- Restore use of EditorWindow.set_indentation_params(), was dead code since
Kurt B. Kaiser3069dbb2005-01-28 00:16:16 +0000610 Autoindent was merged into EditorWindow. This allows IDLE to conform to the
611 indentation width of a loaded file. (But it still will not switch to tabs
612 even if the file uses tabs.) Any change in indent width is local to that
613 window.
Kurt B. Kaiser6af44982005-01-19 00:22:59 +0000614
615- Add Tabnanny check before Run/F5, not just when Checking module.
616
Kurt B. Kaiserb00e89f2005-01-18 00:54:58 +0000617- If an extension can't be loaded, print warning and skip it instead of
618 erroring out.
619
Kurt B. Kaiser3069dbb2005-01-28 00:16:16 +0000620- Improve error handling when .idlerc can't be created (warn and exit).
621
Kurt B. Kaiser70f05c52006-03-19 20:40:05 +0000622- The GUI was hanging if the shell window was closed while a raw_input()
Kurt B. Kaiser5c3df352004-12-23 04:20:59 +0000623 was pending. Restored the quit() of the readline() mainloop().
624 http://mail.python.org/pipermail/idle-dev/2004-December/002307.html
625
Kurt B. Kaiserdcba6622004-12-21 22:10:32 +0000626- The remote procedure call module rpc.py can now access data attributes of
627 remote registered objects. Changes to these attributes are local, however.
628
Terry Jan Reedy1d2ce972015-09-21 01:07:54 -0400629
Anthony Baxtere2648ee2004-11-30 01:28:55 +0000630What's New in IDLE 1.1?
631=======================
Anthony Baxtere2648ee2004-11-30 01:28:55 +0000632*Release date: 30-NOV-2004*
Kurt B. Kaisere9535112004-11-19 15:46:49 +0000633
634- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
635 stuck subprocess MainThread because only the SocketThread was exiting.
636
Kurt B. Kaiser03562a52004-11-16 21:31:08 +0000637- Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
638 button) caused IDLE to fail on restart (no new keyset was created in
639 config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
640
Kurt B. Kaiserf7a88992004-11-13 21:05:58 +0000641- A change to the linecache.py API caused IDLE to exit when an exception was
642 raised while running without the subprocess (-n switch). Python Bug 1063840.
643
Tim Peters16e3cf52004-10-24 23:45:42 +0000644- When paragraph reformat width was made configurable, a bug was
645 introduced that caused reformatting of comment blocks to ignore how
646 far the block was indented, effectively adding the indentation width
647 to the reformat width. This has been repaired, and the reformat
648 width is again a bound on the total width of reformatted lines.
649
Kurt B. Kaiser183403a2004-08-22 05:14:32 +0000650- Improve keyboard focus binding, especially in Windows menu. Improve
651 window raising, especially in the Windows menu and in the debugger.
652 IDLEfork 763524.
653
Mark Dickinson3e4caeb2009-02-21 20:27:01 +0000654- If user passes a non-existent filename on the commandline, just
Kurt B. Kaiser183403a2004-08-22 05:14:32 +0000655 open a new file, don't raise a dialog. IDLEfork 854928.
656
Kurt B. Kaiser183403a2004-08-22 05:14:32 +0000657- EditorWindow.py was not finding the .chm help file on Windows. Typo
658 at Rev 1.54. Python Bug 990954
659
Kurt B. Kaiser8aa23922004-07-15 04:54:57 +0000660- checking sys.platform for substring 'win' was breaking IDLE docs on Mac
661 (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
662
Kurt B. Kaiser49a5fe12004-07-04 01:25:56 +0000663- Redirect the warning stream to the shell during the ScriptBinding check of
664 user code and format the warning similarly to an exception for both that
665 check and for runtime warnings raised in the subprocess.
666
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000667- CodeContext hint pane visibility state is now persistent across sessions.
668 The pane no longer appears in the shell window. Added capability to limit
669 extensions to shell window or editor windows. Noam Raphael addition
670 to Patch 936169.
671
672- Paragraph reformat width is now a configurable parameter in the
673 Options GUI.
674
Kurt B. Kaiser54d1a3b2004-04-21 20:06:26 +0000675- New Extension: CodeContext. Provides block structuring hints for code
676 which has scrolled above an edit window. Patch 936169 Noam Raphael.
677
Kurt B. Kaisercf6f1b62004-04-11 03:16:07 +0000678- If nulls somehow got into the strings in recent-files.lst
679 EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
680
Kurt B. Kaiser74910222005-10-02 23:36:46 +0000681- If the normal background is changed via Configure/Highlighting, it will
682 update immediately, thanks to the previously mentioned patch by Nigel Rowe.
Kurt B. Kaiser0bc3d982004-03-15 04:26:37 +0000683
Kurt B. Kaiser73360a32004-03-08 18:15:31 +0000684- Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser74910222005-10-02 23:36:46 +0000685 This also fixed IDLEfork bug [ 693418 ] Normal text background color not
686 refreshed and Python bug [897872 ] Unknown color name on HP-UX
Kurt B. Kaiser73360a32004-03-08 18:15:31 +0000687
Kurt B. Kaiserd6ab77d2004-01-21 19:21:11 +0000688- rpc.py:SocketIO - Large modules were generating large pickles when downloaded
689 to the execution server. The return of the OK response from the subprocess
690 initialization was interfering and causing the sending socket to be not
691 ready. Add an IO ready test to fix this. Moved the polling IO ready test
692 into pollpacket().
693
694- Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
695
Kurt B. Kaiseraf3eb872004-01-21 18:54:30 +0000696- Added a Tk error dialog to run.py inform the user if the subprocess can't
697 connect to the user GUI process. Added a timeout to the GUI's listening
698 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
699 the port or connect to the subprocess. Clean up error handling during
700 connection initiation phase. This is an update of Python Patch 778323.
701
Tim Peters16e3cf52004-10-24 23:45:42 +0000702- Print correct exception even if source file changed since shell was
Kurt B. Kaisere9802a32004-01-02 04:04:04 +0000703 restarted. IDLEfork Patch 869012 Noam Raphael
Kurt B. Kaiserb7855182003-08-14 14:54:28 +0000704
Kurt B. Kaiser2303b1c2003-11-24 05:26:16 +0000705- Keybindings with the Shift modifier now work correctly. So do bindings which
706 use the Space key. Limit unmodified user keybindings to the function keys.
707 Python Bug 775353, IDLEfork Bugs 755647, 761557
708
Kurt B. Kaiser924f6162003-11-19 04:52:32 +0000709- After an exception, run.py was not setting the exception vector. Noam
Tim Peters16e3cf52004-10-24 23:45:42 +0000710 Raphael suggested correcting this so pdb's postmortem pm() would work.
Kurt B. Kaiser924f6162003-11-19 04:52:32 +0000711 IDLEfork Patch 844675
712
Kurt B. Kaiserc714d452003-11-24 03:23:16 +0000713- IDLE now does not fail to save the file anymore if the Tk buffer is not a
714 Unicode string, yet eol_convention is. Python Bugs 774680, 788378
715
Kurt B. Kaiserb7855182003-08-14 14:54:28 +0000716- IDLE didn't start correctly when Python was installed in "Program Files" on
717 W2K and XP. Python Bugs 780451, 784183
718
719- config-main.def documentation incorrectly referred to idle- instead of
720 config- filenames. SF 782759 Also added note about .idlerc location.
721
722
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +0000723What's New in IDLE 1.0?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000724=======================
Kurt B. Kaiser220fecf2003-07-27 03:24:19 +0000725*Release date: 29-Jul-2003*
726
Kurt B. Kaiser6145a622003-07-23 15:42:14 +0000727- Calltip error when docstring was None Python Bug 775541
728
Kurt B. Kaisercca91222003-07-16 03:10:43 +0000729- Updated extend.txt, help.txt, and config-extensions.def to correctly
730 reflect the current status of the configuration system. Python Bug 768469
731
732- Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
733
734- Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
735 Python Patch 768187
736
737- Break or continue statements outside a loop were causing IDLE crash
738 Python Bug 767794
739
740- Convert Unicode strings from readline to IOBinding.encoding. Also set
741 sys.std{in|out|err}.encoding, for both the local and the subprocess case.
742 SF IDLEfork patch 682347.
743
Kurt B. Kaiserc714d452003-11-24 03:23:16 +0000744- Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
745 file Latin-1.
746
747- Updated the About dialog to reflect re-integration into Python. Provide
748 buttons to display Python's NEWS, License, and Credits, plus additional
749 buttons for IDLE's README and NEWS.
750
751- TextViewer() now has a third parameter which allows inserting text into the
752 viewer instead of reading from a file.
753
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000754- (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
755 IDLEfork modified to install in the Python environment. The code in the
756 interrupt module has been moved to thread.interrupt_main(). )
757
758- Printing the Shell window was failing if it was not saved first SF 748975
759
760- When using the Search in Files dialog, if the user had a selection
761 highlighted in his Editor window, insert it into the dialog search field.
762
763- The Python Shell entry was disappearing from the Windows menu.
764
765- Update the Windows file list when a file name change occurs
766
767- Change to File / Open Module: always pop up the dialog, using the current
768 selection as the default value. This is easier to use habitually.
769
770- Avoided a problem with starting the subprocess when 'localhost' doesn't
771 resolve to the user's loopback interface. SF 747772
772
773- Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
774 improved notification of Tabnanny Token Error.
775
776- File / New will by default save in the directory of the Edit window from
777 which it was initiated. SF 748973 Guido van Rossum patch.
778
Steven M. Gavad39993e2001-07-20 01:36:49 +0000779
Kurt B. Kaiser9a90e702003-04-25 17:48:08 +0000780What's New in IDLEfork 0.9b1?
Kurt B. Kaiser4d5bc602004-06-06 01:29:22 +0000781=============================
Kurt B. Kaiser76bcb5c2003-06-14 02:51:06 +0000782*Release date: 02-Jun-2003*
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000783
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000784- The current working directory of the execution environment (and shell
Tim Peters16e3cf52004-10-24 23:45:42 +0000785 following completion of execution) is now that of the module being run.
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000786
787- Added the delete-exitfunc option to config-main.def. (This option is not
788 included in the Options dialog.) Setting this to True (the default) will
789 cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
790
791- IDLE now preserves the line ending codes when editing a file produced on
792 a different platform. SF 661759, SF 538584
793
794- Reduced default editor font size to 10 point and increased window height
795 to provide a better initial impression on Windows.
796
797- Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
798 the default font when first installed on Windows. SF 661676
799
800- Added Autosave feature: when user runs code from edit window, if the file
801 has been modified IDLE will silently save it if Autosave is enabled. The
802 option is set in the Options dialog, and the default is to prompt the
803 user to save the file. SF 661318 Bruce Sherwood patch.
804
805- Improved the RESTART annotation in the shell window when the user restarts
806 the shell while it is generating output. Also improved annotation when user
807 repeatedly hammers the Ctrl-F6 restart.
808
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000809- Allow IDLE to run when not installed and cwd is not the IDLE directory
810 SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
811
812- When a module is run from an EditorWindow: if its directory is not in
813 sys.path, prepend it. This allows the module to import other modules in
814 the same directory. Do the same for a script run from the command line.
815
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000816- Correctly restart the subprocess if it is running user code and the user
817 attempts to run some other module or restarts the shell. Do the same if
818 the link is broken and it is possible to restart the subprocess and re-
819 connect to the GUI. SF RFE 661321.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000820
821- Improved exception reporting when running commands or scripts from the
822 command line.
823
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000824- Added a -n command line switch to start IDLE without the subprocess.
825 Removed the Shell menu when running in that mode. Updated help messages.
826
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000827- Added a comment to the shell startup header to indicate when IDLE is not
Kurt B. Kaisera80d57c2003-05-17 03:15:48 +0000828 using the subprocess.
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000829
830- Restore the ability to run without the subprocess. This can be important for
831 some platforms or configurations. (Running without the subprocess allows the
832 debugger to trace through parts of IDLE itself, which may or may not be
833 desirable, depending on your point of view. In addition, the traditional
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000834 reload/import tricks must be use if user source code is changed.) This is
835 helpful for developing IDLE using IDLE, because one instance can be used to
836 edit the code and a separate instance run to test changes. (Multiple
837 concurrent IDLE instances with subprocesses is a future feature)
Kurt B. Kaiser7f38ec02003-05-15 03:19:42 +0000838
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000839- Improve the error message a user gets when saving a file with non-ASCII
840 characters and no source encoding is specified. Done by adding a dialog
841 'EncodingMessage', which contains the line to add in a fixed-font entry
842 widget, and which has a button to add that line to the file automatically.
843 Also, add a configuration option 'EditorWindow/encoding', which has three
844 possible values: none, utf-8, and locale. None is the default: IDLE will show
845 this dialog when non-ASCII characters are encountered. utf-8 means that files
846 with non-ASCII characters are saved as utf-8-with-bom. locale means that
847 files are saved in the locale's encoding; the dialog is only displayed if the
848 source contains characters outside the locale's charset. SF 710733 - Loewis
849
Kurt B. Kaisera00050f2003-05-08 20:26:55 +0000850- Improved I/O response by tweaking the wait parameter in various
851 calls to signal.signal().
852
Tim Peters16e3cf52004-10-24 23:45:42 +0000853- Implemented a threaded subprocess which allows interrupting a pass
Kurt B. Kaiser73414a22003-05-12 03:04:59 +0000854 loop in user code using the 'interrupt' extension. User code runs
Kurt B. Kaiser5ddef752003-06-01 01:11:14 +0000855 in MainThread, while the RPCServer is handled by SockThread. This is
856 necessary because Windows doesn't support signals.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000857
Kurt B. Kaiser94afd302003-03-12 20:52:00 +0000858- Implemented the 'interrupt' extension module, which allows a subthread
859 to raise a KeyboardInterrupt in the main thread.
860
861- Attempting to save the shell raised an error related to saving
862 breakpoints, which are not implemented in the shell
863
864- Provide a correct message when 'exit' or 'quit' are entered at the
865 IDLE command prompt SF 695861
866
867- Eliminate extra blank line in shell output caused by not flushing
868 stdout when user code ends with an unterminated print. SF 695861
869
870- Moved responsibility for exception formatting (i.e. pruning IDLE internal
871 calls) out of rpc.py into the client and server.
872
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000873- Exit IDLE cleanly even when doing subprocess I/O
874
Tim Peters16e3cf52004-10-24 23:45:42 +0000875- Handle subprocess interrupt with an RPC message.
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000876
877- Restart the subprocess if it terminates itself. (VPython programs do that)
878
Tim Peters16e3cf52004-10-24 23:45:42 +0000879- Support subclassing of exceptions, including in the shell, by moving the
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000880 exception formatting to the subprocess.
881
Kurt B. Kaiser003091c2003-02-17 18:57:16 +0000882
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000883What's New in IDLEfork 0.9 Alpha 2?
884===================================
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000885*Release date: 27-Jan-2003*
886
887- Updated INSTALL.txt to claify use of the python2 rpm.
888
889- Improved formatting in IDLE Help.
890
891- Run menu: Replace "Run Script" with "Run Module".
892
893- Code encountering an unhandled exception under the debugger now shows
894 the correct traceback, with IDLE internal levels pruned out.
895
896- If an exception occurs entirely in IDLE, don't prune the IDLE internal
897 modules from the traceback displayed.
898
899- Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
900
901- IDLE icons will now install correctly even when setup.py is run from the
902 build directory
903
904- Class Browser now compatible with Python2.3 version of pyclbr.py
Kurt B. Kaiser2cb54022002-12-31 18:12:04 +0000905
Kurt B. Kaiser5ec186b2003-01-17 04:04:06 +0000906- Left cursor move in presence of selected text now moves from left end
907 of the selection.
908
909- Add Meta keybindings to "IDLE Classic Windows" to handle reversed
910 Alt/Meta on some Linux distros.
911
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000912- Change default: IDLE now starts with Python Shell.
913
914- Removed the File Path from the Additional Help Sources scrolled list.
915
Tim Peters16e3cf52004-10-24 23:45:42 +0000916- Add capability to access Additional Help Sources on the web if the
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000917 Help File Path begins with //http or www. (Otherwise local path is
918 validated, as before.)
919
920- Additional Help Sources were not being posted on the Help menu in the
Tim Peters16e3cf52004-10-24 23:45:42 +0000921 order entered. Implement sorting the list by [HelpFiles] 'option'
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000922 number.
923
Tim Peters16e3cf52004-10-24 23:45:42 +0000924- Add Browse button to New Help Source dialog. Arrange to start in
Kurt B. Kaiser8e92bf72003-01-14 22:03:31 +0000925 Python/Doc if platform is Windows, otherwise start in current directory.
926
927- Put the Additional Help Sources directly on the Help menu instead of in
928 an Extra Help cascade menu. Rearrange the Help menu so the Additional
929 Help Sources come last. Update help.txt appropriately.
930
931- Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
932
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000933- Uniform capitalization in General tab of ConfigDialog, update the doc string.
934
935- Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
936 deleting Additional Help Sources from the user's config file.
937
938- Make configHelpSourceEdit OK button the default and bind <Return>
939
940- Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
941 to parents.
942
943- Use os.startfile() to open both Additional Help and Python Help on the
944 Windows platform. The application associated with the file type will act as
945 the viewer. Windows help files (.chm) are now supported via the
946 Settings/General/Additional Help facility.
947
948- If Python Help files are installed locally on Linux, use them instead of
949 accessing python.org.
950
951- Make the methods for finding the Python help docs more robust, and make
Tim Peters16e3cf52004-10-24 23:45:42 +0000952 them work in the installed configuration, also.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000953
954- On the Save Before Run dialog, make the OK button the default. One
955 less mouse action!
956
957- Add a method: EditorWindow.get_geometry() for future use in implementing
958 window location persistence.
959
960- Removed the "Help/Advice" menu entry. Thanks, David! We'll remember!
961
962- Change the "Classic Windows" theme's paste key to be <ctrl-v>.
963
964- Rearrange the Shell menu to put Stack Viewer entries adjacent.
965
966- Add the ability to restart the subprocess interpreter from the shell window;
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000967 add an associated menu entry "Shell/Restart" with binding Control-F6. Update
968 IDLE help.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000969
970- Upon a restart, annotate the shell window with a "restart boundary". Add a
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000971 shell window menu "Shell/View Restart" with binding F6 to jump to the most
972 recent restart boundary.
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000973
Kurt B. Kaiser7e172892003-01-27 02:40:20 +0000974- Add Shell menu to Python Shell; change "Settings" to "Options".
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000975
976- Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
977
978- Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
979
980- In installer text, fix reference to Visual Python, should be VPython.
981 Properly credit David Scherer.
982
983- Modified idle, idle.py, idle.pyw to improve exception handling.
984
Steven M. Gavad39993e2001-07-20 01:36:49 +0000985
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000986What's New in IDLEfork 0.9 Alpha 1?
987===================================
Tim Peters16e3cf52004-10-24 23:45:42 +0000988*Release date: 31-Dec-2002*
Steven M. Gava88ff7362001-07-21 09:50:55 +0000989
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000990- First release of major new functionality. For further details refer to
991 Idle-dev and/or the Sourceforge CVS.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000992
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000993- Adapted to the Mac platform.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000994
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000995- Overhauled the IDLE startup options and revised the idle -h help message,
996 which provides details of command line usage.
Steven M. Gavad39993e2001-07-20 01:36:49 +0000997
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +0000998- Multiple bug fixes and usability enhancements.
999
1000- Introduced the new RPC implementation, which includes a debugger. The output
1001 of user code is to the shell, and the shell may be used to inspect the
1002 environment after the run has finished. (In version 0.8.1 the shell
1003 environment was separate from the environment of the user code.)
1004
1005- Introduced the configuration GUI and a new About dialog.
1006
1007- Removed David Scherer's Remote Procedure Call code and replaced with Guido
1008 van Rossum's. GvR code has support for the IDLE debugger and uses the shell
1009 to inspect the environment of code Run from an Edit window. Files removed:
1010 ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
Steven M. Gavad39993e2001-07-20 01:36:49 +00001011
Kurt B. Kaisera7b804f2003-01-10 21:27:23 +00001012--------------------------------------------------------------------
1013Refer to HISTORY.txt for additional information on earlier releases.
1014--------------------------------------------------------------------
David Scherer7aced172000-08-15 01:13:23 +00001015
1016
David Scherer7aced172000-08-15 01:13:23 +00001017
1018
David Scherer7aced172000-08-15 01:13:23 +00001019