home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / python2.4 / idlelib / NEWS.txt < prev    next >
Encoding:
Text File  |  2007-04-12  |  18.6 KB  |  515 lines

  1. What's New in IDLE 1.1.4?
  2. =========================
  3.  
  4. *Release date: 18-OCT-2006*
  5.  
  6. What's New in IDLE 1.1.4c1?
  7. ===========================
  8.  
  9. *Release date: 11-OCT-2006*
  10.  
  11. What's New in IDLE 1.1.3?
  12. =========================
  13.  
  14. *Release date: 29-MAR-2006*
  15.  
  16. What's New in IDLE 1.1.3c1?
  17. ===========================
  18.  
  19. *Release date: 23-MAR-2006*
  20.  
  21. - Source file f.flush() after writing; trying to avoid lossage if user
  22.   kills GUI.  Reported by Bruce Sherwood.
  23.  
  24.  
  25. What's New in IDLE 1.1.2?
  26. =========================
  27.  
  28. *Release date: 28-SEP-2005*
  29.  
  30. What's New in IDLE 1.1.2c1?
  31. ===========================
  32.  
  33. *Release date: 21-SEP-2005*
  34.  
  35. - Mac line endings were incorrect when pasting code from some browsers
  36.   when using X11 and the Fink distribution.  Python Bug 1263656.
  37.  
  38.  
  39. What's New in IDLE 1.1.1?
  40. =========================
  41.  
  42. *Release date: 30-MAR-2005*
  43.  
  44.  
  45. What's New in IDLE 1.1.1c2?
  46. ===========================
  47.  
  48. *Release date: 17-MAR-2005*
  49.  
  50.  
  51. What's New in IDLE 1.1.1c1?
  52. ===========================
  53.  
  54. *Release date: 10-MAR-2005*
  55.  
  56. - If an extension can't be loaded, print warning and skip it instead of
  57.   erroring out.
  58.  
  59. - Improve error handling when .idlerc can't be created (warn and exit)
  60.  
  61. - The GUI was hanging if the shell window was closed while a raw_input() 
  62.   was pending.  Restored the quit() of the readline() mainloop().
  63.   http://mail.python.org/pipermail/idle-dev/2004-December/002307.html
  64.  
  65. What's New in IDLE 1.1?
  66. =======================
  67.  
  68. *Release date: 30-NOV-2004*
  69.  
  70. - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
  71.   stuck subprocess MainThread because only the SocketThread was exiting.
  72.  
  73. What's New in IDLE 1.1b3/rc1?
  74. =============================
  75.  
  76. *Release date: 18-NOV-2004*
  77.  
  78. - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
  79.   button) caused IDLE to fail on restart (no new keyset was created in
  80.   config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.
  81.  
  82. - A change to the linecache.py API caused IDLE to exit when an exception was
  83.   raised while running without the subprocess (-n switch).  Python Bug 1063840.
  84.  
  85. What's New in IDLE 1.1b2?
  86. =========================
  87.  
  88. *Release date: 03-NOV-2004*
  89.  
  90. - When paragraph reformat width was made configurable, a bug was
  91.   introduced that caused reformatting of comment blocks to ignore how
  92.   far the block was indented, effectively adding the indentation width
  93.   to the reformat width.  This has been repaired, and the reformat
  94.   width is again a bound on the total width of reformatted lines.
  95.  
  96. What's New in IDLE 1.1b1?
  97. =========================
  98.  
  99. *Release date: 15-OCT-2004*
  100.  
  101.  
  102. What's New in IDLE 1.1a3?
  103. =========================
  104.  
  105. *Release date: 02-SEP-2004*
  106.  
  107. - Improve keyboard focus binding, especially in Windows menu.  Improve
  108.   window raising, especially in the Windows menu and in the debugger.
  109.   IDLEfork 763524.
  110.  
  111. - If user passes a non-existant filename on the commandline, just
  112.   open a new file, don't raise a dialog.  IDLEfork 854928.
  113.  
  114.  
  115. What's New in IDLE 1.1a2?
  116. =========================
  117.  
  118. *Release date: 05-AUG-2004*
  119.  
  120. - EditorWindow.py was not finding the .chm help file on Windows.  Typo
  121.   at Rev 1.54.  Python Bug 990954
  122.  
  123. - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
  124.   (darwin).  Also, Mac Safari browser requires full file:// URIs.  SF 900580.
  125.  
  126.  
  127. What's New in IDLE 1.1a1?
  128. =========================
  129.  
  130. *Release date: 08-JUL-2004*
  131.  
  132. - Redirect the warning stream to the shell during the ScriptBinding check of
  133.   user code and format the warning similarly to an exception for both that
  134.   check and for runtime warnings raised in the subprocess.
  135.  
  136. - CodeContext hint pane visibility state is now persistent across sessions.
  137.   The pane no longer appears in the shell window.  Added capability to limit
  138.   extensions to shell window or editor windows.  Noam Raphael addition
  139.   to Patch 936169.
  140.  
  141. - Paragraph reformat width is now a configurable parameter in the
  142.   Options GUI.
  143.  
  144. - New Extension: CodeContext.  Provides block structuring hints for code
  145.   which has scrolled above an edit window. Patch 936169 Noam Raphael.
  146.  
  147. - If nulls somehow got into the strings in recent-files.lst
  148.   EditorWindow.update_recent_files_list() was failing.  Python Bug 931336.
  149.  
  150. - If the normal background is changed via Configure/Highlighting, it will update
  151.   immediately, thanks to the previously mentioned patch by Nigel Rowe.
  152.  
  153. - Add a highlight theme for builtin keywords.  Python Patch 805830 Nigel Rowe
  154.   This also fixed IDLEfork bug [ 693418 ] Normal text background color not refreshed
  155.   and Python bug [897872 ] Unknown color name on HP-UX
  156.  
  157. - rpc.py:SocketIO - Large modules were generating large pickles when downloaded
  158.   to the execution server.  The return of the OK response from the subprocess
  159.   initialization was interfering and causing the sending socket to be not
  160.   ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
  161.   into pollpacket().
  162.  
  163. - Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
  164.  
  165. - Added a Tk error dialog to run.py inform the user if the subprocess can't
  166.   connect to the user GUI process.  Added a timeout to the GUI's listening
  167.   socket.  Added Tk error dialogs to PyShell.py to announce a failure to bind
  168.   the port or connect to the subprocess.  Clean up error handling during
  169.   connection initiation phase.  This is an update of Python Patch 778323.
  170.  
  171. - Print correct exception even if source file changed since shell was
  172.   restarted.  IDLEfork Patch 869012 Noam Raphael
  173.  
  174. - Keybindings with the Shift modifier now work correctly.  So do bindings which
  175.   use the Space key.  Limit unmodified user keybindings to the function keys.
  176.   Python Bug 775353, IDLEfork Bugs 755647, 761557
  177.  
  178. - After an exception, run.py was not setting the exception vector. Noam
  179.   Raphael suggested correcting this so pdb's postmortem pm() would work.
  180.   IDLEfork Patch 844675
  181.  
  182. - IDLE now does not fail to save the file anymore if the Tk buffer is not a
  183.   Unicode string, yet eol_convention is.  Python Bugs 774680, 788378
  184.  
  185. - IDLE didn't start correctly when Python was installed in "Program Files" on
  186.   W2K and XP.  Python Bugs 780451, 784183
  187.  
  188. - config-main.def documentation incorrectly referred to idle- instead of
  189.   config-  filenames.  SF 782759  Also added note about .idlerc location.
  190.  
  191.  
  192. What's New in IDLE 1.0?
  193. =======================
  194.  
  195. *Release date: 29-Jul-2003*
  196.  
  197. - Added a banner to the shell discussimg warnings possibly raised by personal
  198.   firewall software.  Added same comment to README.txt.
  199.  
  200.  
  201. What's New in IDLE 1.0 release candidate 2?
  202. ===========================================
  203.  
  204. *Release date: 24-Jul-2003*
  205.  
  206. - Calltip error when docstring was None  Python Bug 775541
  207.  
  208.  
  209. What's New in IDLE 1.0 release candidate 1?
  210. ===========================================
  211.  
  212. *Release date: 18-Jul-2003*
  213.  
  214. - Updated extend.txt, help.txt, and config-extensions.def to correctly
  215.   reflect the current status of the configuration system.  Python Bug 768469
  216.  
  217. - Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
  218.  
  219. - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
  220.   Python Patch 768187
  221.  
  222. - Break or continue statements outside a loop were causing IDLE crash
  223.   Python Bug 767794
  224.  
  225. - Convert Unicode strings from readline to IOBinding.encoding.  Also set
  226.   sys.std{in|out|err}.encoding, for both the local and the subprocess case.
  227.   SF IDLEfork patch 682347.
  228.  
  229.  
  230. What's New in IDLE 1.0b2?
  231. =========================
  232.  
  233. *Release date: 29-Jun-2003*
  234.  
  235. - Extend AboutDialog.ViewFile() to support file encodings.  Make the CREDITS
  236.   file Latin-1.
  237.  
  238. - Updated the About dialog to reflect re-integration into Python.  Provide
  239.   buttons to display Python's NEWS, License, and Credits, plus additional
  240.   buttons for IDLE's README and NEWS.
  241.  
  242. - TextViewer() now has a third parameter which allows inserting text into the
  243.   viewer instead of reading from a file.
  244.  
  245. - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
  246.   IDLEfork modified to install in the Python environment.  The code in the
  247.   interrupt module has been moved to thread.interrupt_main(). )
  248.  
  249. - Printing the Shell window was failing if it was not saved first SF 748975
  250.  
  251. - When using the Search in Files dialog, if the user had a selection
  252.   highlighted in his Editor window, insert it into the dialog search field.
  253.  
  254. - The Python Shell entry was disappearing from the Windows menu.
  255.  
  256. - Update the Windows file list when a file name change occurs
  257.  
  258. - Change to File / Open Module: always pop up the dialog, using the current
  259.   selection as the default value.  This is easier to use habitually.
  260.  
  261. - Avoided a problem with starting the subprocess when 'localhost' doesn't
  262.   resolve to the user's loopback interface.  SF 747772
  263.  
  264. - Fixed an issue with highlighted errors never de-colorizing.  SF 747677.  Also
  265.   improved notification of Tabnanny Token Error.
  266.  
  267. - File / New will by default save in the directory of the Edit window from
  268.   which it was initiated.  SF 748973 Guido van Rossum patch.
  269.  
  270.  
  271. What's New in IDLEfork 0.9b1?
  272. =============================
  273.  
  274. *Release date: 02-Jun-2003*
  275.  
  276. - The current working directory of the execution environment (and shell
  277.   following completion of execution) is now that of the module being run.
  278.  
  279. - Added the delete-exitfunc option to config-main.def.  (This option is not
  280.   included in the Options dialog.)  Setting this to True (the default) will
  281.   cause IDLE to not run sys.exitfunc/atexit when the subprocess exits.
  282.  
  283. - IDLE now preserves the line ending codes when editing a file produced on
  284.   a different platform. SF 661759,  SF 538584
  285.  
  286. - Reduced default editor font size to 10 point and increased window height
  287.   to provide a better initial impression on Windows.
  288.  
  289. - Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
  290.   the default font when first installed on Windows.  SF 661676
  291.  
  292. - Added Autosave feature: when user runs code from edit window, if the file
  293.   has been modified IDLE will silently save it if Autosave is enabled.  The
  294.   option is set in the Options dialog, and the default is to prompt the
  295.   user to save the file.   SF 661318 Bruce Sherwood patch.
  296.  
  297. - Improved the RESTART annotation in the shell window when the user restarts
  298.   the shell while it is generating output.  Also improved annotation when user
  299.   repeatedly hammers the Ctrl-F6 restart.
  300.  
  301. - Allow IDLE to run when not installed and cwd is not the IDLE directory
  302.   SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
  303.  
  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.  
  308. - Correctly restart the subprocess if it is running user code and the user
  309.   attempts to run some other module or restarts the shell.  Do the same if
  310.   the link is broken and it is possible to restart the subprocess and re-
  311.   connect to the GUI.   SF RFE 661321.
  312.  
  313. - Improved exception reporting when running commands or scripts from the
  314.   command line.
  315.  
  316. - Added a -n command line switch to start IDLE without the subprocess.
  317.   Removed the Shell menu when running in that mode.  Updated help messages.
  318.  
  319. - Added a comment to the shell startup header to indicate when IDLE is not
  320.   using the subprocess.
  321.  
  322. - Restore the ability to run without the subprocess.  This can be important for
  323.   some platforms or configurations.  (Running without the subprocess allows the
  324.   debugger to trace through parts of IDLE itself, which may or may not be
  325.   desirable, depending on your point of view.  In addition, the traditional
  326.   reload/import tricks must be use if user source code is changed.)  This is
  327.   helpful for developing IDLE using IDLE, because one instance can be used to
  328.   edit the code and a separate instance run to test changes.  (Multiple
  329.   concurrent IDLE instances with subprocesses is a future feature)
  330.  
  331. - Improve the error message a user gets when saving a file with non-ASCII
  332.   characters and no source encoding is specified.  Done by adding a dialog
  333.   'EncodingMessage', which contains the line to add in a fixed-font entry
  334.   widget, and which has a button to add that line to the file automatically.
  335.   Also, add a configuration option 'EditorWindow/encoding', which has three
  336.   possible values: none, utf-8, and locale. None is the default: IDLE will show
  337.   this dialog when non-ASCII characters are encountered. utf-8 means that files
  338.   with non-ASCII characters are saved as utf-8-with-bom. locale means that
  339.   files are saved in the locale's encoding; the dialog is only displayed if the
  340.   source contains characters outside the locale's charset.  SF 710733 - Loewis
  341.  
  342. - Improved I/O response by tweaking the wait parameter in various
  343.   calls to signal.signal().
  344.  
  345. - Implemented a threaded subprocess which allows interrupting a pass
  346.   loop in user code using the 'interrupt' extension.  User code runs
  347.   in MainThread, while the RPCServer is handled by SockThread.  This is
  348.   necessary because Windows doesn't support signals.
  349.  
  350. - Implemented the 'interrupt' extension module, which allows a subthread
  351.   to raise a KeyboardInterrupt in the main thread.
  352.  
  353. - Attempting to save the shell raised an error related to saving
  354.   breakpoints, which are not implemented in the shell
  355.  
  356. - Provide a correct message when 'exit' or 'quit' are entered at the
  357.   IDLE command prompt  SF 695861
  358.  
  359. - Eliminate extra blank line in shell output caused by not flushing
  360.   stdout when user code ends with an unterminated print. SF 695861
  361.  
  362. - Moved responsibility for exception formatting (i.e. pruning IDLE internal
  363.   calls) out of rpc.py into the client and server.
  364.  
  365. - Exit IDLE cleanly even when doing subprocess I/O
  366.  
  367. - Handle subprocess interrupt with an RPC message.
  368.  
  369. - Restart the subprocess if it terminates itself. (VPython programs do that)
  370.  
  371. - Support subclassing of exceptions, including in the shell, by moving the
  372.   exception formatting to the subprocess.
  373.  
  374.  
  375.  
  376. What's New in IDLEfork 0.9 Alpha 2?
  377. ===================================
  378.  
  379. *Release date: 27-Jan-2003*
  380.  
  381. - Updated INSTALL.txt to claify use of the python2 rpm.
  382.  
  383. - Improved formatting in IDLE Help.
  384.  
  385. - Run menu: Replace "Run Script" with "Run Module".
  386.  
  387. - Code encountering an unhandled exception under the debugger now shows
  388.   the correct traceback, with IDLE internal levels pruned out.
  389.  
  390. - If an exception occurs entirely in IDLE, don't prune the IDLE internal
  391.   modules from the traceback displayed.
  392.  
  393. - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
  394.  
  395. - IDLE icons will now install correctly even when setup.py is run from the
  396.   build directory
  397.  
  398. - Class Browser now compatible with Python2.3 version of pyclbr.py
  399.  
  400. - Left cursor move in presence of selected text now moves from left end
  401.   of the selection.
  402.  
  403. - Add Meta keybindings to "IDLE Classic Windows" to handle reversed
  404.   Alt/Meta on some Linux distros.
  405.  
  406. - Change default: IDLE now starts with Python Shell.
  407.  
  408. - Removed the File Path from the Additional Help Sources scrolled list.
  409.  
  410. - Add capability to access Additional Help Sources on the web if the
  411.   Help File Path begins with //http or www.  (Otherwise local path is
  412.   validated, as before.)
  413.  
  414. - Additional Help Sources were not being posted on the Help menu in the
  415.   order entered.  Implement sorting the list by [HelpFiles] 'option'
  416.   number.
  417.  
  418. - Add Browse button to New Help Source dialog.  Arrange to start in
  419.   Python/Doc if platform is Windows, otherwise start in current directory.
  420.  
  421. - Put the Additional Help Sources directly on the Help menu instead of in
  422.   an Extra Help cascade menu.  Rearrange the Help menu so the Additional
  423.   Help Sources come last.  Update help.txt appropriately.
  424.  
  425. - Fix Tk root pop-ups in configSectionNameDialog.py  and configDialog.py
  426.  
  427. - Uniform capitalization in General tab of ConfigDialog, update the doc string.
  428.  
  429. - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
  430.   deleting Additional Help Sources from the user's config file.
  431.  
  432. - Make configHelpSourceEdit OK button the default and bind <Return>
  433.  
  434. - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
  435.   to parents.
  436.  
  437. - Use os.startfile() to open both Additional Help and Python Help on the
  438.   Windows platform.  The application associated with the file type will act as
  439.   the viewer.  Windows help files (.chm) are now supported via the
  440.   Settings/General/Additional Help facility.
  441.  
  442. - If Python Help files are installed locally on Linux, use them instead of
  443.   accessing python.org.
  444.  
  445. - Make the methods for finding the Python help docs more robust, and make
  446.   them work in the installed configuration, also.
  447.  
  448. - On the Save Before Run dialog, make the OK button the default.  One
  449.   less mouse action!
  450.  
  451. - Add a method: EditorWindow.get_geometry() for future use in implementing
  452.   window location persistence.
  453.  
  454. - Removed the "Help/Advice" menu entry.  Thanks, David!  We'll remember!
  455.  
  456. - Change the "Classic Windows" theme's paste key to be <ctrl-v>.
  457.  
  458. - Rearrange the Shell menu to put Stack Viewer entries adjacent.
  459.  
  460. - Add the ability to restart the subprocess interpreter from the shell window;
  461.   add an associated menu entry "Shell/Restart" with binding Control-F6.  Update
  462.   IDLE help.
  463.  
  464. - Upon a restart, annotate the shell window with a "restart boundary".  Add a
  465.   shell window menu "Shell/View Restart" with binding F6 to jump to the most
  466.   recent restart boundary.
  467.  
  468. - Add Shell menu to Python Shell; change "Settings" to "Options".
  469.  
  470. - Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
  471.  
  472. - Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
  473.  
  474. - In installer text, fix reference to Visual Python, should be VPython.
  475.   Properly credit David Scherer.
  476.  
  477. - Modified idle, idle.py, idle.pyw to improve exception handling.
  478.  
  479.  
  480. What's New in IDLEfork 0.9 Alpha 1?
  481. ===================================
  482.  
  483. *Release date: 31-Dec-2002*
  484.  
  485. - First release of major new functionality.  For further details refer to
  486.   Idle-dev and/or the Sourceforge CVS.
  487.  
  488. - Adapted to the Mac platform.
  489.  
  490. - Overhauled the IDLE startup options and revised the idle -h help message,
  491.   which provides details of command line usage.
  492.  
  493. - Multiple bug fixes and usability enhancements.
  494.  
  495. - Introduced the new RPC implementation, which includes a debugger.  The output
  496.   of user code is to the shell, and the shell may be used to inspect the
  497.   environment after the run has finished.  (In version 0.8.1 the shell
  498.   environment was separate from the environment of the user code.)
  499.  
  500. - Introduced the configuration GUI and a new About dialog.
  501.  
  502. - Removed David Scherer's Remote Procedure Call code and replaced with Guido
  503.   van Rossum's.  GvR code has support for the IDLE debugger and uses the shell
  504.   to inspect the environment of code Run from an Edit window.  Files removed:
  505.   ExecBinding.py, loader.py, protocol.py, Remote.py, spawn.py
  506.  
  507. --------------------------------------------------------------------
  508. Refer to HISTORY.txt for additional information on earlier releases.
  509. --------------------------------------------------------------------
  510.  
  511.  
  512.  
  513.  
  514.  
  515.