Terry Jan Reedy | ea42876 | 2015-08-16 23:22:32 -0400 | [diff] [blame] | 1 | What's New in IDLE 2.7.11? |
| 2 | ========================= |
| 3 | |
| 4 | *Release date: |
| 5 | |
| 6 | - Issue #23672: Allow Idle to edit and run files with astral chars in name. |
| 7 | Patch by Mohd Sanad Zaki Rizvi. |
| 8 | |
| 9 | - Issue 24745: Idle editor default font. Switch from Courier to |
| 10 | platform-sensitive TkFixedFont. This should not affect current customized |
| 11 | font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg |
| 12 | and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman. |
| 13 | |
| 14 | - Issue #21192: Idle editor. When a file is run, put its name in the restart bar. |
| 15 | Do not print false prompts. Original patch by Adnan Umer. |
| 16 | |
| 17 | - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy. |
| 18 | |
| 19 | - Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for |
| 20 | decoding unicode literals. |
| 21 | |
| 22 | |
Terry Jan Reedy | 3dc4082 | 2015-05-23 17:23:23 -0400 | [diff] [blame] | 23 | What's New in IDLE 2.7.10? |
| 24 | ========================= |
| 25 | |
Terry Jan Reedy | ea42876 | 2015-08-16 23:22:32 -0400 | [diff] [blame] | 26 | *Release date: 2015-05-23* |
Terry Jan Reedy | 3dc4082 | 2015-05-23 17:23:23 -0400 | [diff] [blame] | 27 | |
| 28 | - Issue #23583: Fixed writing unicode to standard output stream in IDLE. |
| 29 | |
| 30 | - Issue #20577: Configuration of the max line length for the FormatParagraph |
| 31 | extension has been moved from the General tab of the Idle preferences dialog |
| 32 | to the FormatParagraph tab of the Config Extensions dialog. |
| 33 | Patch by Tal Einat. |
| 34 | |
| 35 | - Issue #16893: Update Idle doc chapter to match current Idle and add new |
| 36 | information. |
| 37 | |
| 38 | - Issue #23180: Rename IDLE "Windows" menu item to "Window". |
| 39 | Patch by Al Sweigart. |
| 40 | |
| 41 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 42 | What's New in IDLE 2.7.9? |
| 43 | ========================= |
| 44 | |
Terry Jan Reedy | ea42876 | 2015-08-16 23:22:32 -0400 | [diff] [blame] | 45 | *Release date: 2014-12-10* |
Terry Jan Reedy | f0ee672 | 2014-12-05 20:49:23 -0500 | [diff] [blame] | 46 | |
| 47 | - Issue #16893: Update Idle doc chapter to match current Idle and add new |
| 48 | information. |
| 49 | |
| 50 | - Issue #3068: Add Idle extension configuration dialog to Options menu. |
| 51 | Changes are written to HOME/.idlerc/config-extensions.cfg. |
| 52 | Original patch by Tal Einat. |
| 53 | |
| 54 | - Issue #16233: A module browser (File : Class Browser, Alt+C) requires a |
| 55 | editor window with a filename. When Class Browser is requested otherwise, |
| 56 | from a shell, output window, or 'Untitled' editor, Idle no longer displays |
| 57 | an error box. It now pops up an Open Module box (Alt+M). If a valid name |
| 58 | is entered and a module is opened, a corresponding browser is also opened. |
| 59 | |
| 60 | - Issue #4832: Save As to type Python files automatically adds .py to the |
| 61 | name you enter (even if your system does not display it). Some systems |
| 62 | automatically add .txt when type is Text files. |
| 63 | |
| 64 | - Issue #21986: Code objects are not normally pickled by the pickle module. |
| 65 | To match this, they are no longer pickled when running under Idle. |
| 66 | |
| 67 | - Issue #22221: IDLE now ignores the source encoding declaration on the second |
| 68 | line if the first line contains anything except a comment. |
| 69 | |
| 70 | - Issue #17390: Adjust Editor window title; remove 'Python', |
| 71 | move version to end. |
| 72 | |
| 73 | - Issue #14105: Idle debugger breakpoints no longer disappear |
| 74 | when inseting or deleting lines. |
| 75 | |
| 76 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 77 | What's New in IDLE 2.7.8? |
| 78 | ========================= |
| 79 | |
| 80 | *Release date: 2014-06-29* |
| 81 | |
| 82 | - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav |
| 83 | Heblikar. |
| 84 | |
| 85 | - Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster. |
| 86 | |
| 87 | - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. |
| 88 | |
| 89 | - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav |
| 90 | Heblikar. |
| 91 | |
| 92 | - Issue #12387: Add missing upper(lower)case versions of default Windows key |
| 93 | bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. |
| 94 | |
| 95 | - Issue #21695: Closing a Find-in-files output window while the search is |
| 96 | still in progress no longer closes Idle. |
| 97 | |
| 98 | - Issue #18910: Add unittest for textView. Patch by Phil Webster. |
| 99 | |
| 100 | - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar. |
| 101 | |
| 102 | - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster. |
| 103 | |
| 104 | |
| 105 | What's New in IDLE 2.7.7? |
| 106 | ========================= |
| 107 | |
| 108 | *Release date: 2014-05-31* |
| 109 | |
| 110 | - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin |
| 111 | consolidating and improving human-validated tests of Idle. Change other files |
| 112 | as needed to work with htest. Running the module as __main__ runs all tests. |
| 113 | |
| 114 | - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation. |
| 115 | |
| 116 | - Issue #21284: Paragraph reformat test passes after user changes reformat width. |
| 117 | |
| 118 | - Issue #20406: Use Python application icons for Idle window title bars. |
| 119 | Patch mostly by Serhiy Storchaka. |
| 120 | |
| 121 | - Issue #21029: Occurrences of "print" are now consistently colored as |
| 122 | being a keyword (the colorizer doesn't know if print functions are |
| 123 | enabled in the source). |
| 124 | |
| 125 | - Issue #17721: Remove non-functional configuration dialog help button until we |
| 126 | make it actually gives some help when clicked. Patch by Guilherme Simões. |
| 127 | |
| 128 | - Issue #17390: Add Python version to Idle editor window title bar. |
| 129 | Original patches by Edmond Burnett and Kent Johnson. |
| 130 | |
| 131 | - Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. |
| 132 | |
| 133 | - Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE |
| 134 | no more hangs. |
| 135 | |
| 136 | - Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial |
| 137 | shell window is present. |
| 138 | |
| 139 | - Issue #17654: Ensure IDLE menus are customized properly on OS X for |
| 140 | non-framework builds and for all variants of Tk. |
| 141 | |
| 142 | |
| 143 | What's New in IDLE 2.7.6? |
| 144 | ========================= |
| 145 | |
| 146 | *Release date: 2013-11-10* |
| 147 | |
| 148 | - Issue #19426: Fixed the opening of Python source file with specified encoding. |
| 149 | |
| 150 | - Issue #18873: IDLE now detects Python source code encoding only in comment |
| 151 | lines. |
| 152 | |
| 153 | - Issue #18988: The "Tab" key now works when a word is already autocompleted. |
| 154 | |
| 155 | - Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster. |
| 156 | |
| 157 | - Issue #18429: Format / Format Paragraph, now works when comment blocks |
| 158 | are selected. As with text blocks, this works best when the selection |
| 159 | only includes complete lines. |
| 160 | |
| 161 | - Issue #18226: Add docstrings and unittests for FormatParagraph.py. |
| 162 | Original patches by Todd Rovito and Phil Webster. |
| 163 | |
| 164 | - Issue #18279: Format - Strip trailing whitespace no longer marks a file as |
| 165 | changed when it has not been changed. This fix followed the addition of a |
| 166 | test file originally written by Phil Webster (the issue's main goal). |
| 167 | |
| 168 | - Issue #18539: Calltips now work for float default arguments. |
| 169 | |
| 170 | - Issue #7136: In the Idle File menu, "New Window" is renamed "New File". |
| 171 | Patch by Tal Einat, Roget Serwy, and Todd Rovito. |
| 172 | |
| 173 | - Issue #8515: Set __file__ when run file in IDLE. |
| 174 | Initial patch by Bruce Frederiksen. |
| 175 | |
| 176 | - Issue #5492: Avoid traceback when exiting IDLE caused by a race condition. |
| 177 | |
| 178 | - Issue #17511: Keep IDLE find dialog open after clicking "Find Next". |
| 179 | Original patch by Sarah K. |
| 180 | |
| 181 | - Issue #15392: Create a unittest framework for IDLE. |
| 182 | Preliminary patch by Rajagopalasarma Jayakrishnan |
| 183 | See Lib/idlelib/idle_test/README.txt for how to run Idle tests. |
| 184 | |
| 185 | - Issue #14146: Highlight source line while debugging on Windows. |
| 186 | |
| 187 | - Issue #17532: Always include Options menu for IDLE on OS X. |
| 188 | Patch by Guilherme Simões. |
| 189 | |
| 190 | |
Terry Jan Reedy | d676a3a | 2013-03-30 18:50:43 -0400 | [diff] [blame] | 191 | What's New in IDLE 2.7.5? |
| 192 | ========================= |
| 193 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 194 | *Release date: 2013-05-12* |
| 195 | |
| 196 | - Issue #17838: Allow sys.stdin to be reassigned. |
| 197 | |
| 198 | - Issue #14735: Update IDLE docs to omit "Control-z on Windows". |
| 199 | |
| 200 | - Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit(). |
| 201 | |
| 202 | - Issue #17657: Show full Tk version in IDLE's about dialog. |
| 203 | Patch by Todd Rovito. |
| 204 | |
| 205 | - Issue #17613: Prevent traceback when removing syntax colorizer in IDLE. |
| 206 | |
| 207 | - Issue #1207589: Backwards-compatibility patch for right-click menu in IDLE. |
| 208 | |
| 209 | - Issue #16887: IDLE now accepts Cancel in tabify/untabify dialog box. |
| 210 | |
| 211 | - Issue #14254: IDLE now handles readline correctly across shell restarts. |
| 212 | |
| 213 | - Issue #17614: IDLE no longer raises exception when quickly closing a file. |
| 214 | |
| 215 | - Issue #6698: IDLE now opens just an editor window when configured to do so. |
| 216 | |
| 217 | - Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer |
| 218 | raises an exception. |
| 219 | |
| 220 | - Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. |
| 221 | |
Terry Jan Reedy | d676a3a | 2013-03-30 18:50:43 -0400 | [diff] [blame] | 222 | - Issue #17390: Display Python version on Idle title bar. |
| 223 | Initial patch by Edmond Burnett. |
| 224 | |
| 225 | |
Terry Jan Reedy | 5525eb7 | 2012-06-07 19:50:30 -0400 | [diff] [blame] | 226 | What's New in IDLE 2.7.4? |
| 227 | ========================= |
| 228 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 229 | *Release date: 2013-04-06* |
| 230 | |
| 231 | - Issue #17625: In IDLE, close the replace dialog after it is used. |
| 232 | |
| 233 | - IDLE was displaying spurious SystemExit tracebacks when running scripts |
| 234 | that terminated by raising SystemExit (i.e. unittest and turtledemo). |
| 235 | |
| 236 | - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase |
| 237 | interface and support all mandatory methods and properties. |
| 238 | |
| 239 | - Issue #16829: IDLE printing no longer fails if there are spaces or other |
| 240 | special characters in the file path. |
| 241 | |
| 242 | - Issue #16819: IDLE method completion now correctly works for unicode literals. |
| 243 | |
| 244 | - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by |
| 245 | Roger Serwy. |
| 246 | |
| 247 | - Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu |
| 248 | Patch by Todd Rovito. |
| 249 | |
| 250 | - Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog |
| 251 | ended with '\'. Patch by Roger Serwy. |
| 252 | |
| 253 | - Issue #9803: Don't close IDLE on saving if breakpoint is open. |
| 254 | Patch by Roger Serwy. |
| 255 | |
| 256 | - Issue #14958: Change IDLE systax highlighting to recognize all string and byte |
| 257 | literals currently supported in Python 2.7. |
| 258 | |
| 259 | - Issue #14962: Update text coloring in IDLE shell window after changing |
| 260 | options. Patch by Roger Serwy. |
| 261 | |
| 262 | - Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. |
| 263 | |
| 264 | - Issue #12510: Attempting to get invalid tooltip no longer closes IDLE. |
| 265 | Original patch by Roger Serwy. |
| 266 | |
| 267 | - Issue #10365: File open dialog now works instead of crashing |
| 268 | even when parent window is closed. Patch by Roger Serwy. |
| 269 | |
| 270 | - Issue #14876: Use user-selected font for highlight configuration. |
| 271 | Patch by Roger Serwy. |
| 272 | |
| 273 | - Issue #14409: IDLE now properly executes commands in the Shell window |
| 274 | when it cannot read the normal config files on startup and |
| 275 | has to use the built-in default key bindings. |
| 276 | There was previously a bug in one of the defaults. |
| 277 | |
| 278 | - Issue #3573: IDLE hangs when passing invalid command line args |
| 279 | (directory(ies) instead of file(s)) (Patch by Guilherme Polo) |
| 280 | |
| 281 | - Issue #5219: Prevent event handler cascade in IDLE. |
| 282 | |
Martin v. Löwis | e2b5624 | 2012-07-25 10:56:22 +0200 | [diff] [blame] | 283 | - Issue #15318: Prevent writing to sys.stdin. |
| 284 | |
Martin v. Löwis | dbde886 | 2012-07-11 08:32:05 +0200 | [diff] [blame] | 285 | - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings. |
Martin v. Löwis | e8e4e14 | 2012-07-09 21:01:49 +0200 | [diff] [blame] | 286 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 287 | - Issue #10365: File open dialog now works instead of crashing even when |
Terry Jan Reedy | 5525eb7 | 2012-06-07 19:50:30 -0400 | [diff] [blame] | 288 | parent window is closed while dialog is open. |
| 289 | |
Ned Deily | 38df514 | 2012-07-30 03:28:22 -0700 | [diff] [blame] | 290 | - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X |
| 291 | to include versions shipped with OS X 10.7 and 10.8 in addition to 10.6. |
| 292 | |
Ned Deily | e3d4712 | 2012-10-22 15:13:01 -0700 | [diff] [blame] | 293 | - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu |
| 294 | with certain versions of Tk 8.5. Initial patch by Kevin Walzer. |
| 295 | |
Terry Jan Reedy | 5525eb7 | 2012-06-07 19:50:30 -0400 | [diff] [blame] | 296 | |
Andrew Svetlov | 7c010ee | 2012-03-21 13:35:08 +0200 | [diff] [blame] | 297 | What's New in IDLE 2.7.3? |
Terry Jan Reedy | 5525eb7 | 2012-06-07 19:50:30 -0400 | [diff] [blame] | 298 | ========================= |
Andrew Svetlov | 7c010ee | 2012-03-21 13:35:08 +0200 | [diff] [blame] | 299 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 300 | *Release date: 2012-04-09* |
| 301 | |
| 302 | - Issue #964437 Make IDLE help window non-modal. |
| 303 | Patch by Guilherme Polo and Roger Serwy. |
| 304 | |
| 305 | - Issue #13933: IDLE auto-complete did not work with some imported |
| 306 | module, like hashlib. (Patch by Roger Serwy) |
| 307 | |
| 308 | - Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. |
| 309 | Original patches by Marco Scataglini and Roger Serwy. |
| 310 | |
| 311 | - Issue #4625: If IDLE cannot write to its recent file or breakpoint |
| 312 | files, display a message popup and continue rather than crash. |
| 313 | (original patch by Roger Serwy) |
| 314 | |
| 315 | - Issue #8793: Prevent IDLE crash when given strings with invalid hex escape |
| 316 | sequences. |
| 317 | |
| 318 | - Issue #13296: Fix IDLE to clear compile __future__ flags on shell restart. |
| 319 | (Patch by Roger Serwy) |
| 320 | |
Andrew Svetlov | 8af8729 | 2012-03-31 14:34:16 +0300 | [diff] [blame] | 321 | - Issue #14409: IDLE now properly executes commands in the Shell window |
| 322 | when it cannot read the normal config files on startup and |
| 323 | has to use the built-in default key bindings. |
| 324 | There was previously a bug in one of the defaults. |
Andrew Svetlov | c37db10 | 2012-03-29 19:54:58 +0300 | [diff] [blame] | 325 | |
Andrew Svetlov | 7c010ee | 2012-03-21 13:35:08 +0200 | [diff] [blame] | 326 | - Issue #3573: IDLE hangs when passing invalid command line args |
| 327 | (directory(ies) instead of file(s)). |
| 328 | |
| 329 | |
Kurt B. Kaiser | 020d3d9 | 2011-03-17 00:05:38 -0400 | [diff] [blame] | 330 | What's New in IDLE 2.7.2? |
Terry Jan Reedy | 5525eb7 | 2012-06-07 19:50:30 -0400 | [diff] [blame] | 331 | ========================= |
Kurt B. Kaiser | 020d3d9 | 2011-03-17 00:05:38 -0400 | [diff] [blame] | 332 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 333 | *Release date: 2011-06-11* |
| 334 | |
| 335 | - Issue #11718: IDLE's open module dialog couldn't find the __init__.py |
| 336 | file in a package. |
| 337 | |
| 338 | - Issue #12590: IDLE editor window now always displays the first line |
| 339 | when opening a long file. With Tk 8.5, the first line was hidden. |
| 340 | |
| 341 | - Issue #11088: don't crash when using F5 to run a script in IDLE on MacOSX |
| 342 | with Tk 8.5. |
| 343 | |
| 344 | - Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the |
| 345 | menu accelerators for Open Module, Go to Line, and New Indent Width. |
| 346 | The accelerators still work but no longer appear in the menu items. |
| 347 | |
| 348 | - Issue #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather |
| 349 | than the currently problematic Apple-supplied one, when running with the |
| 350 | 64-/32-bit installer variant. |
| 351 | |
| 352 | - Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save |
| 353 | commands. |
| 354 | |
| 355 | - Issue #6075: IDLE on Mac OS X now works with both Carbon AquaTk and |
| 356 | Cocoa AquaTk. |
| 357 | |
| 358 | - Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle. |
| 359 | |
| 360 | - Issue #10107: Warn about unsaved files in IDLE on OSX. |
| 361 | |
| 362 | - Issue #10406: Enable Rstrip IDLE extension on OSX (just like on other |
| 363 | platforms). |
Kurt B. Kaiser | 020d3d9 | 2011-03-17 00:05:38 -0400 | [diff] [blame] | 364 | |
Kurt B. Kaiser | a539245 | 2011-05-25 22:36:51 -0400 | [diff] [blame] | 365 | - Issue #6378: Further adjust idle.bat to start associated Python |
Kurt B. Kaiser | d82a887 | 2011-05-12 21:18:47 -0400 | [diff] [blame] | 366 | |
| 367 | - Issue #11896: Save on Close failed despite selecting "Yes" in dialog. |
| 368 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 369 | - Issue #4676: <Home> toggle failing on Tk 8.5, causing IDLE exits and |
| 370 | strange selection behavior. Improve selection extension behaviour. |
Kurt B. Kaiser | d82a887 | 2011-05-12 21:18:47 -0400 | [diff] [blame] | 371 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 372 | - Issue #3851 <Home> toggle non-functional when NumLock set on Windows. |
| 373 | |
| 374 | |
| 375 | What's New in Python 2.7.1? |
| 376 | =========================== |
| 377 | |
| 378 | *Release date: 2010-11-27* |
| 379 | |
| 380 | - Issue #6378: idle.bat now runs with the appropriate Python version rather than |
| 381 | the system default. Patch by Sridhar Ratnakumar. |
Kurt B. Kaiser | 7548bce | 2011-03-25 17:48:27 -0400 | [diff] [blame] | 382 | |
Kurt B. Kaiser | 020d3d9 | 2011-03-17 00:05:38 -0400 | [diff] [blame] | 383 | |
Benjamin Peterson | 743242a | 2010-07-03 13:49:03 +0000 | [diff] [blame] | 384 | What's New in IDLE 2.7? |
| 385 | ======================= |
Amaury Forgeot d'Arc | dd8d824 | 2008-04-21 22:35:30 +0000 | [diff] [blame] | 386 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 387 | *Release date: 2010-07-03* |
| 388 | |
| 389 | - Issue #5150: IDLE's format menu now has an option to strip trailing |
| 390 | whitespace. |
| 391 | |
| 392 | - Issue #5847: Remove -n switch on "Edit with IDLE" menu item. |
Amaury Forgeot d'Arc | dd8d824 | 2008-04-21 22:35:30 +0000 | [diff] [blame] | 393 | |
Kurt B. Kaiser | 106ac46 | 2009-05-03 01:03:44 +0000 | [diff] [blame] | 394 | - idle.py modified and simplified to better support developing experimental |
| 395 | versions of IDLE which are not installed in the standard location. |
| 396 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 397 | - Issue #5559: OutputWindow/PyShell right click menu "Go to file/line" |
| 398 | wasn't working with file paths containing spaces. |
Kurt B. Kaiser | 94290d3 | 2009-04-26 23:22:11 +0000 | [diff] [blame] | 399 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 400 | - Issue #5783: Windows: Version string for the .chm help file changed, |
| 401 | file not being accessed Patch by Guilherme Polo/ |
Kurt B. Kaiser | f13447f | 2009-04-23 02:36:01 +0000 | [diff] [blame] | 402 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 403 | - Issue #1529142: Allow multiple IDLE GUI/subprocess pairs to exist |
| 404 | simultaneously. Thanks to David Scherer for suggesting the use of an |
| 405 | ephemeral port for the GUI. Patch by Weeble. |
Kurt B. Kaiser | 013d6cc | 2009-04-04 07:03:48 +0000 | [diff] [blame] | 406 | |
Kurt B. Kaiser | 4724f40 | 2009-04-02 02:44:54 +0000 | [diff] [blame] | 407 | - Remove port spec from run.py and fix bug where subprocess fails to |
| 408 | extract port from command line when warnings are present. |
| 409 | |
Terry Jan Reedy | 6e9a3ac | 2014-07-14 02:07:26 -0400 | [diff] [blame] | 410 | - Issue #5129: Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr |
| 411 | to handle mixed space/tab properly. Patch by Guilherme Polo. |
Kurt B. Kaiser | d82a887 | 2011-05-12 21:18:47 -0400 | [diff] [blame] | 412 | |
Ronald Oussoren | 8c95484 | 2009-01-02 12:59:32 +0000 | [diff] [blame] | 413 | - Issue #3549: On MacOS the preferences menu was not present |
| 414 | |
Martin v. Löwis | 7d7e1b7 | 2009-01-24 15:45:18 +0000 | [diff] [blame] | 415 | |
| 416 | What's New in IDLE 2.6? |
| 417 | ======================= |
| 418 | |
| 419 | *Release date: 01-Oct-2008* |
| 420 | |
Amaury Forgeot d'Arc | dd8d824 | 2008-04-21 22:35:30 +0000 | [diff] [blame] | 421 | - Issue #2665: On Windows, an IDLE installation upgraded from an old version |
| 422 | would not start if a custom theme was defined. |
| 423 | |
Kurt B. Kaiser | 93cdae5 | 2008-04-27 21:07:41 +0000 | [diff] [blame] | 424 | - Home / Control-A toggles between left margin and end of leading white |
| 425 | space. Patch 1196903 Jeff Shute. |
| 426 | |
Kurt B. Kaiser | 8310190 | 2008-04-27 21:52:19 +0000 | [diff] [blame] | 427 | - Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. |
| 428 | |
| 429 | - Autocompletion of filenames now support alternate separators, e.g. the |
| 430 | '/' char on Windows. Patch 2061 Tal Einat. |
Kurt B. Kaiser | 9c5c0af | 2008-04-27 21:38:05 +0000 | [diff] [blame] | 431 | |
Anthony Baxter | 78b1a08 | 2006-08-18 07:29:02 +0000 | [diff] [blame] | 432 | What's New in IDLE 2.6a1? |
| 433 | ========================= |
| 434 | |
Barry Warsaw | 9d225e6 | 2008-03-01 03:00:52 +0000 | [diff] [blame] | 435 | *Release date: 29-Feb-2008* |
Kurt B. Kaiser | b4aaa76 | 2008-01-23 22:19:23 +0000 | [diff] [blame] | 436 | |
Kurt B. Kaiser | f05fa33 | 2008-02-15 22:25:09 +0000 | [diff] [blame] | 437 | - Configured selection highlighting colors were ignored; updating highlighting |
| 438 | in the config dialog would cause non-Python files to be colored as if they |
| 439 | were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat. |
| 440 | |
Kurt B. Kaiser | e312cfd | 2008-02-15 21:56:36 +0000 | [diff] [blame] | 441 | - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. |
| 442 | |
Kurt B. Kaiser | f30ba3d | 2008-01-23 22:55:26 +0000 | [diff] [blame] | 443 | - There was an error on exit if no sys.exitfunc was defined. Issue 1647. |
| 444 | |
Kurt B. Kaiser | b4aaa76 | 2008-01-23 22:19:23 +0000 | [diff] [blame] | 445 | - Could not open files in .idlerc directory if latter was hidden on Windows. |
| 446 | Issue 1743, Issue 1862. |
Anthony Baxter | 78b1a08 | 2006-08-18 07:29:02 +0000 | [diff] [blame] | 447 | |
Kurt B. Kaiser | 28c7bcf | 2007-12-28 04:18:01 +0000 | [diff] [blame] | 448 | - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. |
| 449 | |
Kurt B. Kaiser | 20172f9 | 2007-10-30 02:38:54 +0000 | [diff] [blame] | 450 | - tabpage.py updated: tabbedPages.py now supports multiple dynamic rows |
| 451 | of tabs. Patch 1612746 Tal Einat. |
| 452 | |
Kurt B. Kaiser | 60d5840 | 2007-10-28 19:03:59 +0000 | [diff] [blame] | 453 | - Add confirmation dialog before printing. Patch 1717170 Tal Einat. |
| 454 | |
Kurt B. Kaiser | 631fee6 | 2007-10-10 01:06:47 +0000 | [diff] [blame] | 455 | - Show paste position if > 80 col. Patch 1659326 Tal Einat. |
| 456 | |
Kurt B. Kaiser | cca976b | 2007-10-10 00:55:40 +0000 | [diff] [blame] | 457 | - Update cursor color without restarting. Patch 1725576 Tal Einat. |
| 458 | |
Kurt B. Kaiser | c8f65e6 | 2007-10-09 19:31:30 +0000 | [diff] [blame] | 459 | - Allow keyboard interrupt only when user code is executing in subprocess. |
| 460 | Patch 1225 Tal Einat (reworked from IDLE-Spoon). |
| 461 | |
Kurt B. Kaiser | e3fde8f | 2007-10-04 03:11:12 +0000 | [diff] [blame] | 462 | - configDialog cleanup. Patch 1730217 Tal Einat. |
| 463 | |
Kurt B. Kaiser | d5f4910 | 2007-10-04 02:53:07 +0000 | [diff] [blame] | 464 | - textView cleanup. Patch 1718043 Tal Einat. |
| 465 | |
Kurt B. Kaiser | 0b634ef | 2007-10-04 02:09:17 +0000 | [diff] [blame] | 466 | - Clean up EditorWindow close. |
| 467 | |
Kurt B. Kaiser | ac45aff | 2008-02-14 00:08:55 +0000 | [diff] [blame] | 468 | - Patch 1693258: Fix for duplicate "preferences" menu-OS X. Backport of r56204. |
| 469 | |
| 470 | - OSX: Avoid crash for those versions of Tcl/Tk which don't have a console |
| 471 | |
| 472 | - Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an |
| 473 | option in config-extensions w/o a value. Patch #1672481, Tal Einat |
| 474 | |
Kurt B. Kaiser | 209de1f | 2007-02-08 22:58:18 +0000 | [diff] [blame] | 475 | - Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; |
| 476 | mouse and cursor selection in ACWindow implemented; double Tab inserts |
| 477 | current selection and closes ACW (similar to double-click and Return); scroll |
| 478 | wheel now works in ACW. Added AutoComplete instructions to IDLE Help. |
| 479 | |
Kurt B. Kaiser | ca30acf | 2007-02-07 03:39:41 +0000 | [diff] [blame] | 480 | - AutoCompleteWindow moved below input line, will move above if there |
| 481 | isn't enough space. Patch 1621265 Tal Einat |
| 482 | |
Kurt B. Kaiser | ecf796e | 2007-02-05 23:02:16 +0000 | [diff] [blame] | 483 | - Calltips now 'handle' tuples in the argument list (display '<tuple>' :) |
| 484 | Suggested solution by Christos Georgiou, Bug 791968. |
| 485 | |
Kurt B. Kaiser | 90f8492 | 2007-02-05 06:03:18 +0000 | [diff] [blame] | 486 | - Add 'raw' support to configHandler. Patch 1650174 Tal Einat. |
| 487 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 488 | - Avoid hang when encountering a duplicate in a completion list. Bug 1571112. |
| 489 | |
Martin v. Löwis | 8609da9 | 2006-12-03 09:54:46 +0000 | [diff] [blame] | 490 | - Patch #1362975: Rework CodeContext indentation algorithm to |
| 491 | avoid hard-coding pixel widths. |
| 492 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 493 | - Bug #813342: Start the IDLE subprocess with -Qnew if the parent |
| 494 | is started with that option. |
| 495 | |
Kurt B. Kaiser | 0b634ef | 2007-10-04 02:09:17 +0000 | [diff] [blame] | 496 | - Honor the "Cancel" action in the save dialog (Debian bug #299092) |
| 497 | |
Kurt B. Kaiser | c426ffc | 2006-10-01 21:16:45 +0000 | [diff] [blame] | 498 | - Some syntax errors were being caught by tokenize during the tabnanny |
| 499 | check, resulting in obscure error messages. Do the syntax check |
| 500 | first. Bug 1562716, 1562719 |
| 501 | |
Anthony Baxter | 78b1a08 | 2006-08-18 07:29:02 +0000 | [diff] [blame] | 502 | - IDLE's version number takes a big jump to match the version number of |
| 503 | the Python release of which it's a part. |
| 504 | |
| 505 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 506 | What's New in IDLE 1.2? |
| 507 | ======================= |
| 508 | |
| 509 | *Release date: 19-SEP-2006* |
| 510 | |
| 511 | |
Kurt B. Kaiser | 312e5af | 2006-08-09 16:46:15 +0000 | [diff] [blame] | 512 | What's New in IDLE 1.2c1? |
| 513 | ========================= |
| 514 | |
Anthony Baxter | b409666 | 2006-08-16 03:42:26 +0000 | [diff] [blame] | 515 | *Release date: 17-AUG-2006* |
Kurt B. Kaiser | 312e5af | 2006-08-09 16:46:15 +0000 | [diff] [blame] | 516 | |
Kurt B. Kaiser | 7ae3548 | 2006-08-16 21:45:59 +0000 | [diff] [blame] | 517 | - File menu hotkeys: there were three 'p' assignments. Reassign the |
| 518 | 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the |
| 519 | Shell hotkey from 's' to 'l'. |
| 520 | |
Kurt B. Kaiser | d112bc7 | 2006-08-16 05:01:42 +0000 | [diff] [blame] | 521 | - IDLE honors new quit() and exit() commands from site.py Quitter() object. |
| 522 | Patch 1540892, Jim Jewett |
| 523 | |
| 524 | - The 'with' statement is now a Code Context block opener. |
| 525 | Patch 1540851, Jim Jewett |
Kurt B. Kaiser | 2a7ff29 | 2006-08-16 03:15:26 +0000 | [diff] [blame] | 526 | |
Kurt B. Kaiser | cd3d8be | 2006-08-10 17:11:09 +0000 | [diff] [blame] | 527 | - Retrieval of previous shell command was not always preserving indentation |
| 528 | (since 1.2a1) Patch 1528468 Tal Einat. |
| 529 | |
Kurt B. Kaiser | 1fe9ca0 | 2006-08-10 01:41:17 +0000 | [diff] [blame] | 530 | - Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1) |
| 531 | |
Kurt B. Kaiser | 53f2b5f | 2006-08-09 20:34:46 +0000 | [diff] [blame] | 532 | - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). |
| 533 | |
Andrew M. Kuchling | faeeab7 | 2006-08-09 18:23:14 +0000 | [diff] [blame] | 534 | - 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] | 535 | message claiming they were IDLE internal errors (since 1.2a1). |
| 536 | |
Anthony Baxter | 5d32a9f | 2006-08-02 07:43:09 +0000 | [diff] [blame] | 537 | What's New in IDLE 1.2b3? |
Kurt B. Kaiser | 4b7e35b | 2006-07-18 04:03:16 +0000 | [diff] [blame] | 538 | ========================= |
| 539 | |
Anthony Baxter | 5d32a9f | 2006-08-02 07:43:09 +0000 | [diff] [blame] | 540 | *Release date: 03-AUG-2006* |
Kurt B. Kaiser | 4b7e35b | 2006-07-18 04:03:16 +0000 | [diff] [blame] | 541 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 542 | - Bug #1525817: Don't truncate short lines in IDLE's tool tips. |
| 543 | |
| 544 | - Bug #1517990: IDLE keybindings on MacOS X now work correctly |
| 545 | |
| 546 | - Bug #1517996: IDLE now longer shows the default Tk menu when a |
| 547 | path browser, class browser or debugger is the frontmost window on MacOS X |
| 548 | |
Kurt B. Kaiser | a2946a4 | 2006-07-24 18:05:51 +0000 | [diff] [blame] | 549 | - EditorWindow.test() was failing. Bug 1417598 |
| 550 | |
Kurt B. Kaiser | b3c4d16 | 2006-07-24 17:13:23 +0000 | [diff] [blame] | 551 | - EditorWindow failed when used stand-alone if sys.ps1 not set. |
| 552 | Bug 1010370 Dave Florek |
| 553 | |
Kurt B. Kaiser | c6bacd5 | 2006-07-23 04:19:49 +0000 | [diff] [blame] | 554 | - Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie |
| 555 | |
Kurt B. Kaiser | 43476e0 | 2006-07-20 22:22:52 +0000 | [diff] [blame] | 556 | - Avoid occasional failure to detect closing paren properly. |
| 557 | Patch 1407280 Tal Einat |
| 558 | |
Kurt B. Kaiser | 4b7e35b | 2006-07-18 04:03:16 +0000 | [diff] [blame] | 559 | - Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. |
| 560 | |
| 561 | - Colorizer now handles #<builtin> correctly, also unicode strings and |
| 562 | 'as' keyword in comment directly following import command. Closes 1325071. |
| 563 | Patch 1479219 Tal Einat |
| 564 | |
Anthony Baxter | 70e8e87 | 2006-07-10 07:41:04 +0000 | [diff] [blame] | 565 | What's New in IDLE 1.2b2? |
| 566 | ========================= |
| 567 | |
| 568 | *Release date: 11-JUL-2006* |
| 569 | |
Anthony Baxter | d113680 | 2006-06-19 12:04:15 +0000 | [diff] [blame] | 570 | What's New in IDLE 1.2b1? |
| 571 | ========================= |
| 572 | |
| 573 | *Release date: 20-JUN-2006* |
| 574 | |
Anthony Baxter | c7d0032 | 2006-04-27 02:11:24 +0000 | [diff] [blame] | 575 | What's New in IDLE 1.2a2? |
| 576 | ========================= |
| 577 | |
| 578 | *Release date: 27-APR-2006* |
| 579 | |
Anthony Baxter | ebed3f6 | 2006-04-03 15:03:44 +0000 | [diff] [blame] | 580 | What's New in IDLE 1.2a1? |
| 581 | ========================= |
Kurt B. Kaiser | dcba662 | 2004-12-21 22:10:32 +0000 | [diff] [blame] | 582 | |
Anthony Baxter | ebed3f6 | 2006-04-03 15:03:44 +0000 | [diff] [blame] | 583 | *Release date: 05-APR-2006* |
Kurt B. Kaiser | 5c6e0a1 | 2005-11-22 21:09:37 +0000 | [diff] [blame] | 584 | |
Kurt B. Kaiser | c3200b9 | 2006-12-15 05:13:11 +0000 | [diff] [blame] | 585 | - Patch #1162825: Support non-ASCII characters in IDLE window titles. |
| 586 | |
Kurt B. Kaiser | 70f05c5 | 2006-03-19 20:40:05 +0000 | [diff] [blame] | 587 | - Source file f.flush() after writing; trying to avoid lossage if user |
| 588 | kills GUI. |
| 589 | |
Kurt B. Kaiser | 5c6e0a1 | 2005-11-22 21:09:37 +0000 | [diff] [blame] | 590 | - Options / Keys / Advanced dialog made functional. Also, allow binding |
| 591 | of 'movement' keys. |
| 592 | |
| 593 | - 'syntax' patch adds improved calltips and a new class attribute listbox. |
| 594 | MultiCall module allows binding multiple actions to an event. |
| 595 | Patch 906702 Noam Raphael |
Kurt B. Kaiser | dcba662 | 2004-12-21 22:10:32 +0000 | [diff] [blame] | 596 | |
Kurt B. Kaiser | b61602c | 2005-11-15 07:20:06 +0000 | [diff] [blame] | 597 | - Better indentation after first line of string continuation. |
| 598 | IDLEfork Patch 681992, Noam Raphael |
| 599 | |
Kurt B. Kaiser | 389482c | 2005-10-03 20:08:25 +0000 | [diff] [blame] | 600 | - Fixed CodeContext alignment problem, following suggestion from Tal Einat. |
| 601 | |
Kurt B. Kaiser | 7491022 | 2005-10-02 23:36:46 +0000 | [diff] [blame] | 602 | - Increased performance in CodeContext extension Patch 936169 Noam Raphael |
| 603 | |
Kurt B. Kaiser | 2618c7f | 2005-08-23 02:27:23 +0000 | [diff] [blame] | 604 | - Mac line endings were incorrect when pasting code from some browsers |
| 605 | when using X11 and the Fink distribution. Python Bug 1263656. |
| 606 | |
Kurt B. Kaiser | a7daba6 | 2005-06-19 18:56:15 +0000 | [diff] [blame] | 607 | - <Enter> when cursor is on a previous command retrieves that command. Instead |
| 608 | of replacing the input line, the previous command is now appended to the |
| 609 | input line. Indentation is preserved, and undo is enabled. |
| 610 | Patch 1196917 Jeff Shute |
| 611 | |
Kurt B. Kaiser | ca7329c | 2005-06-12 05:19:23 +0000 | [diff] [blame] | 612 | - Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with |
| 613 | the Untabify command. |
| 614 | |
| 615 | - Corrected "tab/space" Error Dialog to show correct menu for Untabify. |
| 616 | Patch 1196980 Jeff Shute |
| 617 | |
Kurt B. Kaiser | df506ea | 2005-06-12 04:33:30 +0000 | [diff] [blame] | 618 | - New files are colorized by default, and colorizing is removed when |
| 619 | saving as non-Python files. Patch 1196895 Jeff Shute |
| 620 | Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 |
| 621 | |
Kurt B. Kaiser | 935ea9a | 2005-05-10 03:44:24 +0000 | [diff] [blame] | 622 | - Improve subprocess link error notification. |
| 623 | |
Kurt B. Kaiser | 20345fb | 2005-05-05 23:29:54 +0000 | [diff] [blame] | 624 | - run.py: use Queue's blocking feature instead of sleeping in the main |
| 625 | loop. Patch # 1190163 Michiel de Hoon |
| 626 | |
Kurt B. Kaiser | 0676dfd | 2005-02-03 01:37:14 +0000 | [diff] [blame] | 627 | - Add config-main option to make the 'history' feature non-cyclic. |
| 628 | Default remains cyclic. Python Patch 914546 Noam Raphael. |
| 629 | |
Kurt B. Kaiser | acdef85 | 2005-01-31 03:34:26 +0000 | [diff] [blame] | 630 | - Removed ability to configure tabs indent from Options dialog. This 'feature' |
| 631 | has never worked and no one has complained. It is still possible to set a |
| 632 | default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on |
| 633 | tabs for the current EditorWindow via the Format menu) but IDLE will |
| 634 | encourage indentation via spaces. |
| 635 | |
| 636 | - Enable setting the indentation width using the Options dialog. |
| 637 | Bug # 783877 |
| 638 | |
Kurt B. Kaiser | 3069dbb | 2005-01-28 00:16:16 +0000 | [diff] [blame] | 639 | - Add keybindings for del-word-left and del-word-right. |
| 640 | |
Kurt B. Kaiser | 6af4498 | 2005-01-19 00:22:59 +0000 | [diff] [blame] | 641 | - Discourage using an indent width other than 8 when using tabs to indent |
| 642 | Python code. |
| 643 | |
| 644 | - Restore use of EditorWindow.set_indentation_params(), was dead code since |
Kurt B. Kaiser | 3069dbb | 2005-01-28 00:16:16 +0000 | [diff] [blame] | 645 | Autoindent was merged into EditorWindow. This allows IDLE to conform to the |
| 646 | indentation width of a loaded file. (But it still will not switch to tabs |
| 647 | even if the file uses tabs.) Any change in indent width is local to that |
| 648 | window. |
Kurt B. Kaiser | 6af4498 | 2005-01-19 00:22:59 +0000 | [diff] [blame] | 649 | |
| 650 | - Add Tabnanny check before Run/F5, not just when Checking module. |
| 651 | |
Kurt B. Kaiser | b00e89f | 2005-01-18 00:54:58 +0000 | [diff] [blame] | 652 | - If an extension can't be loaded, print warning and skip it instead of |
| 653 | erroring out. |
| 654 | |
Kurt B. Kaiser | 3069dbb | 2005-01-28 00:16:16 +0000 | [diff] [blame] | 655 | - Improve error handling when .idlerc can't be created (warn and exit). |
| 656 | |
Kurt B. Kaiser | 70f05c5 | 2006-03-19 20:40:05 +0000 | [diff] [blame] | 657 | - 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] | 658 | was pending. Restored the quit() of the readline() mainloop(). |
| 659 | http://mail.python.org/pipermail/idle-dev/2004-December/002307.html |
| 660 | |
Kurt B. Kaiser | dcba662 | 2004-12-21 22:10:32 +0000 | [diff] [blame] | 661 | - The remote procedure call module rpc.py can now access data attributes of |
| 662 | remote registered objects. Changes to these attributes are local, however. |
| 663 | |
Anthony Baxter | e2648ee | 2004-11-30 01:28:55 +0000 | [diff] [blame] | 664 | What's New in IDLE 1.1? |
| 665 | ======================= |
Kurt B. Kaiser | e953511 | 2004-11-19 15:46:49 +0000 | [diff] [blame] | 666 | |
Anthony Baxter | e2648ee | 2004-11-30 01:28:55 +0000 | [diff] [blame] | 667 | *Release date: 30-NOV-2004* |
Kurt B. Kaiser | e953511 | 2004-11-19 15:46:49 +0000 | [diff] [blame] | 668 | |
| 669 | - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a |
| 670 | stuck subprocess MainThread because only the SocketThread was exiting. |
| 671 | |
Anthony Baxter | b0c6630 | 2004-11-04 05:23:17 +0000 | [diff] [blame] | 672 | What's New in IDLE 1.1b3/rc1? |
| 673 | ============================= |
| 674 | |
Anthony Baxter | 5cc727a | 2004-11-18 12:32:27 +0000 | [diff] [blame] | 675 | *Release date: 18-NOV-2004* |
Anthony Baxter | b0c6630 | 2004-11-04 05:23:17 +0000 | [diff] [blame] | 676 | |
Kurt B. Kaiser | 03562a5 | 2004-11-16 21:31:08 +0000 | [diff] [blame] | 677 | - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" |
| 678 | button) caused IDLE to fail on restart (no new keyset was created in |
| 679 | config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. |
| 680 | |
Kurt B. Kaiser | f7a8899 | 2004-11-13 21:05:58 +0000 | [diff] [blame] | 681 | - A change to the linecache.py API caused IDLE to exit when an exception was |
| 682 | raised while running without the subprocess (-n switch). Python Bug 1063840. |
| 683 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 684 | What's New in IDLE 1.1b2? |
| 685 | ========================= |
| 686 | |
Anthony Baxter | 9f41f3a | 2004-11-03 06:21:37 +0000 | [diff] [blame] | 687 | *Release date: 03-NOV-2004* |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 688 | |
| 689 | - When paragraph reformat width was made configurable, a bug was |
| 690 | introduced that caused reformatting of comment blocks to ignore how |
| 691 | far the block was indented, effectively adding the indentation width |
| 692 | to the reformat width. This has been repaired, and the reformat |
| 693 | width is again a bound on the total width of reformatted lines. |
| 694 | |
Anthony Baxter | 6a587c1 | 2004-10-15 08:07:21 +0000 | [diff] [blame] | 695 | What's New in IDLE 1.1b1? |
| 696 | ========================= |
| 697 | |
| 698 | *Release date: 15-OCT-2004* |
| 699 | |
| 700 | |
Kurt B. Kaiser | 183403a | 2004-08-22 05:14:32 +0000 | [diff] [blame] | 701 | What's New in IDLE 1.1a3? |
| 702 | ========================= |
| 703 | |
| 704 | *Release date: 02-SEP-2004* |
| 705 | |
| 706 | - Improve keyboard focus binding, especially in Windows menu. Improve |
| 707 | window raising, especially in the Windows menu and in the debugger. |
| 708 | IDLEfork 763524. |
| 709 | |
Mark Dickinson | 3e4caeb | 2009-02-21 20:27:01 +0000 | [diff] [blame] | 710 | - If user passes a non-existent filename on the commandline, just |
Kurt B. Kaiser | 183403a | 2004-08-22 05:14:32 +0000 | [diff] [blame] | 711 | open a new file, don't raise a dialog. IDLEfork 854928. |
| 712 | |
| 713 | |
Kurt B. Kaiser | 8aa2392 | 2004-07-15 04:54:57 +0000 | [diff] [blame] | 714 | What's New in IDLE 1.1a2? |
| 715 | ========================= |
| 716 | |
Anthony Baxter | ff347ca | 2004-08-05 07:21:01 +0000 | [diff] [blame] | 717 | *Release date: 05-AUG-2004* |
Kurt B. Kaiser | 8aa2392 | 2004-07-15 04:54:57 +0000 | [diff] [blame] | 718 | |
Kurt B. Kaiser | 183403a | 2004-08-22 05:14:32 +0000 | [diff] [blame] | 719 | - EditorWindow.py was not finding the .chm help file on Windows. Typo |
| 720 | at Rev 1.54. Python Bug 990954 |
| 721 | |
Kurt B. Kaiser | 8aa2392 | 2004-07-15 04:54:57 +0000 | [diff] [blame] | 722 | - checking sys.platform for substring 'win' was breaking IDLE docs on Mac |
| 723 | (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580. |
| 724 | |
| 725 | |
Anthony Baxter | 3210b36 | 2004-07-08 05:59:43 +0000 | [diff] [blame] | 726 | What's New in IDLE 1.1a1? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 727 | ========================= |
Kurt B. Kaiser | b785518 | 2003-08-14 14:54:28 +0000 | [diff] [blame] | 728 | |
Anthony Baxter | 3210b36 | 2004-07-08 05:59:43 +0000 | [diff] [blame] | 729 | *Release date: 08-JUL-2004* |
Kurt B. Kaiser | e9802a3 | 2004-01-02 04:04:04 +0000 | [diff] [blame] | 730 | |
Kurt B. Kaiser | 49a5fe1 | 2004-07-04 01:25:56 +0000 | [diff] [blame] | 731 | - Redirect the warning stream to the shell during the ScriptBinding check of |
| 732 | user code and format the warning similarly to an exception for both that |
| 733 | check and for runtime warnings raised in the subprocess. |
| 734 | |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 735 | - CodeContext hint pane visibility state is now persistent across sessions. |
| 736 | The pane no longer appears in the shell window. Added capability to limit |
| 737 | extensions to shell window or editor windows. Noam Raphael addition |
| 738 | to Patch 936169. |
| 739 | |
| 740 | - Paragraph reformat width is now a configurable parameter in the |
| 741 | Options GUI. |
| 742 | |
Kurt B. Kaiser | 54d1a3b | 2004-04-21 20:06:26 +0000 | [diff] [blame] | 743 | - New Extension: CodeContext. Provides block structuring hints for code |
| 744 | which has scrolled above an edit window. Patch 936169 Noam Raphael. |
| 745 | |
Kurt B. Kaiser | cf6f1b6 | 2004-04-11 03:16:07 +0000 | [diff] [blame] | 746 | - If nulls somehow got into the strings in recent-files.lst |
| 747 | EditorWindow.update_recent_files_list() was failing. Python Bug 931336. |
| 748 | |
Kurt B. Kaiser | 7491022 | 2005-10-02 23:36:46 +0000 | [diff] [blame] | 749 | - If the normal background is changed via Configure/Highlighting, it will |
| 750 | update immediately, thanks to the previously mentioned patch by Nigel Rowe. |
Kurt B. Kaiser | 0bc3d98 | 2004-03-15 04:26:37 +0000 | [diff] [blame] | 751 | |
Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 752 | - 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] | 753 | This also fixed IDLEfork bug [ 693418 ] Normal text background color not |
| 754 | refreshed and Python bug [897872 ] Unknown color name on HP-UX |
Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 755 | |
Kurt B. Kaiser | d6ab77d | 2004-01-21 19:21:11 +0000 | [diff] [blame] | 756 | - rpc.py:SocketIO - Large modules were generating large pickles when downloaded |
| 757 | to the execution server. The return of the OK response from the subprocess |
| 758 | initialization was interfering and causing the sending socket to be not |
| 759 | ready. Add an IO ready test to fix this. Moved the polling IO ready test |
| 760 | into pollpacket(). |
| 761 | |
| 762 | - Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError". |
| 763 | |
Kurt B. Kaiser | af3eb87 | 2004-01-21 18:54:30 +0000 | [diff] [blame] | 764 | - Added a Tk error dialog to run.py inform the user if the subprocess can't |
| 765 | connect to the user GUI process. Added a timeout to the GUI's listening |
| 766 | socket. Added Tk error dialogs to PyShell.py to announce a failure to bind |
| 767 | the port or connect to the subprocess. Clean up error handling during |
| 768 | connection initiation phase. This is an update of Python Patch 778323. |
| 769 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 770 | - Print correct exception even if source file changed since shell was |
Kurt B. Kaiser | e9802a3 | 2004-01-02 04:04:04 +0000 | [diff] [blame] | 771 | restarted. IDLEfork Patch 869012 Noam Raphael |
Kurt B. Kaiser | b785518 | 2003-08-14 14:54:28 +0000 | [diff] [blame] | 772 | |
Kurt B. Kaiser | 2303b1c | 2003-11-24 05:26:16 +0000 | [diff] [blame] | 773 | - Keybindings with the Shift modifier now work correctly. So do bindings which |
| 774 | use the Space key. Limit unmodified user keybindings to the function keys. |
| 775 | Python Bug 775353, IDLEfork Bugs 755647, 761557 |
| 776 | |
Kurt B. Kaiser | 924f616 | 2003-11-19 04:52:32 +0000 | [diff] [blame] | 777 | - After an exception, run.py was not setting the exception vector. Noam |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 778 | Raphael suggested correcting this so pdb's postmortem pm() would work. |
Kurt B. Kaiser | 924f616 | 2003-11-19 04:52:32 +0000 | [diff] [blame] | 779 | IDLEfork Patch 844675 |
| 780 | |
Kurt B. Kaiser | c714d45 | 2003-11-24 03:23:16 +0000 | [diff] [blame] | 781 | - IDLE now does not fail to save the file anymore if the Tk buffer is not a |
| 782 | Unicode string, yet eol_convention is. Python Bugs 774680, 788378 |
| 783 | |
Kurt B. Kaiser | b785518 | 2003-08-14 14:54:28 +0000 | [diff] [blame] | 784 | - IDLE didn't start correctly when Python was installed in "Program Files" on |
| 785 | W2K and XP. Python Bugs 780451, 784183 |
| 786 | |
| 787 | - config-main.def documentation incorrectly referred to idle- instead of |
| 788 | config- filenames. SF 782759 Also added note about .idlerc location. |
| 789 | |
| 790 | |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 791 | What's New in IDLE 1.0? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 792 | ======================= |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 793 | |
| 794 | *Release date: 29-Jul-2003* |
| 795 | |
Kurt B. Kaiser | b00e89f | 2005-01-18 00:54:58 +0000 | [diff] [blame] | 796 | - 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] | 797 | firewall software. Added same comment to README.txt. |
| 798 | |
| 799 | |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 800 | What's New in IDLE 1.0 release candidate 2? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 801 | =========================================== |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 802 | |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 803 | *Release date: 24-Jul-2003* |
| 804 | |
| 805 | - Calltip error when docstring was None Python Bug 775541 |
| 806 | |
Kurt B. Kaiser | 220fecf | 2003-07-27 03:24:19 +0000 | [diff] [blame] | 807 | |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 808 | What's New in IDLE 1.0 release candidate 1? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 809 | =========================================== |
Kurt B. Kaiser | 6145a62 | 2003-07-23 15:42:14 +0000 | [diff] [blame] | 810 | |
| 811 | *Release date: 18-Jul-2003* |
Kurt B. Kaiser | cca9122 | 2003-07-16 03:10:43 +0000 | [diff] [blame] | 812 | |
| 813 | - Updated extend.txt, help.txt, and config-extensions.def to correctly |
| 814 | reflect the current status of the configuration system. Python Bug 768469 |
| 815 | |
| 816 | - Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels) |
| 817 | |
| 818 | - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance |
| 819 | Python Patch 768187 |
| 820 | |
| 821 | - Break or continue statements outside a loop were causing IDLE crash |
| 822 | Python Bug 767794 |
| 823 | |
| 824 | - Convert Unicode strings from readline to IOBinding.encoding. Also set |
| 825 | sys.std{in|out|err}.encoding, for both the local and the subprocess case. |
| 826 | SF IDLEfork patch 682347. |
| 827 | |
| 828 | |
| 829 | What's New in IDLE 1.0b2? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 830 | ========================= |
Kurt B. Kaiser | cca9122 | 2003-07-16 03:10:43 +0000 | [diff] [blame] | 831 | |
| 832 | *Release date: 29-Jun-2003* |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 833 | |
Kurt B. Kaiser | c714d45 | 2003-11-24 03:23:16 +0000 | [diff] [blame] | 834 | - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS |
| 835 | file Latin-1. |
| 836 | |
| 837 | - Updated the About dialog to reflect re-integration into Python. Provide |
| 838 | buttons to display Python's NEWS, License, and Credits, plus additional |
| 839 | buttons for IDLE's README and NEWS. |
| 840 | |
| 841 | - TextViewer() now has a third parameter which allows inserting text into the |
| 842 | viewer instead of reading from a file. |
| 843 | |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 844 | - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of |
| 845 | IDLEfork modified to install in the Python environment. The code in the |
| 846 | interrupt module has been moved to thread.interrupt_main(). ) |
| 847 | |
| 848 | - Printing the Shell window was failing if it was not saved first SF 748975 |
| 849 | |
| 850 | - When using the Search in Files dialog, if the user had a selection |
| 851 | highlighted in his Editor window, insert it into the dialog search field. |
| 852 | |
| 853 | - The Python Shell entry was disappearing from the Windows menu. |
| 854 | |
| 855 | - Update the Windows file list when a file name change occurs |
| 856 | |
| 857 | - Change to File / Open Module: always pop up the dialog, using the current |
| 858 | selection as the default value. This is easier to use habitually. |
| 859 | |
| 860 | - Avoided a problem with starting the subprocess when 'localhost' doesn't |
| 861 | resolve to the user's loopback interface. SF 747772 |
| 862 | |
| 863 | - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also |
| 864 | improved notification of Tabnanny Token Error. |
| 865 | |
| 866 | - File / New will by default save in the directory of the Edit window from |
| 867 | which it was initiated. SF 748973 Guido van Rossum patch. |
| 868 | |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 869 | |
Kurt B. Kaiser | 9a90e70 | 2003-04-25 17:48:08 +0000 | [diff] [blame] | 870 | What's New in IDLEfork 0.9b1? |
Kurt B. Kaiser | 4d5bc60 | 2004-06-06 01:29:22 +0000 | [diff] [blame] | 871 | ============================= |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 872 | |
Kurt B. Kaiser | 76bcb5c | 2003-06-14 02:51:06 +0000 | [diff] [blame] | 873 | *Release date: 02-Jun-2003* |
Kurt B. Kaiser | a00050f | 2003-05-08 20:26:55 +0000 | [diff] [blame] | 874 | |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 875 | - The current working directory of the execution environment (and shell |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 876 | 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] | 877 | |
| 878 | - Added the delete-exitfunc option to config-main.def. (This option is not |
| 879 | included in the Options dialog.) Setting this to True (the default) will |
| 880 | cause IDLE to not run sys.exitfunc/atexit when the subprocess exits. |
| 881 | |
| 882 | - IDLE now preserves the line ending codes when editing a file produced on |
| 883 | a different platform. SF 661759, SF 538584 |
| 884 | |
| 885 | - Reduced default editor font size to 10 point and increased window height |
| 886 | to provide a better initial impression on Windows. |
| 887 | |
| 888 | - Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting |
| 889 | the default font when first installed on Windows. SF 661676 |
| 890 | |
| 891 | - Added Autosave feature: when user runs code from edit window, if the file |
| 892 | has been modified IDLE will silently save it if Autosave is enabled. The |
| 893 | option is set in the Options dialog, and the default is to prompt the |
| 894 | user to save the file. SF 661318 Bruce Sherwood patch. |
| 895 | |
| 896 | - Improved the RESTART annotation in the shell window when the user restarts |
| 897 | the shell while it is generating output. Also improved annotation when user |
| 898 | repeatedly hammers the Ctrl-F6 restart. |
| 899 | |
Kurt B. Kaiser | a80d57c | 2003-05-17 03:15:48 +0000 | [diff] [blame] | 900 | - Allow IDLE to run when not installed and cwd is not the IDLE directory |
| 901 | SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael |
| 902 | |
| 903 | - When a module is run from an EditorWindow: if its directory is not in |
| 904 | sys.path, prepend it. This allows the module to import other modules in |
| 905 | the same directory. Do the same for a script run from the command line. |
| 906 | |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 907 | - Correctly restart the subprocess if it is running user code and the user |
| 908 | attempts to run some other module or restarts the shell. Do the same if |
| 909 | the link is broken and it is possible to restart the subprocess and re- |
| 910 | connect to the GUI. SF RFE 661321. |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 911 | |
| 912 | - Improved exception reporting when running commands or scripts from the |
| 913 | command line. |
| 914 | |
Kurt B. Kaiser | a80d57c | 2003-05-17 03:15:48 +0000 | [diff] [blame] | 915 | - Added a -n command line switch to start IDLE without the subprocess. |
| 916 | Removed the Shell menu when running in that mode. Updated help messages. |
| 917 | |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 918 | - 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] | 919 | using the subprocess. |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 920 | |
| 921 | - Restore the ability to run without the subprocess. This can be important for |
| 922 | some platforms or configurations. (Running without the subprocess allows the |
| 923 | debugger to trace through parts of IDLE itself, which may or may not be |
| 924 | desirable, depending on your point of view. In addition, the traditional |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 925 | reload/import tricks must be use if user source code is changed.) This is |
| 926 | helpful for developing IDLE using IDLE, because one instance can be used to |
| 927 | edit the code and a separate instance run to test changes. (Multiple |
| 928 | concurrent IDLE instances with subprocesses is a future feature) |
Kurt B. Kaiser | 7f38ec0 | 2003-05-15 03:19:42 +0000 | [diff] [blame] | 929 | |
Kurt B. Kaiser | 73414a2 | 2003-05-12 03:04:59 +0000 | [diff] [blame] | 930 | - Improve the error message a user gets when saving a file with non-ASCII |
| 931 | characters and no source encoding is specified. Done by adding a dialog |
| 932 | 'EncodingMessage', which contains the line to add in a fixed-font entry |
| 933 | widget, and which has a button to add that line to the file automatically. |
| 934 | Also, add a configuration option 'EditorWindow/encoding', which has three |
| 935 | possible values: none, utf-8, and locale. None is the default: IDLE will show |
| 936 | this dialog when non-ASCII characters are encountered. utf-8 means that files |
| 937 | with non-ASCII characters are saved as utf-8-with-bom. locale means that |
| 938 | files are saved in the locale's encoding; the dialog is only displayed if the |
| 939 | source contains characters outside the locale's charset. SF 710733 - Loewis |
| 940 | |
Kurt B. Kaiser | a00050f | 2003-05-08 20:26:55 +0000 | [diff] [blame] | 941 | - Improved I/O response by tweaking the wait parameter in various |
| 942 | calls to signal.signal(). |
| 943 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 944 | - Implemented a threaded subprocess which allows interrupting a pass |
Kurt B. Kaiser | 73414a2 | 2003-05-12 03:04:59 +0000 | [diff] [blame] | 945 | loop in user code using the 'interrupt' extension. User code runs |
Kurt B. Kaiser | 5ddef75 | 2003-06-01 01:11:14 +0000 | [diff] [blame] | 946 | in MainThread, while the RPCServer is handled by SockThread. This is |
| 947 | necessary because Windows doesn't support signals. |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 948 | |
Kurt B. Kaiser | 94afd30 | 2003-03-12 20:52:00 +0000 | [diff] [blame] | 949 | - Implemented the 'interrupt' extension module, which allows a subthread |
| 950 | to raise a KeyboardInterrupt in the main thread. |
| 951 | |
| 952 | - Attempting to save the shell raised an error related to saving |
| 953 | breakpoints, which are not implemented in the shell |
| 954 | |
| 955 | - Provide a correct message when 'exit' or 'quit' are entered at the |
| 956 | IDLE command prompt SF 695861 |
| 957 | |
| 958 | - Eliminate extra blank line in shell output caused by not flushing |
| 959 | stdout when user code ends with an unterminated print. SF 695861 |
| 960 | |
| 961 | - Moved responsibility for exception formatting (i.e. pruning IDLE internal |
| 962 | calls) out of rpc.py into the client and server. |
| 963 | |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 964 | - Exit IDLE cleanly even when doing subprocess I/O |
| 965 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 966 | - Handle subprocess interrupt with an RPC message. |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 967 | |
| 968 | - Restart the subprocess if it terminates itself. (VPython programs do that) |
| 969 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 970 | - Support subclassing of exceptions, including in the shell, by moving the |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 971 | exception formatting to the subprocess. |
| 972 | |
Kurt B. Kaiser | 003091c | 2003-02-17 18:57:16 +0000 | [diff] [blame] | 973 | |
| 974 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 975 | What's New in IDLEfork 0.9 Alpha 2? |
| 976 | =================================== |
Kurt B. Kaiser | 2cb5402 | 2002-12-31 18:12:04 +0000 | [diff] [blame] | 977 | |
Kurt B. Kaiser | 7e17289 | 2003-01-27 02:40:20 +0000 | [diff] [blame] | 978 | *Release date: 27-Jan-2003* |
| 979 | |
| 980 | - Updated INSTALL.txt to claify use of the python2 rpm. |
| 981 | |
| 982 | - Improved formatting in IDLE Help. |
| 983 | |
| 984 | - Run menu: Replace "Run Script" with "Run Module". |
| 985 | |
| 986 | - Code encountering an unhandled exception under the debugger now shows |
| 987 | the correct traceback, with IDLE internal levels pruned out. |
| 988 | |
| 989 | - If an exception occurs entirely in IDLE, don't prune the IDLE internal |
| 990 | modules from the traceback displayed. |
| 991 | |
| 992 | - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom. |
| 993 | |
| 994 | - IDLE icons will now install correctly even when setup.py is run from the |
| 995 | build directory |
| 996 | |
| 997 | - Class Browser now compatible with Python2.3 version of pyclbr.py |
Kurt B. Kaiser | 2cb5402 | 2002-12-31 18:12:04 +0000 | [diff] [blame] | 998 | |
Kurt B. Kaiser | 5ec186b | 2003-01-17 04:04:06 +0000 | [diff] [blame] | 999 | - Left cursor move in presence of selected text now moves from left end |
| 1000 | of the selection. |
| 1001 | |
| 1002 | - Add Meta keybindings to "IDLE Classic Windows" to handle reversed |
| 1003 | Alt/Meta on some Linux distros. |
| 1004 | |
Kurt B. Kaiser | 8e92bf7 | 2003-01-14 22:03:31 +0000 | [diff] [blame] | 1005 | - Change default: IDLE now starts with Python Shell. |
| 1006 | |
| 1007 | - Removed the File Path from the Additional Help Sources scrolled list. |
| 1008 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 1009 | - 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] | 1010 | Help File Path begins with //http or www. (Otherwise local path is |
| 1011 | validated, as before.) |
| 1012 | |
| 1013 | - 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] | 1014 | order entered. Implement sorting the list by [HelpFiles] 'option' |
Kurt B. Kaiser | 8e92bf7 | 2003-01-14 22:03:31 +0000 | [diff] [blame] | 1015 | number. |
| 1016 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 1017 | - 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] | 1018 | Python/Doc if platform is Windows, otherwise start in current directory. |
| 1019 | |
| 1020 | - Put the Additional Help Sources directly on the Help menu instead of in |
| 1021 | an Extra Help cascade menu. Rearrange the Help menu so the Additional |
| 1022 | Help Sources come last. Update help.txt appropriately. |
| 1023 | |
| 1024 | - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py |
| 1025 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1026 | - Uniform capitalization in General tab of ConfigDialog, update the doc string. |
| 1027 | |
| 1028 | - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly |
| 1029 | deleting Additional Help Sources from the user's config file. |
| 1030 | |
| 1031 | - Make configHelpSourceEdit OK button the default and bind <Return> |
| 1032 | |
| 1033 | - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached |
| 1034 | to parents. |
| 1035 | |
| 1036 | - Use os.startfile() to open both Additional Help and Python Help on the |
| 1037 | Windows platform. The application associated with the file type will act as |
| 1038 | the viewer. Windows help files (.chm) are now supported via the |
| 1039 | Settings/General/Additional Help facility. |
| 1040 | |
| 1041 | - If Python Help files are installed locally on Linux, use them instead of |
| 1042 | accessing python.org. |
| 1043 | |
| 1044 | - 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] | 1045 | them work in the installed configuration, also. |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1046 | |
| 1047 | - On the Save Before Run dialog, make the OK button the default. One |
| 1048 | less mouse action! |
| 1049 | |
| 1050 | - Add a method: EditorWindow.get_geometry() for future use in implementing |
| 1051 | window location persistence. |
| 1052 | |
| 1053 | - Removed the "Help/Advice" menu entry. Thanks, David! We'll remember! |
| 1054 | |
| 1055 | - Change the "Classic Windows" theme's paste key to be <ctrl-v>. |
| 1056 | |
| 1057 | - Rearrange the Shell menu to put Stack Viewer entries adjacent. |
| 1058 | |
| 1059 | - 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] | 1060 | add an associated menu entry "Shell/Restart" with binding Control-F6. Update |
| 1061 | IDLE help. |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1062 | |
| 1063 | - 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] | 1064 | shell window menu "Shell/View Restart" with binding F6 to jump to the most |
| 1065 | recent restart boundary. |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1066 | |
Kurt B. Kaiser | 7e17289 | 2003-01-27 02:40:20 +0000 | [diff] [blame] | 1067 | - Add Shell menu to Python Shell; change "Settings" to "Options". |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1068 | |
| 1069 | - Remove incorrect comment in setup.py: IDLEfork is now installed as a package. |
| 1070 | |
| 1071 | - Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration. |
| 1072 | |
| 1073 | - In installer text, fix reference to Visual Python, should be VPython. |
| 1074 | Properly credit David Scherer. |
| 1075 | |
| 1076 | - Modified idle, idle.py, idle.pyw to improve exception handling. |
| 1077 | |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 1078 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1079 | What's New in IDLEfork 0.9 Alpha 1? |
| 1080 | =================================== |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 1081 | |
Tim Peters | 16e3cf5 | 2004-10-24 23:45:42 +0000 | [diff] [blame] | 1082 | *Release date: 31-Dec-2002* |
Steven M. Gava | 88ff736 | 2001-07-21 09:50:55 +0000 | [diff] [blame] | 1083 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1084 | - First release of major new functionality. For further details refer to |
| 1085 | Idle-dev and/or the Sourceforge CVS. |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 1086 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1087 | - Adapted to the Mac platform. |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 1088 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1089 | - Overhauled the IDLE startup options and revised the idle -h help message, |
| 1090 | which provides details of command line usage. |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 1091 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1092 | - Multiple bug fixes and usability enhancements. |
| 1093 | |
| 1094 | - Introduced the new RPC implementation, which includes a debugger. The output |
| 1095 | of user code is to the shell, and the shell may be used to inspect the |
| 1096 | environment after the run has finished. (In version 0.8.1 the shell |
| 1097 | environment was separate from the environment of the user code.) |
| 1098 | |
| 1099 | - Introduced the configuration GUI and a new About dialog. |
| 1100 | |
| 1101 | - Removed David Scherer's Remote Procedure Call code and replaced with Guido |
| 1102 | van Rossum's. GvR code has support for the IDLE debugger and uses the shell |
| 1103 | to inspect the environment of code Run from an Edit window. Files removed: |
| 1104 | ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py |
Steven M. Gava | d39993e | 2001-07-20 01:36:49 +0000 | [diff] [blame] | 1105 | |
Kurt B. Kaiser | a7b804f | 2003-01-10 21:27:23 +0000 | [diff] [blame] | 1106 | -------------------------------------------------------------------- |
| 1107 | Refer to HISTORY.txt for additional information on earlier releases. |
| 1108 | -------------------------------------------------------------------- |
David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 1109 | |
| 1110 | |
David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 1111 | |
| 1112 | |
David Scherer | 7aced17 | 2000-08-15 01:13:23 +0000 | [diff] [blame] | 1113 | |