Changeset 391 for python/trunk/Lib/idlelib/NEWS.txt
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (12 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/idlelib/NEWS.txt
r2 r391 1 What's New in Python 2.6.4rc1 2 ============================= 3 4 *Release date: 07-Oct-2009* 1 What's New in IDLE 2.7.5? 2 ========================= 3 4 - Issue #17390: Display Python version on Idle title bar. 5 Initial patch by Edmond Burnett. 6 7 8 What's New in IDLE 2.7.4? 9 ========================= 10 11 - Issue #15318: Prevent writing to sys.stdin. 12 13 - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings. 14 15 - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE. 16 17 - Issue10365: File open dialog now works instead of crashing even when 18 parent window is closed while dialog is open. 19 20 - Issue 14876: use user-selected font for highlight configuration. 21 22 - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X 23 to include versions shipped with OS X 10.7 and 10.8 in addition to 10.6. 24 25 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu 26 with certain versions of Tk 8.5. Initial patch by Kevin Walzer. 27 28 29 What's New in IDLE 2.7.3? 30 ========================= 31 32 - Issue #14409: IDLE now properly executes commands in the Shell window 33 when it cannot read the normal config files on startup and 34 has to use the built-in default key bindings. 35 There was previously a bug in one of the defaults. 36 37 - Issue #3573: IDLE hangs when passing invalid command line args 38 (directory(ies) instead of file(s)). 39 40 41 What's New in IDLE 2.7.2? 42 ========================= 43 44 *Release date: 29-May-2011* 45 46 - Issue #6378: Further adjust idle.bat to start associated Python 47 48 - Issue #11896: Save on Close failed despite selecting "Yes" in dialog. 49 50 - <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection 51 behavior. Issue 4676. Improve selection extension behaviour. 52 53 - <Home> toggle non-functional when NumLock set on Windows. Issue 3851. 54 55 56 What's New in IDLE 2.7? 57 ======================= 58 59 *Release date: 07-03-2010* 60 61 - idle.py modified and simplified to better support developing experimental 62 versions of IDLE which are not installed in the standard location. 5 63 6 64 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with 7 65 file paths containing spaces. Bug 5559. 8 66 9 What's New in Python 2.6.310 ==========================11 12 *Release date: 02-Oct-2009*13 14 What's New in IDLE 2.6.3rc1?15 ============================16 17 *Release date: 28-Sep-2009*18 19 - On OS X IDLE 2.6 shows two Preference menu items. Issue6951.20 21 67 - Windows: Version string for the .chm help file changed, file not being 22 68 accessed Patch 5783 Guilherme Polo 23 69 70 - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to 71 David Scherer for suggesting the use of an ephemeral port for the GUI. 72 Patch 1529142 Weeble. 73 74 - Remove port spec from run.py and fix bug where subprocess fails to 75 extract port from command line when warnings are present. 76 24 77 - Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle 25 78 mixed space/tab properly. Issue 5129, patch by Guilherme Polo. 26 79 27 What's New in IDLE 2.6.2rc1?28 ============================29 30 *Release date: 06-Apr-2009*31 32 80 - Issue #3549: On MacOS the preferences menu was not present 81 33 82 34 83 What's New in IDLE 2.6? … … 57 106 were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat. 58 107 59 - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat 108 - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat. 60 109 61 110 - There was an error on exit if no sys.exitfunc was defined. Issue 1647.
Note:
See TracChangeset
for help on using the changeset viewer.