Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (12 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • 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*
     1What'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
     8What'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
     29What'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
     41What'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
     56What'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.
    563
    664- OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
    765  file paths containing spaces.  Bug 5559.
    866
    9 What's New in Python 2.6.3
    10 ==========================
    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 
    2167- Windows: Version string for the .chm help file changed, file not being
    2268  accessed  Patch 5783 Guilherme Polo
    2369
     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
    2477- Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
    2578  mixed space/tab properly. Issue 5129, patch by Guilherme Polo.
    2679
    27 What's New in IDLE 2.6.2rc1?
    28 ============================
    29 
    30 *Release date: 06-Apr-2009*
    31 
    3280- Issue #3549: On MacOS the preferences menu was not present
     81
    3382
    3483What's New in IDLE 2.6?
     
    57106  were Python source; improve use of ColorDelagator.  Patch 1334. Tal Einat.
    58107
    59 - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat
     108- ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
    60109
    61110- There was an error on exit if no sys.exitfunc was defined. Issue 1647.
Note: See TracChangeset for help on using the changeset viewer.