NEWS2x.txt 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. What's New in IDLE 2.7? (Merged into 3.1 before 2.7 release.)
  2. =======================
  3. *Release date: XX-XXX-2010*
  4. - idle.py modified and simplified to better support developing experimental
  5. versions of IDLE which are not installed in the standard location.
  6. - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
  7. file paths containing spaces. Bug 5559.
  8. - Windows: Version string for the .chm help file changed, file not being
  9. accessed Patch 5783 Guilherme Polo
  10. - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
  11. David Scherer for suggesting the use of an ephemeral port for the GUI.
  12. Patch 1529142 Weeble.
  13. - Remove port spec from run.py and fix bug where subprocess fails to
  14. extract port from command line when warnings are present.
  15. - Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
  16. mixed space/tab properly. Issue 5129, patch by Guilherme Polo.
  17. - Issue #3549: On MacOS the preferences menu was not present
  18. - IDLE would print a "Unhandled server exception!" message when internal
  19. debugging is enabled.
  20. - Issue #4455: IDLE failed to display the windows list when two windows have
  21. the same title.
  22. - Issue #4383: When IDLE cannot make the connection to its subprocess, it would
  23. fail to properly display the error message.
  24. - help() was not paging to the shell. Issue1650.
  25. - CodeContext was not importing.
  26. - Corrected two 3.0 compatibility errors reported by Mark Summerfield:
  27. http://mail.python.org/pipermail/python-3000/2007-December/011491.html
  28. - Shell was not colorizing due to bug introduced at r57998, Bug 1586.
  29. - Issue #1585: IDLE uses non-existent xrange() function.
  30. - Windows EOL sequence not converted correctly, encoding error.
  31. Caused file save to fail. Bug 1130.
  32. - IDLE converted to Python 3000 syntax.
  33. - Strings became Unicode.
  34. - CallTips module now uses the inspect module to produce the argspec.
  35. - IDLE modules now use absolute import instead of implied relative import.
  36. - atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag
  37. in config-main.cfg remains unchanged: if set, registered exit functions will
  38. be cleared before IDLE exits.
  39. What's New in IDLE 2.6
  40. ======================
  41. *Release date: 01-Oct-2008*, merged into 3.0 releases detailed above (3.0rc2)
  42. - Issue #2665: On Windows, an IDLE installation upgraded from an old version
  43. would not start if a custom theme was defined.
  44. - Home / Control-A toggles between left margin and end of leading white
  45. space. issue1196903, patch by Jeff Shute.
  46. - Improved AutoCompleteWindow logic. issue2062, patch by Tal Einat.
  47. - Autocompletion of filenames now support alternate separators, e.g. the
  48. '/' char on Windows. issue2061 Patch by Tal Einat.
  49. - Configured selection highlighting colors were ignored; updating highlighting
  50. in the config dialog would cause non-Python files to be colored as if they
  51. were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
  52. - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat
  53. - There was an error on exit if no sys.exitfunc was defined. Issue 1647.
  54. - Could not open files in .idlerc directory if latter was hidden on Windows.
  55. Issue 1743, Issue 1862.
  56. - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
  57. - tabpage.py updated: tabbedPages.py now supports multiple dynamic rows
  58. of tabs. Patch 1612746 Tal Einat.
  59. - Add confirmation dialog before printing. Patch 1717170 Tal Einat.
  60. - Show paste position if > 80 col. Patch 1659326 Tal Einat.
  61. - Update cursor color without restarting. Patch 1725576 Tal Einat.
  62. - Allow keyboard interrupt only when user code is executing in subprocess.
  63. Patch 1225 Tal Einat (reworked from IDLE-Spoon).
  64. - configDialog cleanup. Patch 1730217 Tal Einat.
  65. - textView cleanup. Patch 1718043 Tal Einat.
  66. - Clean up EditorWindow close.
  67. - Patch 1693258: Fix for duplicate "preferences" menu-OS X. Backport of r56204.
  68. - OSX: Avoid crash for those versions of Tcl/Tk which don't have a console
  69. - Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
  70. option in config-extensions w/o a value. Patch #1672481, Tal Einat
  71. - Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
  72. mouse and cursor selection in ACWindow implemented; double Tab inserts
  73. current selection and closes ACW (similar to double-click and Return); scroll
  74. wheel now works in ACW. Added AutoComplete instructions to IDLE Help.
  75. - AutoCompleteWindow moved below input line, will move above if there
  76. isn't enough space. Patch 1621265 Tal Einat
  77. - Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
  78. Suggested solution by Christos Georgiou, Bug 791968.
  79. - Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
  80. - Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
  81. - Patch #1362975: Rework CodeContext indentation algorithm to
  82. avoid hard-coding pixel widths.
  83. - Bug #813342: Start the IDLE subprocess with -Qnew if the parent
  84. is started with that option.
  85. - Honor the "Cancel" action in the save dialog (Debian bug #299092)
  86. - Some syntax errors were being caught by tokenize during the tabnanny
  87. check, resulting in obscure error messages. Do the syntax check
  88. first. Bug 1562716, 1562719
  89. - IDLE's version number takes a big jump to match the version number of
  90. the Python release of which it's a part.
  91. What's New in IDLE 1.2?
  92. =======================
  93. *Release date: 19-SEP-2006*
  94. - File menu hotkeys: there were three 'p' assignments. Reassign the
  95. 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the
  96. Shell hotkey from 's' to 'l'.
  97. - IDLE honors new quit() and exit() commands from site.py Quitter() object.
  98. Patch 1540892, Jim Jewett
  99. - The 'with' statement is now a Code Context block opener.
  100. Patch 1540851, Jim Jewett
  101. - Retrieval of previous shell command was not always preserving indentation
  102. (since 1.2a1) Patch 1528468 Tal Einat.
  103. - Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
  104. - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
  105. - When used w/o subprocess, all exceptions were preceded by an error
  106. message claiming they were IDLE internal errors (since 1.2a1).
  107. - Bug #1525817: Don't truncate short lines in IDLE's tool tips.
  108. - Bug #1517990: IDLE keybindings on MacOS X now work correctly
  109. - Bug #1517996: IDLE now longer shows the default Tk menu when a
  110. path browser, class browser or debugger is the frontmost window on MacOS X
  111. - EditorWindow.test() was failing. Bug 1417598
  112. - EditorWindow failed when used stand-alone if sys.ps1 not set.
  113. Bug 1010370 Dave Florek
  114. - Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
  115. - Avoid occasional failure to detect closing paren properly.
  116. Patch 1407280 Tal Einat
  117. - Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
  118. - Colorizer now handles #<builtin> correctly, also unicode strings and
  119. 'as' keyword in comment directly following import command. Closes 1325071.
  120. Patch 1479219 Tal Einat
  121. - Patch #1162825: Support non-ASCII characters in IDLE window titles.
  122. - Source file f.flush() after writing; trying to avoid lossage if user
  123. kills GUI.
  124. - Options / Keys / Advanced dialog made functional. Also, allow binding
  125. of 'movement' keys.
  126. - 'syntax' patch adds improved calltips and a new class attribute listbox.
  127. MultiCall module allows binding multiple actions to an event.
  128. Patch 906702 Noam Raphael
  129. - Better indentation after first line of string continuation.
  130. IDLEfork Patch 681992, Noam Raphael
  131. - Fixed CodeContext alignment problem, following suggestion from Tal Einat.
  132. - Increased performance in CodeContext extension Patch 936169 Noam Raphael
  133. - Mac line endings were incorrect when pasting code from some browsers
  134. when using X11 and the Fink distribution. Python Bug 1263656.
  135. - <Enter> when cursor is on a previous command retrieves that command. Instead
  136. of replacing the input line, the previous command is now appended to the
  137. input line. Indentation is preserved, and undo is enabled.
  138. Patch 1196917 Jeff Shute
  139. - Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
  140. the Untabify command.
  141. - Corrected "tab/space" Error Dialog to show correct menu for Untabify.
  142. Patch 1196980 Jeff Shute
  143. - New files are colorized by default, and colorizing is removed when
  144. saving as non-Python files. Patch 1196895 Jeff Shute
  145. Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524
  146. - Improve subprocess link error notification.
  147. - run.py: use Queue's blocking feature instead of sleeping in the main
  148. loop. Patch # 1190163 Michiel de Hoon
  149. - Add config-main option to make the 'history' feature non-cyclic.
  150. Default remains cyclic. Python Patch 914546 Noam Raphael.
  151. - Removed ability to configure tabs indent from Options dialog. This 'feature'
  152. has never worked and no one has complained. It is still possible to set a
  153. default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on
  154. tabs for the current EditorWindow via the Format menu) but IDLE will
  155. encourage indentation via spaces.
  156. - Enable setting the indentation width using the Options dialog.
  157. Bug # 783877
  158. - Add keybindings for del-word-left and del-word-right.
  159. - Discourage using an indent width other than 8 when using tabs to indent
  160. Python code.
  161. - Restore use of EditorWindow.set_indentation_params(), was dead code since
  162. Autoindent was merged into EditorWindow. This allows IDLE to conform to the
  163. indentation width of a loaded file. (But it still will not switch to tabs
  164. even if the file uses tabs.) Any change in indent width is local to that
  165. window.
  166. - Add Tabnanny check before Run/F5, not just when Checking module.
  167. - If an extension can't be loaded, print warning and skip it instead of
  168. erroring out.
  169. - Improve error handling when .idlerc can't be created (warn and exit).
  170. - The GUI was hanging if the shell window was closed while a raw_input()
  171. was pending. Restored the quit() of the readline() mainloop().
  172. http://mail.python.org/pipermail/idle-dev/2004-December/002307.html
  173. - The remote procedure call module rpc.py can now access data attributes of
  174. remote registered objects. Changes to these attributes are local, however.
  175. What's New in IDLE 1.1?
  176. =======================
  177. *Release date: 30-NOV-2004*
  178. - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
  179. stuck subprocess MainThread because only the SocketThread was exiting.
  180. - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
  181. button) caused IDLE to fail on restart (no new keyset was created in
  182. config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
  183. - A change to the linecache.py API caused IDLE to exit when an exception was
  184. raised while running without the subprocess (-n switch). Python Bug 1063840.
  185. - When paragraph reformat width was made configurable, a bug was
  186. introduced that caused reformatting of comment blocks to ignore how
  187. far the block was indented, effectively adding the indentation width
  188. to the reformat width. This has been repaired, and the reformat
  189. width is again a bound on the total width of reformatted lines.
  190. - Improve keyboard focus binding, especially in Windows menu. Improve
  191. window raising, especially in the Windows menu and in the debugger.
  192. IDLEfork 763524.
  193. - If user passes a non-existent filename on the commandline, just
  194. open a new file, don't raise a dialog. IDLEfork 854928.
  195. - EditorWindow.py was not finding the .chm help file on Windows. Typo
  196. at Rev 1.54. Python Bug 990954
  197. - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
  198. (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
  199. - Redirect the warning stream to the shell during the ScriptBinding check of
  200. user code and format the warning similarly to an exception for both that
  201. check and for runtime warnings raised in the subprocess.
  202. - CodeContext hint pane visibility state is now persistent across sessions.
  203. The pane no longer appears in the shell window. Added capability to limit
  204. extensions to shell window or editor windows. Noam Raphael addition
  205. to Patch 936169.
  206. - Paragraph reformat width is now a configurable parameter in the
  207. Options GUI.
  208. - New Extension: CodeContext. Provides block structuring hints for code
  209. which has scrolled above an edit window. Patch 936169 Noam Raphael.
  210. - If nulls somehow got into the strings in recent-files.lst
  211. EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
  212. - If the normal background is changed via Configure/Highlighting, it will
  213. update immediately, thanks to the previously mentioned patch by Nigel Rowe.
  214. - Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
  215. This also fixed IDLEfork bug [ 693418 ] Normal text background color not
  216. refreshed and Python bug [897872 ] Unknown color name on HP-UX
  217. - rpc.py:SocketIO - Large modules were generating large pickles when downloaded
  218. to the execution server. The return of the OK response from the subprocess
  219. initialization was interfering and causing the sending socket to be not
  220. ready. Add an IO ready test to fix this. Moved the polling IO ready test
  221. into pollpacket().
  222. - Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
  223. - Added a Tk error dialog to run.py inform the user if the subprocess can't
  224. connect to the user GUI process. Added a timeout to the GUI's listening
  225. socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
  226. the port or connect to the subprocess. Clean up error handling during
  227. connection initiation phase. This is an update of Python Patch 778323.
  228. - Print correct exception even if source file changed since shell was
  229. restarted. IDLEfork Patch 869012 Noam Raphael
  230. - Keybindings with the Shift modifier now work correctly. So do bindings which
  231. use the Space key. Limit unmodified user keybindings to the function keys.
  232. Python Bug 775353, IDLEfork Bugs 755647, 761557
  233. - After an exception, run.py was not setting the exception vector. Noam
  234. Raphael suggested correcting this so pdb's postmortem pm() would work.
  235. IDLEfork Patch 844675
  236. - IDLE now does not fail to save the file anymore if the Tk buffer is not a
  237. Unicode string, yet eol_convention is. Python Bugs 774680, 788378
  238. - IDLE didn't start correctly when Python was installed in "Program Files" on
  239. W2K and XP. Python Bugs 780451, 784183
  240. - config-main.def documentation incorrectly referred to idle- instead of
  241. config- filenames. SF 782759 Also added note about .idlerc location.
  242. What's New in IDLE 1.0?
  243. =======================
  244. *Release date: 29-Jul-2003*
  245. - Added a banner to the shell discussing warnings possibly raised by personal
  246. firewall software. Added same comment to README.txt.
  247. - Calltip error when docstring was None Python Bug 775541
  248. - Updated extend.txt, help.txt, and config-extensions.def to correctly
  249. reflect the current status of the configuration system. Python Bug 768469
  250. - Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
  251. - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
  252. Python Patch 768187
  253. - Break or continue statements outside a loop were causing IDLE crash
  254. Python Bug 767794
  255. - Convert Unicode strings from readline to IOBinding.encoding. Also set
  256. sys.std{in|out|err}.encoding, for both the local and the subprocess case.
  257. SF IDLEfork patch 682347.
  258. - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
  259. file Latin-1.
  260. - Updated the About dialog to reflect re-integration into Python. Provide
  261. buttons to display Python's NEWS, License, and Credits, plus additional
  262. buttons for IDLE's README and NEWS.
  263. - TextViewer() now has a third parameter which allows inserting text into the
  264. viewer instead of reading from a file.
  265. - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
  266. IDLEfork modified to install in the Python environment. The code in the
  267. interrupt module has been moved to thread.interrupt_main(). )
  268. - Printing the Shell window was failing if it was not saved first SF 748975
  269. - When using the Search in Files dialog, if the user had a selection
  270. highlighted in his Editor window, insert it into the dialog search field.
  271. - The Python Shell entry was disappearing from the Windows menu.
  272. - Update the Windows file list when a file name change occurs
  273. - Change to File / Open Module: always pop up the dialog, using the current
  274. selection as the default value. This is easier to use habitually.
  275. - Avoided a problem with starting the subprocess when 'localhost' doesn't
  276. resolve to the user's loopback interface. SF 747772
  277. - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
  278. improved notification of Tabnanny Token Error.
  279. - File / New will by default save in the directory of the Edit window from
  280. which it was initiated. SF 748973 Guido van Rossum patch.
  281. What's New in IDLEfork 0.9b1?
  282. =============================
  283. *Release date: 02-Jun-2003*
  284. - The current working directory of the execution environment (and shell
  285. following completion of execution) is now that of the module being run.
  286. - Added the delete-exitfunc option to config-main.def. (This option is not
  287. included in the Options dialog.) Setting this to True (the default) will
  288. cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
  289. - IDLE now preserves the line ending codes when editing a file produced on
  290. a different platform. SF 661759, SF 538584
  291. - Reduced default editor font size to 10 point and increased window height
  292. to provide a better initial impression on Windows.
  293. - Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
  294. the default font when first installed on Windows. SF 661676
  295. - Added Autosave feature: when user runs code from edit window, if the file
  296. has been modified IDLE will silently save it if Autosave is enabled. The
  297. option is set in the Options dialog, and the default is to prompt the
  298. user to save the file. SF 661318 Bruce Sherwood patch.
  299. - Improved the RESTART annotation in the shell window when the user restarts
  300. the shell while it is generating output. Also improved annotation when user
  301. repeatedly hammers the Ctrl-F6 restart.
  302. - Allow IDLE to run when not installed and cwd is not the IDLE directory
  303. SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
  304. - When a module is run from an EditorWindow: if its directory is not in
  305. sys.path, prepend it. This allows the module to import other modules in
  306. the same directory. Do the same for a script run from the command line.
  307. - Correctly restart the subprocess if it is running user code and the user
  308. attempts to run some other module or restarts the shell. Do the same if
  309. the link is broken and it is possible to restart the subprocess and re-
  310. connect to the GUI. SF RFE 661321.
  311. - Improved exception reporting when running commands or scripts from the
  312. command line.
  313. - Added a -n command line switch to start IDLE without the subprocess.
  314. Removed the Shell menu when running in that mode. Updated help messages.
  315. - Added a comment to the shell startup header to indicate when IDLE is not
  316. using the subprocess.
  317. - Restore the ability to run without the subprocess. This can be important for
  318. some platforms or configurations. (Running without the subprocess allows the
  319. debugger to trace through parts of IDLE itself, which may or may not be
  320. desirable, depending on your point of view. In addition, the traditional
  321. reload/import tricks must be use if user source code is changed.) This is
  322. helpful for developing IDLE using IDLE, because one instance can be used to
  323. edit the code and a separate instance run to test changes. (Multiple
  324. concurrent IDLE instances with subprocesses is a future feature)
  325. - Improve the error message a user gets when saving a file with non-ASCII
  326. characters and no source encoding is specified. Done by adding a dialog
  327. 'EncodingMessage', which contains the line to add in a fixed-font entry
  328. widget, and which has a button to add that line to the file automatically.
  329. Also, add a configuration option 'EditorWindow/encoding', which has three
  330. possible values: none, utf-8, and locale. None is the default: IDLE will show
  331. this dialog when non-ASCII characters are encountered. utf-8 means that files
  332. with non-ASCII characters are saved as utf-8-with-bom. locale means that
  333. files are saved in the locale's encoding; the dialog is only displayed if the
  334. source contains characters outside the locale's charset. SF 710733 - Loewis
  335. - Improved I/O response by tweaking the wait parameter in various
  336. calls to signal.signal().
  337. - Implemented a threaded subprocess which allows interrupting a pass
  338. loop in user code using the 'interrupt' extension. User code runs
  339. in MainThread, while the RPCServer is handled by SockThread. This is
  340. necessary because Windows doesn't support signals.
  341. - Implemented the 'interrupt' extension module, which allows a subthread
  342. to raise a KeyboardInterrupt in the main thread.
  343. - Attempting to save the shell raised an error related to saving
  344. breakpoints, which are not implemented in the shell
  345. - Provide a correct message when 'exit' or 'quit' are entered at the
  346. IDLE command prompt SF 695861
  347. - Eliminate extra blank line in shell output caused by not flushing
  348. stdout when user code ends with an unterminated print. SF 695861
  349. - Moved responsibility for exception formatting (i.e. pruning IDLE internal
  350. calls) out of rpc.py into the client and server.
  351. - Exit IDLE cleanly even when doing subprocess I/O
  352. - Handle subprocess interrupt with an RPC message.
  353. - Restart the subprocess if it terminates itself. (VPython programs do that)
  354. - Support subclassing of exceptions, including in the shell, by moving the
  355. exception formatting to the subprocess.
  356. What's New in IDLEfork 0.9 Alpha 2?
  357. ===================================
  358. *Release date: 27-Jan-2003*
  359. - Updated INSTALL.txt to claify use of the python2 rpm.
  360. - Improved formatting in IDLE Help.
  361. - Run menu: Replace "Run Script" with "Run Module".
  362. - Code encountering an unhandled exception under the debugger now shows
  363. the correct traceback, with IDLE internal levels pruned out.
  364. - If an exception occurs entirely in IDLE, don't prune the IDLE internal
  365. modules from the traceback displayed.
  366. - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
  367. - IDLE icons will now install correctly even when setup.py is run from the
  368. build directory
  369. - Class Browser now compatible with Python2.3 version of pyclbr.py
  370. - Left cursor move in presence of selected text now moves from left end
  371. of the selection.
  372. - Add Meta keybindings to "IDLE Classic Windows" to handle reversed
  373. Alt/Meta on some Linux distros.
  374. - Change default: IDLE now starts with Python Shell.
  375. - Removed the File Path from the Additional Help Sources scrolled list.
  376. - Add capability to access Additional Help Sources on the web if the
  377. Help File Path begins with //http or www. (Otherwise local path is
  378. validated, as before.)
  379. - Additional Help Sources were not being posted on the Help menu in the
  380. order entered. Implement sorting the list by [HelpFiles] 'option'
  381. number.
  382. - Add Browse button to New Help Source dialog. Arrange to start in
  383. Python/Doc if platform is Windows, otherwise start in current directory.
  384. - Put the Additional Help Sources directly on the Help menu instead of in
  385. an Extra Help cascade menu. Rearrange the Help menu so the Additional
  386. Help Sources come last. Update help.txt appropriately.
  387. - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
  388. - Uniform capitalization in General tab of ConfigDialog, update the doc string.
  389. - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
  390. deleting Additional Help Sources from the user's config file.
  391. - Make configHelpSourceEdit OK button the default and bind <Return>
  392. - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
  393. to parents.
  394. - Use os.startfile() to open both Additional Help and Python Help on the
  395. Windows platform. The application associated with the file type will act as
  396. the viewer. Windows help files (.chm) are now supported via the
  397. Settings/General/Additional Help facility.
  398. - If Python Help files are installed locally on Linux, use them instead of
  399. accessing python.org.
  400. - Make the methods for finding the Python help docs more robust, and make
  401. them work in the installed configuration, also.
  402. - On the Save Before Run dialog, make the OK button the default. One
  403. less mouse action!
  404. - Add a method: EditorWindow.get_geometry() for future use in implementing
  405. window location persistence.
  406. - Removed the "Help/Advice" menu entry. Thanks, David! We'll remember!
  407. - Change the "Classic Windows" theme's paste key to be <ctrl-v>.
  408. - Rearrange the Shell menu to put Stack Viewer entries adjacent.
  409. - Add the ability to restart the subprocess interpreter from the shell window;
  410. add an associated menu entry "Shell/Restart" with binding Control-F6. Update
  411. IDLE help.
  412. - Upon a restart, annotate the shell window with a "restart boundary". Add a
  413. shell window menu "Shell/View Restart" with binding F6 to jump to the most
  414. recent restart boundary.
  415. - Add Shell menu to Python Shell; change "Settings" to "Options".
  416. - Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
  417. - Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
  418. - In installer text, fix reference to Visual Python, should be VPython.
  419. Properly credit David Scherer.
  420. - Modified idle, idle.py, idle.pyw to improve exception handling.
  421. What's New in IDLEfork 0.9 Alpha 1?
  422. ===================================
  423. *Release date: 31-Dec-2002*
  424. - First release of major new functionality. For further details refer to
  425. Idle-dev and/or the Sourceforge CVS.
  426. - Adapted to the Mac platform.
  427. - Overhauled the IDLE startup options and revised the idle -h help message,
  428. which provides details of command line usage.
  429. - Multiple bug fixes and usability enhancements.
  430. - Introduced the new RPC implementation, which includes a debugger. The output
  431. of user code is to the shell, and the shell may be used to inspect the
  432. environment after the run has finished. (In version 0.8.1 the shell
  433. environment was separate from the environment of the user code.)
  434. - Introduced the configuration GUI and a new About dialog.
  435. - Removed David Scherer's Remote Procedure Call code and replaced with Guido
  436. van Rossum's. GvR code has support for the IDLE debugger and uses the shell
  437. to inspect the environment of code Run from an Edit window. Files removed:
  438. ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
  439. --------------------------------------------------------------------
  440. Refer to HISTORY.txt for additional information on earlier releases.
  441. --------------------------------------------------------------------