mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Fix up IDLE's NEWS.txt. Include missed changes, keep 2.7 changes in separate
section to make merging easier. Update release dates.
This commit is contained in:
parent
0cd526ef58
commit
160ff019b6
1 changed files with 60 additions and 19 deletions
|
|
@ -1,17 +1,13 @@
|
||||||
|
What's New in IDLE 3.1b1?
|
||||||
|
=========================
|
||||||
|
|
||||||
|
*Release date: XX-XXX-09*
|
||||||
|
|
||||||
|
|
||||||
What's New in IDLE 3.1a1?
|
What's New in IDLE 3.1a1?
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
*Release date: XX-XXX-XXXX*
|
*Release date: 07-Mar-09*
|
||||||
|
|
||||||
- Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
|
|
||||||
David Scherer for suggesting the use of an ephemeral port for the GUI.
|
|
||||||
Patch 1529142 Weeble.
|
|
||||||
|
|
||||||
- Remove port spec from run.py and fix bug where subprocess fails to
|
|
||||||
extract port from command line when warnings are present.
|
|
||||||
|
|
||||||
- Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
|
|
||||||
mixed space/tab properly. Issue 5120, patch by Guilherme Polo.
|
|
||||||
|
|
||||||
- Issue #4815: Offer conversion to UTF-8 if source files have
|
- Issue #4815: Offer conversion to UTF-8 if source files have
|
||||||
no encoding declaration and are not encoded in UTF-8.
|
no encoding declaration and are not encoded in UTF-8.
|
||||||
|
|
@ -23,11 +19,40 @@ What's New in IDLE 3.1a1?
|
||||||
user configuration of source encoding; all according to
|
user configuration of source encoding; all according to
|
||||||
PEP 3120.
|
PEP 3120.
|
||||||
|
|
||||||
- Issue #3549: On MacOS the preferences menu was not present
|
|
||||||
|
|
||||||
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
|
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
|
||||||
would not start if a custom theme was defined.
|
would not start if a custom theme was defined.
|
||||||
|
|
||||||
|
What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
|
||||||
|
=======================
|
||||||
|
|
||||||
|
*Release date: XX-XXX-2009*
|
||||||
|
|
||||||
|
- Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
|
||||||
|
David Scherer for suggesting the use of an ephemeral port for the GUI.
|
||||||
|
Patch 1529142 Weeble.
|
||||||
|
|
||||||
|
- Remove port spec from run.py and fix bug where subprocess fails to
|
||||||
|
extract port from command line when warnings are present.
|
||||||
|
|
||||||
|
- Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
|
||||||
|
mixed space/tab properly. Issue 5120, patch by Guilherme Polo.
|
||||||
|
|
||||||
|
- Issue #3549: On MacOS the preferences menu was not present
|
||||||
|
|
||||||
|
What's New in IDLE 3.0 final?
|
||||||
|
=============================
|
||||||
|
|
||||||
|
*Release date: 03-Dec-2008*
|
||||||
|
|
||||||
|
- IDLE would print a "Unhandled server exception!" message when internal
|
||||||
|
debugging is enabled.
|
||||||
|
|
||||||
|
- Issue #4455: IDLE failed to display the windows list when two windows have
|
||||||
|
the same title.
|
||||||
|
|
||||||
|
- Issue #4383: When IDLE cannot make the connection to its subprocess, it would
|
||||||
|
fail to properly display the error message.
|
||||||
|
|
||||||
|
|
||||||
What's New in IDLE 3.0a3?
|
What's New in IDLE 3.0a3?
|
||||||
=========================
|
=========================
|
||||||
|
|
@ -43,6 +68,8 @@ What's New in IDLE 3.0a3?
|
||||||
|
|
||||||
- Shell was not colorizing due to bug introduced at r57998, Bug 1586.
|
- Shell was not colorizing due to bug introduced at r57998, Bug 1586.
|
||||||
|
|
||||||
|
- Issue #1585: IDLE uses non-existent xrange() function.
|
||||||
|
|
||||||
|
|
||||||
What's New in IDLE 3.0a2?
|
What's New in IDLE 3.0a2?
|
||||||
=========================
|
=========================
|
||||||
|
|
@ -56,7 +83,7 @@ What's New in IDLE 3.0a2?
|
||||||
What's New in IDLE 3.0a1?
|
What's New in IDLE 3.0a1?
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
*Release date: 31-AUG-2007*
|
*Release date: 31-Aug-2007*
|
||||||
|
|
||||||
- IDLE converted to Python 3000 syntax.
|
- IDLE converted to Python 3000 syntax.
|
||||||
|
|
||||||
|
|
@ -69,18 +96,32 @@ What's New in IDLE 3.0a1?
|
||||||
- atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag
|
- atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag
|
||||||
in config-main.cfg remains unchanged: if set, registered exit functions will
|
in config-main.cfg remains unchanged: if set, registered exit functions will
|
||||||
be cleared before IDLE exits.
|
be cleared before IDLE exits.
|
||||||
|
|
||||||
|
|
||||||
What's New in IDLE 2.6a1?
|
|
||||||
=========================
|
|
||||||
|
|
||||||
*Release date: XX-XXX-200X* UNRELEASED, but merged into 3.0
|
What's New in IDLE 2.6 final?
|
||||||
|
=============================
|
||||||
|
|
||||||
|
*Release date: 01-Oct-2008*, merged into 3.0 releases detailed above (3.0rc2)
|
||||||
|
|
||||||
|
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
|
||||||
|
would not start if a custom theme was defined.
|
||||||
|
|
||||||
|
- Home / Control-A toggles between left margin and end of leading white
|
||||||
|
space. issue1196903, patch by Jeff Shute.
|
||||||
|
|
||||||
|
- Improved AutoCompleteWindow logic. issue2062, patch by Tal Einat.
|
||||||
|
|
||||||
|
- Autocompletion of filenames now support alternate separators, e.g. the
|
||||||
|
'/' char on Windows. issue2061 Patch by Tal Einat.
|
||||||
|
|
||||||
|
- Make IDLE Help window non-modal, singleton, and re-raise if called.
|
||||||
|
issue964437 Patch by Guilherme Polo.
|
||||||
|
|
||||||
- Configured selection highlighting colors were ignored; updating highlighting
|
- Configured selection highlighting colors were ignored; updating highlighting
|
||||||
in the config dialog would cause non-Python files to be colored as if they
|
in the config dialog would cause non-Python files to be colored as if they
|
||||||
were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
|
were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat.
|
||||||
|
|
||||||
- ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
|
- ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat
|
||||||
|
|
||||||
- There was an error on exit if no sys.exitfunc was defined. Issue 1647.
|
- There was an error on exit if no sys.exitfunc was defined. Issue 1647.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue