Anthony Baxter | 78b1a08 | 2006-08-18 07:29:02 +0000 | [diff] [blame] | 1 | What's New in IDLE 2.6a1? |
| 2 | ========================= |
| 3 | |
| 4 | *Release date: XX-XXX-200X* |
| 5 | |
Kurt B. Kaiser | 20172f9 | 2007-10-30 02:38:54 +0000 | [diff] [blame^] | 6 | - tabpage.py updated: tabbedPages.py now supports multiple dynamic rows |
| 7 | of tabs. Patch 1612746 Tal Einat. |
| 8 | |
Kurt B. Kaiser | 60d5840 | 2007-10-28 19:03:59 +0000 | [diff] [blame] | 9 | - Add confirmation dialog before printing. Patch 1717170 Tal Einat. |
| 10 | |
Kurt B. Kaiser | 631fee6 | 2007-10-10 01:06:47 +0000 | [diff] [blame] | 11 | - Show paste position if > 80 col. Patch 1659326 Tal Einat. |
| 12 | |
Kurt B. Kaiser | cca976b | 2007-10-10 00:55:40 +0000 | [diff] [blame] | 13 | - Update cursor color without restarting. Patch 1725576 Tal Einat. |
| 14 | |
Kurt B. Kaiser | c8f65e6 | 2007-10-09 19:31:30 +0000 | [diff] [blame] | 15 | - Allow keyboard interrupt only when user code is executing in subprocess. |
| 16 | Patch 1225 Tal Einat (reworked from IDLE-Spoon). |
| 17 | |
Kurt B. Kaiser | e3fde8f | 2007-10-04 03:11:12 +0000 | [diff] [blame] | 18 | - configDialog cleanup. Patch 1730217 Tal Einat. |
| 19 | |
Kurt B. Kaiser | d5f4910 | 2007-10-04 02:53:07 +0000 | [diff] [blame] | 20 | - textView cleanup. Patch 1718043 Tal Einat. |
| 21 | |
Kurt B. Kaiser | 0b634ef | 2007-10-04 02:09:17 +0000 | [diff] [blame] | 22 | - Clean up EditorWindow close. |
| 23 | |
Kurt B. Kaiser | 209de1f | 2007-02-08 22:58:18 +0000 | [diff] [blame] | 24 | - Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; |
| 25 | mouse and cursor selection in ACWindow implemented; double Tab inserts |
| 26 | current selection and closes ACW (similar to double-click and Return); scroll |
| 27 | wheel now works in ACW. Added AutoComplete instructions to IDLE Help. |
| 28 | |
Kurt B. Kaiser | ca30acf | 2007-02-07 03:39:41 +0000 | [diff] [blame] | 29 | - AutoCompleteWindow moved below input line, will move above if there |
| 30 | isn't enough space. Patch 1621265 Tal Einat |
| 31 | |
Kurt B. Kaiser | ecf796e | 2007-02-05 23:02:16 +0000 | [diff] [blame] | 32 | - Calltips now 'handle' tuples in the argument list (display '<tuple>' :) |
| 33 | Suggested solution by Christos Georgiou, Bug 791968. |
| 34 | |
Kurt B. Kaiser | 90f8492 | 2007-02-05 06:03:18 +0000 | [diff] [blame] | 35 | - Add 'raw' support to configHandler. Patch 1650174 Tal Einat. |
| 36 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 37 | - Avoid hang when encountering a duplicate in a completion list. Bug 1571112. |
| 38 | |
Martin v. Löwis | 8609da9 | 2006-12-03 09:54:46 +0000 | [diff] [blame] | 39 | - Patch #1362975: Rework CodeContext indentation algorithm to |
| 40 | avoid hard-coding pixel widths. |
| 41 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 42 | - Bug #813342: Start the IDLE subprocess with -Qnew if the parent |
| 43 | is started with that option. |
| 44 | |
Kurt B. Kaiser | 0b634ef | 2007-10-04 02:09:17 +0000 | [diff] [blame] | 45 | - Honor the "Cancel" action in the save dialog (Debian bug #299092) |
| 46 | |
Kurt B. Kaiser | c426ffc | 2006-10-01 21:16:45 +0000 | [diff] [blame] | 47 | - Some syntax errors were being caught by tokenize during the tabnanny |
| 48 | check, resulting in obscure error messages. Do the syntax check |
| 49 | first. Bug 1562716, 1562719 |
| 50 | |
Anthony Baxter | 78b1a08 | 2006-08-18 07:29:02 +0000 | [diff] [blame] | 51 | - IDLE's version number takes a big jump to match the version number of |
| 52 | the Python release of which it's a part. |
| 53 | |
| 54 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 55 | What's New in IDLE 1.2? |
| 56 | ======================= |
| 57 | |
| 58 | *Release date: 19-SEP-2006* |
| 59 | |
| 60 | |
Kurt B. Kaiser | 312e5af | 2006-08-09 16:46:15 +0000 | [diff] [blame] | 61 | What's New in IDLE 1.2c1? |
| 62 | ========================= |
| 63 | |
Anthony Baxter | b409666 | 2006-08-16 03:42:26 +0000 | [diff] [blame] | 64 | *Release date: 17-AUG-2006* |
Kurt B. Kaiser | 312e5af | 2006-08-09 16:46:15 +0000 | [diff] [blame] | 65 | |
Kurt B. Kaiser | 7ae3548 | 2006-08-16 21:45:59 +0000 | [diff] [blame] | 66 | - File menu hotkeys: there were three 'p' assignments. Reassign the |
| 67 | 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the |
| 68 | Shell hotkey from 's' to 'l'. |
| 69 | |
Kurt B. Kaiser | d112bc7 | 2006-08-16 05:01:42 +0000 | [diff] [blame] | 70 | - IDLE honors new quit() and exit() commands from site.py Quitter() object. |
| 71 | Patch 1540892, Jim Jewett |
| 72 | |
| 73 | - The 'with' statement is now a Code Context block opener. |
| 74 | Patch 1540851, Jim Jewett |
Kurt B. Kaiser | 2a7ff29 | 2006-08-16 03:15:26 +0000 | [diff] [blame] | 75 | |
Kurt B. Kaiser | cd3d8be | 2006-08-10 17:11:09 +0000 | [diff] [blame] | 76 | - Retrieval of previous shell command was not always preserving indentation |
| 77 | (since 1.2a1) Patch 1528468 Tal Einat. |
| 78 | |
Kurt B. Kaiser | 1fe9ca0 | 2006-08-10 01:41:17 +0000 | [diff] [blame] | 79 | - Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) |
| 80 | |
Kurt B. Kaiser | 53f2b5f | 2006-08-09 20:34:46 +0000 | [diff] [blame] | 81 | - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). |
| 82 | |
Andrew M. Kuchling | faeeab7 | 2006-08-09 18:23:14 +0000 | [diff] [blame] | 83 | - When used w/o subprocess, all exceptions were preceded by an error |
Kurt B. Kaiser | 312e5af | 2006-08-09 16:46:15 +0000 | [diff] [blame] | 84 | message claiming they were IDLE internal errors (since 1.2a1). |
| 85 | |
Anthony Baxter | 5d32a9f | 2006-08-02 07:43:09 +0000 | [diff] [blame] | 86 | What's New in IDLE 1.2b3? |
Kurt B. Kaiser | 4b7e35b | 2006-07-18 04:03:16 +0000 | [diff] [blame] | 87 | ========================= |
| 88 | |
Anthony Baxter | 5d32a9f | 2006-08-02 07:43:09 +0000 | [diff] [blame] | 89 | *Release date: 03-AUG-2006* |
Kurt B. Kaiser | 4b7e35b | 2006-07-18 04:03:16 +0000 | [diff] [blame] | 90 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 91 | - Bug #1525817: Don't truncate short lines in IDLE's tool tips. |
| 92 | |
| 93 | - Bug #1517990: IDLE keybindings on MacOS X now work correctly |
| 94 | |
| 95 | - Bug #1517996: IDLE now longer shows the default Tk menu when a |
| 96 | path browser, class browser or debugger is the frontmost window on MacOS X |
| 97 | |
Kurt B. Kaiser | a2946a4 | 2006-07-24 18:05:51 +0000 | [diff] [blame] | 98 | - EditorWindow.test() was failing. Bug 1417598 |
| 99 | |
Kurt B. Kaiser | b3c4d16 | 2006-07-24 17:13:23 +0000 | [diff] [blame] | 100 | - EditorWindow failed when used stand-alone if sys.ps1 not set. |
| 101 | Bug 1010370 Dave Florek |
| 102 | |
Kurt B. Kaiser | c6bacd5 | 2006-07-23 04:19:49 +0000 | [diff] [blame] | 103 | - Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie |
| 104 | |
Kurt B. Kaiser | 43476e0 | 2006-07-20 22:22:52 +0000 | [diff] [blame] | 105 | - Avoid occasional failure to detect closing paren properly. |
| 106 | Patch 1407280 Tal Einat |
| 107 | |
Kurt B. Kaiser | 4b7e35b | 2006-07-18 04:03:16 +0000 | [diff] [blame] | 108 | - Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. |
| 109 | |
| 110 | - Colorizer now handles #<builtin> correctly, also unicode strings and |
| 111 | 'as' keyword in comment directly following import command. Closes 1325071. |
| 112 | Patch 1479219 Tal Einat |
| 113 | |
Anthony Baxter | 70e8e87 | 2006-07-10 07:41:04 +0000 | [diff] [blame] | 114 | What's New in IDLE 1.2b2? |
| 115 | ========================= |
| 116 | |
| 117 | *Release date: 11-JUL-2006* |
| 118 | |
Anthony Baxter | d113680 | 2006-06-19 12:04:15 +0000 | [diff] [blame] | 119 | What's New in IDLE 1.2b1? |
| 120 | ========================= |
| 121 | |
| 122 | *Release date: 20-JUN-2006* |
| 123 | |
Anthony Baxter | c7d0032 | 2006-04-27 02:11:24 +0000 | [diff] [blame] | 124 | What's New in IDLE 1.2a2? |
| 125 | ========================= |
| 126 | |
| 127 | *Release date: 27-APR-2006* |
| 128 | |
Anthony Baxter | ebed3f6 | 2006-04-03 15:03:44 +0000 | [diff] [blame] | 129 | What's New in IDLE 1.2a1? |
| 130 | ========================= |
Kurt B. Kaiser | dcba662 | 2004-12-21 22:10:32 +0000 | [diff] [blame] | 131 | |
Anthony Baxter | ebed3f6 | 2006-04-03 15:03:44 +0000 | [diff] [blame] | 132 | *Release date: 05-APR-2006* |
Kurt B. Kaiser | 5c6e0a1 | 2005-11-22 21:09:37 +0000 | [diff] [blame] | 133 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 134 | - Patch #1162825: Support non-ASCII characters in IDLE window titles. |
| 135 | |
Kurt B. Kaiser | 70f05c5 | 2006-03-19 20:40:05 +0000 | [diff] [blame] | 136 | - Source file f.flush() after writing; trying to avoid lossage if user |
| 137 | kills GUI. |
| 138 | |
Kurt B. Kaiser | 5c6e0a1 | 2005-11-22 21:09:37 +0000 | [diff] [blame] | 139 | - Options / Keys / Advanced dialog made functional. Also, allow binding |
| 140 | of 'movement' keys. |
| 141 | |
| 142 | - 'syntax' patch adds improved calltips and a new class attribute listbox. |
| 143 | MultiCall module allows binding multiple actions to an event. |
| 144 | Patch 906702 Noam Raphael |
Kurt B. Kaiser | dcba662 | 2004-12-21 22:10:32 +0000 | [diff] [blame] | 145 | |
Kurt B. Kaiser | b61602c | 2005-11-15 07:20:06 +0000 | [diff] [blame] | 146 | - Better indentation after first line of string continuation. |
| 147 | IDLEfork Patch 681992, Noam Raphael |
| 148 | |
Kurt B. Kaiser | 389482c | 2005-10-03 20:08:25 +0000 | [diff] [blame] | 149 | - Fixed CodeContext alignment problem, following suggestion from Tal Einat. |
| 150 | |
Kurt B. Kaiser | 7491022 | 2005-10-02 23:36:46 +0000 | [diff] [blame] | 151 | - Increased performance in CodeContext extension Patch 936169 Noam Raphael |
| 152 | |
Kurt B. Kaiser | 2618c7f | 2005-08-23 02:27:23 +0000 | [diff] [blame] | 153 | - Mac line endings were incorrect when pasting code from some browsers |
| 154 | when using X11 and the Fink distribution. Python Bug 1263656. |
| 155 | |
Kurt B. Kaiser | a7daba6 | 2005-06-19 18:56:15 +0000 | [diff] [blame] | 156 | - <Enter> when cursor is on a previous command retrieves that command. Instead |
| 157 | of replacing the input line, the previous command is now appended to the |
| 158 | input line. Indentation is preserved, and undo is enabled. |
| 159 | Patch 1196917 Jeff Shute |
| 160 | |
Kurt B. Kaiser | ca7329c | 2005-06-12 05:19:23 +0000 | [diff] [blame] | 161 | - Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with |
| 162 | the Untabify command. |
| 163 | |
| 164 | - Corrected "tab/space" Error Dialog to show correct menu for Untabify. |
| 165 | Patch 1196980 Jeff Shute |
| 166 | |
Kurt B. Kaiser | df506ea | 2005-06-12 04:33:30 +0000 | [diff] [blame] | 167 | - New files are colorized by default, and colorizing is removed when |
| 168 | saving as non-Python files. Patch 1196895 Jeff Shute |
| 169 | Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 |
| 170 | |
Kurt B. Kaiser | 935ea9a | 2005-05-10 03:44:24 +0000 | [diff] [blame] | 171 | - Improve subprocess link error notification. |
| 172 | |
Kurt B. Kaiser | 20345fb | 2005-05-05 23:29:54 +0000 | [diff] [blame] | 173 | - run.py: use Queue's blocking feature instead of sleeping in the main |
| 174 | loop. Patch # 1190163 Michiel de Hoon |
| 175 | |
Kurt B. Kaiser | 0676dfd | 2005-02-03 01:37:14 +0000 | [diff] [blame] | 176 | - Add config-main option to make the 'history' feature non-cyclic. |
| 177 | Default remains cyclic. Python Patch 914546 Noam Raphael. |
| 178 | |
Kurt B. Kaiser | acdef85 | 2005-01-31 03:34:26 +0000 | [diff] [blame] | 179 | - Removed ability to configure tabs indent from Options dialog. This 'feature' |
| 180 | has never worked and no one has complained. It is still possible to set a |
| 181 | default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on |
| 182 | tabs for the current EditorWindow via the Format menu) but IDLE will |
| 183 | encourage indentation via spaces. |
| 184 | |
| 185 | - Enable setting the indentation width using the Options dialog. |
| 186 | Bug # 783877 |
| 187 | |
Kurt B. Kaiser | 3069dbb | 2005-01-28 00:16:16 +0000 | [diff] [blame] | 188 | - Add keybindings for del-word-left and del-word-right. |
| 189 | |
Kurt B. Kaiser | 6af4498 | 2005-01-19 00:22:59 +0000 | [diff] [blame] | 190 | - Discourage using an indent width other than 8 when using tabs to indent |
| 191 | Python code. |
| 192 | |
| 193 | - Restore use of EditorWindow.set_indentation_params(), was dead code since |
Kurt B. Kaiser | 3069dbb | 2005-01-28 00:16:16 +0000 | [diff] [blame] | 194 | Autoindent was merged into EditorWindow. This allows IDLE to conform to the |
| 195 | indentation width of a loaded file. (But it still will not switch to tabs |
| 196 | even if the file uses tabs.) Any change in indent width is local to that |
| 197 | window. |
Kurt B. Kaiser | 6af4498 | 2005-01-19 00:22:59 +0000 | [diff] [blame] | 198 | |
| 199 | - Add Tabnanny check before Run/F5, not just when Checking module. |
| 200 | |
Kurt B. Kaiser | b00e89f | 2005-01-18 00:54:58 +0000 | [diff] [blame] | 201 | - If an extension can't be loaded, print warning and skip it instead of |
| 202 | erroring out. |
| 203 | |
Kurt B. Kaiser | 3069dbb | 2005-01-28 00:16:16 +0000 | [diff] [blame] | 204 | - Improve error handling when .idlerc can't be created (warn and exit). |
| 205 | |
Kurt B. Kaiser | 70f05c5 | 2006-03-19 20:40:05 +0000 | [diff] [blame] | 206 | - The GUI was hanging if the shell window was closed while a raw_input() |
Kurt B. Kaiser | 5c3df35 | 2004-12-23 04:20:59 +0000 | [diff] [blame] | 207 | was pending. Restored the quit() of the readline() mainloop(). |
| 208 | http://mail.python.org/pipermail/idle-dev/2004-December/002307.html |
| 209 | |
Kurt B. Kaiser | dcba662 | 2004-12-21 22:10:32 +0000 | [diff] [blame] | 210 | - The remote procedure call module rpc.py can now access data attributes of |
| 211 | remote registered objects. Changes to these attributes are local, however. |
| 212 | |
Anthony Baxter | e2648ee | 2004-11-30 01:28:55 +0000 | [diff] [blame] | 213 | What's New in IDLE 1.1? |
| 214 | ======================= |
Kurt B. Kaiser | e953511 | 2004-11-19 15:46:49 +0000 | [diff] [blame] | 215 | |
Anthony Baxter | e2648ee | 2004-11-30 01:28:55 +0000 | [diff] [blame] | 216 | *Release date: 30-NOV-2004* |
Kurt B. Kaiser | e953511 | 2004-11-19 15:46:49 +0000 | [diff] [blame] | 217 | |
| 218 | - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a |
| 219 | stuck subprocess MainThread because only the SocketThread was exiting. |
| 220 | |
Anthony Baxter | b0c6630 | 2004-11-04 05:23:17 +0000 | [diff] [blame] | 221 | What's New in IDLE 1.1b3/rc1? |
| 222 | ============================= |
| 223 | |
Anthony Baxter | 5cc727a | 2004-11-18 12:32:27 +0000 | [diff] [blame] | 224 | *Release date: 18-NOV-2004* |
Anthony Baxter | b0c6630 | 2004-11-04 05:23:17 +0000 | [diff] [blame] | 225 | |
Kurt B. Kaiser | 03562a5 | 2004-11-16 21:31:08 +0000 | [diff] [blame] | 226 | - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" |
| 227 | button) caused IDLE to fail on restart (no new keyset was created in |
| 228 | config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. |
| 229 | |
Kurt B. Kaiser | f7a8899 | 2004-11-13 21:05:58 +0000 | [diff] [blame] | 230 | - A change to the linecache.py API caused IDLE to exit when an exception was |
| 231 | raised while running without the subprocess (-n switch). Python Bug 1063840. |
| 232 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 233 | What's New in IDLE 1.1b2? |
| 234 | ========================= |
| 235 | |
Anthony Baxter | 9f41f3a | 2004-11-03 06:21:37 +0000 | [diff] [blame] | 236 | *Release date: 03-NOV-2004* |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 237 | |
| 238 | - When paragraph reformat width was made configurable, a bug was |
| 239 | introduced that caused reformatting of comment blocks to ignore how |
| 240 | far the block was indented, effectively adding the indentation width |
| 241 | to the reformat width. This has been repaired, and the reformat |
| 242 | width is again a bound on the total width of reformatted lines. |
| 243 | |
Anthony Baxter | 6a587c1 | 2004-10-15 08:07:21 +0000 | [diff] [blame] | 244 | What's New in IDLE 1.1b1? |
| 245 | ========================= |
| 246 | |
| 247 | *Release date: 15-OCT-2004* |
| 248 | |
| 249 | |
Kurt B. Kaiser | 183403a | 2004-08-22 05:14:32 +0000 | [diff] [blame] | 250 | What's New in IDLE 1.1a3? |
| 251 | ========================= |
| 252 | |
| 253 | *Release date: 02-SEP-2004* |
| 254 | |
| 255 | - Improve keyboard focus binding, especially in Windows menu. Improve |
| 256 | window raising, especially in the Windows menu and in the debugger. |
| 257 | IDLEfork 763524. |
| 258 | |
| 259 | - If user passes a non-existant filename on the commandline, just |
| 260 | open a new file, don't raise a dialog. IDLEfork 854928. |
| 261 | |
| 262 | |
Kurt B. Kaiser | 8aa2392 | 2004-07-15 04:54:57 +0000 | [diff] [blame] | 263 | What's New in IDLE 1.1a2? |
| 264 | ========================= |
| 265 | |
Anthony Baxter | ff347ca | 2004-08-05 07:21:01 +0000 | [diff] [blame] | 266 | *Release date: 05-AUG-2004* |
Kurt B. Kaiser | 8aa2392 | 2004-07-15 04:54:57 +0000 | [diff] [blame] | 267 | |
Kurt B. Kaiser | 183403a | 2004-08-22 05:14:32 +0000 | [diff] [blame] | 268 | - EditorWindow.py was not finding the .chm help file on Windows. Typo |
| 269 | at Rev 1.54. Python Bug 990954 |
| 270 | |
Kurt B. Kaiser | 8aa2392 | 2004-07-15 04:54:57 +0000 | [diff] [blame] | 271 | - checking sys.platform for substring 'win' was breaking IDLE docs on Mac |
| 272 | (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580. |
| 273 | |
| 274 | |
Anthony Baxter | 3210b36 | 2004-07-08 05:59:43 +0000 | [diff] [blame] | 275 | What's New in IDLE 1.1a1? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 276 | ========================= |
Kurt B. Kaiser | b785518 | 2003-08-14 14:54:28 +0000 | [diff] [blame] | 277 | |
Anthony Baxter | 3210b36 | 2004-07-08 05:59:43 +0000 | [diff] [blame] | 278 | *Release date: 08-JUL-2004* |
Kurt B. Kaiser | e9802a3 | 2004-01-02 04:04:04 +0000 | [diff] [blame] | 279 | |
Kurt B. Kaiser | 49a5fe1 | 2004-07-04 01:25:56 +0000 | [diff] [blame] | 280 | - Redirect the warning stream to the shell during the ScriptBinding check of |
| 281 | user code and format the warning similarly to an exception for both that |
| 282 | check and for runtime warnings raised in the subprocess. |
| 283 | |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 284 | - CodeContext hint pane visibility state is now persistent across sessions. |
| 285 | The pane no longer appears in the shell window. Added capability to limit |
| 286 | extensions to shell window or editor windows. Noam Raphael addition |
| 287 | to Patch 936169. |
| 288 | |
| 289 | - Paragraph reformat width is now a configurable parameter in the |
| 290 | Options GUI. |
| 291 | |
Kurt B. Kaiser | 54d1a3b | 2004-04-21 20:06:26 +0000 | [diff] [blame] | 292 | - New Extension: CodeContext. Provides block structuring hints for code |
| 293 | which has scrolled above an edit window. Patch 936169 Noam Raphael. |
| 294 | |
Kurt B. Kaiser | cf6f1b6 | 2004-04-11 03:16:07 +0000 | [diff] [blame] | 295 | - If nulls somehow got into the strings in recent-files.lst |
| 296 | EditorWindow.update_recent_files_list() was failing. Python Bug 931336. |
| 297 | |
Kurt B. Kaiser | 7491022 | 2005-10-02 23:36:46 +0000 | [diff] [blame] | 298 | - If the normal background is changed via Configure/Highlighting, it will |
| 299 | update immediately, thanks to the previously mentioned patch by Nigel Rowe. |
Kurt B. Kaiser | 0bc3d98 | 2004-03-15 04:26:37 +0000 | [diff] [blame] | 300 | |
Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 301 | - Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe |
Kurt B. Kaiser | 7491022 | 2005-10-02 23:36:46 +0000 | [diff] [blame] | 302 | This also fixed IDLEfork bug [ 693418 ] Normal text background color not |
| 303 | refreshed and Python bug [897872 ] Unknown color name on HP-UX |
Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 304 | |
Kurt B. Kaiser | d6ab77d | 2004-01-21 19:21:11 +0000 | [diff] [blame] | 305 | - rpc.py:SocketIO - Large modules were generating large pickles when downloaded |
| 306 | to the execution server. The return of the OK response from the subprocess |
| 307 | initialization was interfering and causing the sending socket to be not |
| 308 | ready. Add an IO ready test to fix this. Moved the polling IO ready test |
| 309 | into pollpacket(). |
| 310 | |
| 311 | - Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError". |
| 312 | |
Kurt B. Kaiser | af3eb87 | 2004-01-21 18:54:30 +0000 | [diff] [blame] | 313 | - Added a Tk error dialog to run.py inform the user if the subprocess can't |
| 314 | connect to the user GUI process. Added a timeout to the GUI's listening |
| 315 | socket. Added Tk error dialogs to PyShell.py to announce a failure to bind |
| 316 | the port or connect to the subprocess. Clean up error handling during |
| 317 | connection initiation phase. This is an update of Python Patch 778323. |
| 318 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 319 | - Print correct exception even if source file changed since shell was |
Kurt B. Kaiser | e9802a3 | 2004-01-02 04:04:04 +0000 | [diff] [blame] | 320 | restarted. IDLEfork Patch 869012 Noam Raphael |
Kurt B. Kaiser | b785518 | 2003-08-14 14:54:28 +0000 | [diff] [blame] | 321 | |
Kurt B. Kaiser | 2303b1c | 2003-11-24 05:26:16 +0000 | [diff] [blame] | 322 | - Keybindings with the Shift modifier now work correctly. So do bindings which |
| 323 | use the Space key. Limit unmodified user keybindings to the function keys. |
| 324 | Python Bug 775353, IDLEfork Bugs 755647, 761557 |
| 325 | |
Kurt B. Kaiser | 924f616 | 2003-11-19 04:52:32 +0000 | [diff] [blame] | 326 | - After an exception, run.py was not setting the exception vector. Noam |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 327 | Raphael suggested correcting this so pdb's postmortem pm() would work. |
Kurt B. Kaiser | 924f616 | 2003-11-19 04:52:32 +0000 | [diff] [blame] | 328 | IDLEfork Patch 844675 |
| 329 | |
Kurt B. Kaiser | c714d45 | 2003-11-24 03:23:16 +0000 | [diff] [blame] | 330 | - IDLE now does not fail to save the file anymore if the Tk buffer is not a |
| 331 | Unicode string, yet eol_convention is. Python Bugs 774680, 788378 |
| 332 | |
Kurt B. Kaiser | b785518 | 2003-08-14 14:54:28 +0000 | [diff] [blame] | 333 | - IDLE didn't start correctly when Python was installed in "Program Files" on |
| 334 | W2K and XP. Python Bugs 780451, 784183 |
| 335 | |
| 336 | - config-main.def documentation incorrectly referred to idle- instead of |
| 337 | config- filenames. SF 782759 Also added note about .idlerc location. |
| 338 | |
| 339 | |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 340 | What's New in IDLE 1.0? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 341 | ======================= |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 342 | |
| 343 | *Release date: 29-Jul-2003* |
| 344 | |
Kurt B. Kaiser | b00e89f | 2005-01-18 00:54:58 +0000 | [diff] [blame] | 345 | - Added a banner to the shell discussing warnings possibly raised by personal |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 346 | firewall software. Added same comment to README.txt. |
| 347 | |
| 348 | |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 349 | What's New in IDLE 1.0 release candidate 2? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 350 | =========================================== |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 351 | |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 352 | *Release date: 24-Jul-2003* |
| 353 | |
| 354 | - Calltip error when docstring was None Python Bug 775541 |
| 355 | |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 356 | |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 357 | What's New in IDLE 1.0 release candidate 1? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 358 | =========================================== |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 359 | |
| 360 | *Release date: 18-Jul-2003* |
Kurt B. Kaiser | cca9122 | 2003-07-16 03:10:43 +0000 | [diff] [blame] | 361 | |
| 362 | - Updated extend.txt, help.txt, and config-extensions.def to correctly |
| 363 | reflect the current status of the configuration system. Python Bug 768469 |
| 364 | |
| 365 | - Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels) |
| 366 | |
| 367 | - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance |
| 368 | Python Patch 768187 |
| 369 | |
| 370 | - Break or continue statements outside a loop were causing IDLE crash |
| 371 | Python Bug 767794 |
| 372 | |
| 373 | - Convert Unicode strings from readline to IOBinding.encoding. Also set |
| 374 | sys.std{in|out|err}.encoding, for both the local and the subprocess case. |
| 375 | SF IDLEfork patch 682347. |
| 376 | |
| 377 | |
| 378 | What's New in IDLE 1.0b2? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 379 | ========================= |
Kurt B. Kaiser | cca9122 | 2003-07-16 03:10:43 +0000 | [diff] [blame] | 380 | |
| 381 | *Release date: 29-Jun-2003* |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 382 | |
Kurt B. Kaiser | c714d45 | 2003-11-24 03:23:16 +0000 | [diff] [blame] | 383 | - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS |
| 384 | file Latin-1. |
| 385 | |
| 386 | - Updated the About dialog to reflect re-integration into Python. Provide |
| 387 | buttons to display Python's NEWS, License, and Credits, plus additional |
| 388 | buttons for IDLE's README and NEWS. |
| 389 | |
| 390 | - TextViewer() now has a third parameter which allows inserting text into the |
| 391 | viewer instead of reading from a file. |
| 392 | |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 393 | - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of |
| 394 | IDLEfork modified to install in the Python environment. The code in the |
| 395 | interrupt module has been moved to thread.interrupt_main(). ) |
| 396 | |
| 397 | - Printing the Shell window was failing if it was not saved first SF 748975 |
| 398 | |
| 399 | - When using the Search in Files dialog, if the user had a selection |
| 400 | highlighted in his Editor window, insert it into the dialog search field. |
| 401 | |
| 402 | - The Python Shell entry was disappearing from the Windows menu. |
| 403 | |
| 404 | - Update the Windows file list when a file name change occurs |
| 405 | |
| 406 | - Change to File / Open Module: always pop up the dialog, using the current |
| 407 | selection as the default value. This is easier to use habitually. |
| 408 | |
| 409 | - Avoided a problem with starting the subprocess when 'localhost' doesn't |
| 410 | resolve to the user's loopback interface. SF 747772 |
| 411 | |
| 412 | - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also |
| 413 | improved notification of Tabnanny Token Error. |
| 414 | |
| 415 | - File / New will by default save in the directory of the Edit window from |
| 416 | which it was initiated. SF 748973 Guido van Rossum patch. |
| 417 | |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 418 | |
Kurt B. Kaiser | 9a90e70 | 2003-04-25 17:48:08 +0000 | [diff] [blame] | 419 | What's New in IDLEfork 0.9b1? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 420 | ============================= |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 421 | |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 422 | *Release date: 02-Jun-2003* |
Kurt B. Kaiser | a00050f | 2003-05-08 20:26:55 +0000 | [diff] [blame] | 423 | |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 424 | - The current working directory of the execution environment (and shell |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 425 | following completion of execution) is now that of the module being run. |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 426 | |
| 427 | - Added the delete-exitfunc option to config-main.def. (This option is not |
| 428 | included in the Options dialog.) Setting this to True (the default) will |
| 429 | cause IDLE to not run sys.exitfunc/atexit when the subprocess exits. |
| 430 | |
| 431 | - IDLE now preserves the line ending codes when editing a file produced on |
| 432 | a different platform. SF 661759, SF 538584 |
| 433 | |
| 434 | - Reduced default editor font size to 10 point and increased window height |
| 435 | to provide a better initial impression on Windows. |
| 436 | |
| 437 | - Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting |
| 438 | the default font when first installed on Windows. SF 661676 |
| 439 | |
| 440 | - Added Autosave feature: when user runs code from edit window, if the file |
| 441 | has been modified IDLE will silently save it if Autosave is enabled. The |
| 442 | option is set in the Options dialog, and the default is to prompt the |
| 443 | user to save the file. SF 661318 Bruce Sherwood patch. |
| 444 | |
| 445 | - Improved the RESTART annotation in the shell window when the user restarts |
| 446 | the shell while it is generating output. Also improved annotation when user |
| 447 | repeatedly hammers the Ctrl-F6 restart. |
| 448 | |
Kurt B. Kaiser | a80d57c | 2003-05-17 03:15:48 +0000 | [diff] [blame] | 449 | - Allow IDLE to run when not installed and cwd is not the IDLE directory |
| 450 | SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael |
| 451 | |
| 452 | - When a module is run from an EditorWindow: if its directory is not in |
| 453 | sys.path, prepend it. This allows the module to import other modules in |
| 454 | the same directory. Do the same for a script run from the command line. |
| 455 | |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 456 | - Correctly restart the subprocess if it is running user code and the user |
| 457 | attempts to run some other module or restarts the shell. Do the same if |
| 458 | the link is broken and it is possible to restart the subprocess and re- |
| 459 | connect to the GUI. SF RFE 661321. |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 460 | |
| 461 | - Improved exception reporting when running commands or scripts from the |
| 462 | command line. |
| 463 | |
Kurt B. Kaiser | a80d57c | 2003-05-17 03:15:48 +0000 | [diff] [blame] | 464 | - Added a -n command line switch to start IDLE without the subprocess. |
| 465 | Removed the Shell menu when running in that mode. Updated help messages. |
| 466 | |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 467 | - Added a comment to the shell startup header to indicate when IDLE is not |
Kurt B. Kaiser | a80d57c | 2003-05-17 03:15:48 +0000 | [diff] [blame] | 468 | using the subprocess. |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 469 | |
| 470 | - Restore the ability to run without the subprocess. This can be important for |
| 471 | some platforms or configurations. (Running without the subprocess allows the |
| 472 | debugger to trace through parts of IDLE itself, which may or may not be |
| 473 | desirable, depending on your point of view. In addition, the traditional |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 474 | reload/import tricks must be use if user source code is changed.) This is |
| 475 | helpful for developing IDLE using IDLE, because one instance can be used to |
| 476 | edit the code and a separate instance run to test changes. (Multiple |
| 477 | concurrent IDLE instances with subprocesses is a future feature) |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 478 | |
Kurt B. Kaiser | 73414a2 | 2003-05-12 03:04:59 +0000 | [diff] [blame] | 479 | - Improve the error message a user gets when saving a file with non-ASCII |
| 480 | characters and no source encoding is specified. Done by adding a dialog |
| 481 | 'EncodingMessage', which contains the line to add in a fixed-font entry |
| 482 | widget, and which has a button to add that line to the file automatically. |
| 483 | Also, add a configuration option 'EditorWindow/encoding', which has three |
| 484 | possible values: none, utf-8, and locale. None is the default: IDLE will show |
| 485 | this dialog when non-ASCII characters are encountered. utf-8 means that files |
| 486 | with non-ASCII characters are saved as utf-8-with-bom. locale means that |
| 487 | files are saved in the locale's encoding; the dialog is only displayed if the |
| 488 | source contains characters outside the locale's charset. SF 710733 - Loewis |
| 489 | |
Kurt B. Kaiser | a00050f | 2003-05-08 20:26:55 +0000 | [diff] [blame] | 490 | - Improved I/O response by tweaking the wait parameter in various |
| 491 | calls to signal.signal(). |
| 492 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 493 | - Implemented a threaded subprocess which allows interrupting a pass |
Kurt B. Kaiser | 73414a2 | 2003-05-12 03:04:59 +0000 | [diff] [blame] | 494 | loop in user code using the 'interrupt' extension. User code runs |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 495 | in MainThread, while the RPCServer is handled by SockThread. This is |
| 496 | necessary because Windows doesn't support signals. |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 497 | |
Kurt B. Kaiser | 94afd30 | 2003-03-12 20:52:00 +0000 | [diff] [blame] | 498 | - Implemented the 'interrupt' extension module, which allows a subthread |
| 499 | to raise a KeyboardInterrupt in the main thread. |
| 500 | |
| 501 | - Attempting to save the shell raised an error related to saving |
| 502 | breakpoints, which are not implemented in the shell |
| 503 | |
| 504 | - Provide a correct message when 'exit' or 'quit' are entered at the |
| 505 | IDLE command prompt SF 695861 |
| 506 | |
| 507 | - Eliminate extra blank line in shell output caused by not flushing |
| 508 | stdout when user code ends with an unterminated print. SF 695861 |
| 509 | |
| 510 | - Moved responsibility for exception formatting (i.e. pruning IDLE internal |
| 511 | calls) out of rpc.py into the client and server. |
| 512 | |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 513 | - Exit IDLE cleanly even when doing subprocess I/O |
| 514 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 515 | - Handle subprocess interrupt with an RPC message. |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 516 | |
| 517 | - Restart the subprocess if it terminates itself. (VPython programs do that) |
| 518 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 519 | - Support subclassing of exceptions, including in the shell, by moving the |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 520 | exception formatting to the subprocess. |
| 521 | |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 522 | |
| 523 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 524 | What's New in IDLEfork 0.9 Alpha 2? |
| 525 | =================================== |
Kurt B. Kaiser | 2cb5402 | 2002-12-31 18:12:04 +0000 | [diff] [blame] | 526 | |
Kurt B. Kaiser | 7e17289 | 2003-01-27 02:40:20 +0000 | [diff] [blame] | 527 | *Release date: 27-Jan-2003* |
| 528 | |
| 529 | - Updated INSTALL.txt to claify use of the python2 rpm. |
| 530 | |
| 531 | - Improved formatting in IDLE Help. |
| 532 | |
| 533 | - Run menu: Replace "Run Script" with "Run Module". |
| 534 | |
| 535 | - Code encountering an unhandled exception under the debugger now shows |
| 536 | the correct traceback, with IDLE internal levels pruned out. |
| 537 | |
| 538 | - If an exception occurs entirely in IDLE, don't prune the IDLE internal |
| 539 | modules from the traceback displayed. |
| 540 | |
| 541 | - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom. |
| 542 | |
| 543 | - IDLE icons will now install correctly even when setup.py is run from the |
| 544 | build directory |
| 545 | |
| 546 | - Class Browser now compatible with Python2.3 version of pyclbr.py |
Kurt B. Kaiser | 2cb5402 | 2002-12-31 18:12:04 +0000 | [diff] [blame] | 547 | |
Kurt B. Kaiser | 5ec186b | 2003-01-17 04:04:06 +0000 | [diff] [blame] | 548 | - Left cursor move in presence of selected text now moves from left end |
| 549 | of the selection. |
| 550 | |
| 551 | - Add Meta keybindings to "IDLE Classic Windows" to handle reversed |
| 552 | Alt/Meta on some Linux distros. |
| 553 | |
Kurt B. Kaiser | 8e92bf7 | 2003-01-14 22:03:31 +0000 | [diff] [blame] | 554 | - Change default: IDLE now starts with Python Shell. |
| 555 | |
| 556 | - Removed the File Path from the Additional Help Sources scrolled list. |
| 557 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 558 | - Add capability to access Additional Help Sources on the web if the |
Kurt B. Kaiser | 8e92bf7 | 2003-01-14 22:03:31 +0000 | [diff] [blame] | 559 | Help File Path begins with //http or www. (Otherwise local path is |
| 560 | validated, as before.) |
| 561 | |
| 562 | - Additional Help Sources were not being posted on the Help menu in the |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 563 | order entered. Implement sorting the list by [HelpFiles] 'option' |
Kurt B. Kaiser | 8e92bf7 | 2003-01-14 22:03:31 +0000 | [diff] [blame] | 564 | number. |
| 565 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 566 | - Add Browse button to New Help Source dialog. Arrange to start in |
Kurt B. Kaiser | 8e92bf7 | 2003-01-14 22:03:31 +0000 | [diff] [blame] | 567 | Python/Doc if platform is Windows, otherwise start in current directory. |
| 568 | |
| 569 | - Put the Additional Help Sources directly on the Help menu instead of in |
| 570 | an Extra Help cascade menu. Rearrange the Help menu so the Additional |
| 571 | Help Sources come last. Update help.txt appropriately. |
| 572 | |
| 573 | - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py |
| 574 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 575 | - Uniform capitalization in General tab of ConfigDialog, update the doc string. |
| 576 | |
| 577 | - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly |
| 578 | deleting Additional Help Sources from the user's config file. |
| 579 | |
| 580 | - Make configHelpSourceEdit OK button the default and bind <Return> |
| 581 | |
| 582 | - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached |
| 583 | to parents. |
| 584 | |
| 585 | - Use os.startfile() to open both Additional Help and Python Help on the |
| 586 | Windows platform. The application associated with the file type will act as |
| 587 | the viewer. Windows help files (.chm) are now supported via the |
| 588 | Settings/General/Additional Help facility. |
| 589 | |
| 590 | - If Python Help files are installed locally on Linux, use them instead of |
| 591 | accessing python.org. |
| 592 | |
| 593 | - Make the methods for finding the Python help docs more robust, and make |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 594 | them work in the installed configuration, also. |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 595 | |
| 596 | - On the Save Before Run dialog, make the OK button the default. One |
| 597 | less mouse action! |
| 598 | |
| 599 | - Add a method: EditorWindow.get_geometry() for future use in implementing |
| 600 | window location persistence. |
| 601 | |
| 602 | - Removed the "Help/Advice" menu entry. Thanks, David! We'll remember! |
| 603 | |
| 604 | - Change the "Classic Windows" theme's paste key to be <ctrl-v>. |
| 605 | |
| 606 | - Rearrange the Shell menu to put Stack Viewer entries adjacent. |
| 607 | |
| 608 | - Add the ability to restart the subprocess interpreter from the shell window; |
Kurt B. Kaiser | 7e17289 | 2003-01-27 02:40:20 +0000 | [diff] [blame] | 609 | add an associated menu entry "Shell/Restart" with binding Control-F6. Update |
| 610 | IDLE help. |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 611 | |
| 612 | - Upon a restart, annotate the shell window with a "restart boundary". Add a |
Kurt B. Kaiser | 7e17289 | 2003-01-27 02:40:20 +0000 | [diff] [blame] | 613 | shell window menu "Shell/View Restart" with binding F6 to jump to the most |
| 614 | recent restart boundary. |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 615 | |
Kurt B. Kaiser | 7e17289 | 2003-01-27 02:40:20 +0000 | [diff] [blame] | 616 | - Add Shell menu to Python Shell; change "Settings" to "Options". |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 617 | |
| 618 | - Remove incorrect comment in setup.py: IDLEfork is now installed as a package. |
| 619 | |
| 620 | - Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration. |
| 621 | |
| 622 | - In installer text, fix reference to Visual Python, should be VPython. |
| 623 | Properly credit David Scherer. |
| 624 | |
| 625 | - Modified idle, idle.py, idle.pyw to improve exception handling. |
| 626 | |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 627 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 628 | What's New in IDLEfork 0.9 Alpha 1? |
| 629 | =================================== |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 630 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 631 | *Release date: 31-Dec-2002* |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 632 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 633 | - First release of major new functionality. For further details refer to |
| 634 | Idle-dev and/or the Sourceforge CVS. |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 635 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 636 | - Adapted to the Mac platform. |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 637 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 638 | - Overhauled the IDLE startup options and revised the idle -h help message, |
| 639 | which provides details of command line usage. |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 640 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 641 | - Multiple bug fixes and usability enhancements. |
| 642 | |
| 643 | - Introduced the new RPC implementation, which includes a debugger. The output |
| 644 | of user code is to the shell, and the shell may be used to inspect the |
| 645 | environment after the run has finished. (In version 0.8.1 the shell |
| 646 | environment was separate from the environment of the user code.) |
| 647 | |
| 648 | - Introduced the configuration GUI and a new About dialog. |
| 649 | |
| 650 | - Removed David Scherer's Remote Procedure Call code and replaced with Guido |
| 651 | van Rossum's. GvR code has support for the IDLE debugger and uses the shell |
| 652 | to inspect the environment of code Run from an Edit window. Files removed: |
| 653 | ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 654 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 655 | -------------------------------------------------------------------- |
| 656 | Refer to HISTORY.txt for additional information on earlier releases. |
| 657 | -------------------------------------------------------------------- |
David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 658 | |
| 659 | |
David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 660 | |
| 661 | |
David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 662 | |