Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines

above "What's New and 0 lines above "Release date".  Remove most old headers
for non-final releases (they currently do not get carried forward.
This commit is contained in:
Terry Jan Reedy 2015-09-21 01:10:21 -04:00
commit c8f4bbbc09
1 changed files with 26 additions and 122 deletions

View File

@ -1,6 +1,26 @@
What's New in IDLE 3.5.1?
=========================
*Release date: 2015-09-13*
- Issue #25199: Idle: add synchronization comments for future maintainers.
- Issue #16893: Replace help.txt with idle.html for Idle doc display.
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
It looks better than help.txt and will better document Idle as released.
The tkinter html viewer that works for this file was written by Rose Roseman.
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
- Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
Patch by Mark Roseman.
- Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
What's New in IDLE 3.5.0? What's New in IDLE 3.5.0?
========================= =========================
*Release date: 2015-09-13* ?? *Release date: 2015-09-13*
- Issue #23672: Allow Idle to edit and run files with astral chars in name. - Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi. Patch by Mohd Sanad Zaki Rizvi.
@ -180,11 +200,6 @@ What's New in IDLE 3.1b1?
- Use of 'filter' in keybindingDialog.py was causing custom key assignment to - Use of 'filter' in keybindingDialog.py was causing custom key assignment to
fail. Patch 5707 amaury.forgeotdarc. fail. Patch 5707 amaury.forgeotdarc.
What's New in IDLE 3.1a1?
=========================
*Release date: 07-Mar-09*
- 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.
@ -198,6 +213,7 @@ What's New in IDLE 3.1a1?
- 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.) What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
======================= =======================
*Release date: XX-XXX-2010* *Release date: XX-XXX-2010*
@ -223,11 +239,6 @@ What's New in IDLE 2.7? (UNRELEASED, but merged into 3.1 releases above.)
- Issue #3549: On MacOS the preferences menu was not present - 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 - IDLE would print a "Unhandled server exception!" message when internal
debugging is enabled. debugging is enabled.
@ -237,12 +248,6 @@ What's New in IDLE 3.0 final?
- Issue #4383: When IDLE cannot make the connection to its subprocess, it would - Issue #4383: When IDLE cannot make the connection to its subprocess, it would
fail to properly display the error message. fail to properly display the error message.
What's New in IDLE 3.0a3?
=========================
*Release date: 29-Feb-2008*
- help() was not paging to the shell. Issue1650. - help() was not paging to the shell. Issue1650.
- CodeContext was not importing. - CodeContext was not importing.
@ -254,21 +259,9 @@ What's New in IDLE 3.0a3?
- Issue #1585: IDLE uses non-existent xrange() function. - Issue #1585: IDLE uses non-existent xrange() function.
What's New in IDLE 3.0a2?
=========================
*Release date: 06-Dec-2007*
- Windows EOL sequence not converted correctly, encoding error. - Windows EOL sequence not converted correctly, encoding error.
Caused file save to fail. Bug 1130. Caused file save to fail. Bug 1130.
What's New in IDLE 3.0a1?
=========================
*Release date: 31-Aug-2007*
- IDLE converted to Python 3000 syntax. - IDLE converted to Python 3000 syntax.
- Strings became Unicode. - Strings became Unicode.
@ -282,9 +275,8 @@ What's New in IDLE 3.0a1?
be cleared before IDLE exits. be cleared before IDLE exits.
What's New in IDLE 2.6 final? What's New in IDLE 2.6
============================= ======================
*Release date: 01-Oct-2008*, merged into 3.0 releases detailed above (3.0rc2) *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 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
@ -369,15 +361,8 @@ What's New in IDLE 2.6 final?
What's New in IDLE 1.2? What's New in IDLE 1.2?
======================= =======================
*Release date: 19-SEP-2006* *Release date: 19-SEP-2006*
What's New in IDLE 1.2c1?
=========================
*Release date: 17-AUG-2006*
- File menu hotkeys: there were three 'p' assignments. Reassign the - File menu hotkeys: there were three 'p' assignments. Reassign the
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the 'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the
Shell hotkey from 's' to 'l'. Shell hotkey from 's' to 'l'.
@ -398,11 +383,6 @@ What's New in IDLE 1.2c1?
- When used w/o subprocess, all exceptions were preceded by an error - When used w/o subprocess, all exceptions were preceded by an error
message claiming they were IDLE internal errors (since 1.2a1). message claiming they were IDLE internal errors (since 1.2a1).
What's New in IDLE 1.2b3?
=========================
*Release date: 03-AUG-2006*
- Bug #1525817: Don't truncate short lines in IDLE's tool tips. - Bug #1525817: Don't truncate short lines in IDLE's tool tips.
- Bug #1517990: IDLE keybindings on MacOS X now work correctly - Bug #1517990: IDLE keybindings on MacOS X now work correctly
@ -426,26 +406,6 @@ What's New in IDLE 1.2b3?
'as' keyword in comment directly following import command. Closes 1325071. 'as' keyword in comment directly following import command. Closes 1325071.
Patch 1479219 Tal Einat Patch 1479219 Tal Einat
What's New in IDLE 1.2b2?
=========================
*Release date: 11-JUL-2006*
What's New in IDLE 1.2b1?
=========================
*Release date: 20-JUN-2006*
What's New in IDLE 1.2a2?
=========================
*Release date: 27-APR-2006*
What's New in IDLE 1.2a1?
=========================
*Release date: 05-APR-2006*
- Patch #1162825: Support non-ASCII characters in IDLE window titles. - Patch #1162825: Support non-ASCII characters in IDLE window titles.
- Source file f.flush() after writing; trying to avoid lossage if user - Source file f.flush() after writing; trying to avoid lossage if user
@ -525,19 +485,14 @@ What's New in IDLE 1.2a1?
- The remote procedure call module rpc.py can now access data attributes of - The remote procedure call module rpc.py can now access data attributes of
remote registered objects. Changes to these attributes are local, however. remote registered objects. Changes to these attributes are local, however.
What's New in IDLE 1.1? What's New in IDLE 1.1?
======================= =======================
*Release date: 30-NOV-2004* *Release date: 30-NOV-2004*
- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting. stuck subprocess MainThread because only the SocketThread was exiting.
What's New in IDLE 1.1b3/rc1?
=============================
*Release date: 18-NOV-2004*
- Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
button) caused IDLE to fail on restart (no new keyset was created in button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
@ -545,28 +500,12 @@ What's New in IDLE 1.1b3/rc1?
- A change to the linecache.py API caused IDLE to exit when an exception was - A change to the linecache.py API caused IDLE to exit when an exception was
raised while running without the subprocess (-n switch). Python Bug 1063840. raised while running without the subprocess (-n switch). Python Bug 1063840.
What's New in IDLE 1.1b2?
=========================
*Release date: 03-NOV-2004*
- When paragraph reformat width was made configurable, a bug was - When paragraph reformat width was made configurable, a bug was
introduced that caused reformatting of comment blocks to ignore how introduced that caused reformatting of comment blocks to ignore how
far the block was indented, effectively adding the indentation width far the block was indented, effectively adding the indentation width
to the reformat width. This has been repaired, and the reformat to the reformat width. This has been repaired, and the reformat
width is again a bound on the total width of reformatted lines. width is again a bound on the total width of reformatted lines.
What's New in IDLE 1.1b1?
=========================
*Release date: 15-OCT-2004*
What's New in IDLE 1.1a3?
=========================
*Release date: 02-SEP-2004*
- Improve keyboard focus binding, especially in Windows menu. Improve - Improve keyboard focus binding, especially in Windows menu. Improve
window raising, especially in the Windows menu and in the debugger. window raising, especially in the Windows menu and in the debugger.
IDLEfork 763524. IDLEfork 763524.
@ -574,24 +513,12 @@ What's New in IDLE 1.1a3?
- If user passes a non-existent filename on the commandline, just - If user passes a non-existent filename on the commandline, just
open a new file, don't raise a dialog. IDLEfork 854928. open a new file, don't raise a dialog. IDLEfork 854928.
What's New in IDLE 1.1a2?
=========================
*Release date: 05-AUG-2004*
- EditorWindow.py was not finding the .chm help file on Windows. Typo - EditorWindow.py was not finding the .chm help file on Windows. Typo
at Rev 1.54. Python Bug 990954 at Rev 1.54. Python Bug 990954
- checking sys.platform for substring 'win' was breaking IDLE docs on Mac - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580. (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
What's New in IDLE 1.1a1?
=========================
*Release date: 08-JUL-2004*
- Redirect the warning stream to the shell during the ScriptBinding check of - Redirect the warning stream to the shell during the ScriptBinding check of
user code and format the warning similarly to an exception for both that user code and format the warning similarly to an exception for both that
check and for runtime warnings raised in the subprocess. check and for runtime warnings raised in the subprocess.
@ -654,26 +581,13 @@ What's New in IDLE 1.1a1?
What's New in IDLE 1.0? What's New in IDLE 1.0?
======================= =======================
*Release date: 29-Jul-2003* *Release date: 29-Jul-2003*
- Added a banner to the shell discussing warnings possibly raised by personal - Added a banner to the shell discussing warnings possibly raised by personal
firewall software. Added same comment to README.txt. firewall software. Added same comment to README.txt.
What's New in IDLE 1.0 release candidate 2?
===========================================
*Release date: 24-Jul-2003*
- Calltip error when docstring was None Python Bug 775541 - Calltip error when docstring was None Python Bug 775541
What's New in IDLE 1.0 release candidate 1?
===========================================
*Release date: 18-Jul-2003*
- Updated extend.txt, help.txt, and config-extensions.def to correctly - Updated extend.txt, help.txt, and config-extensions.def to correctly
reflect the current status of the configuration system. Python Bug 768469 reflect the current status of the configuration system. Python Bug 768469
@ -689,12 +603,6 @@ What's New in IDLE 1.0 release candidate 1?
sys.std{in|out|err}.encoding, for both the local and the subprocess case. sys.std{in|out|err}.encoding, for both the local and the subprocess case.
SF IDLEfork patch 682347. SF IDLEfork patch 682347.
What's New in IDLE 1.0b2?
=========================
*Release date: 29-Jun-2003*
- Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
file Latin-1. file Latin-1.
@ -733,7 +641,6 @@ What's New in IDLE 1.0b2?
What's New in IDLEfork 0.9b1? What's New in IDLEfork 0.9b1?
============================= =============================
*Release date: 02-Jun-2003* *Release date: 02-Jun-2003*
- The current working directory of the execution environment (and shell - The current working directory of the execution environment (and shell
@ -835,10 +742,8 @@ What's New in IDLEfork 0.9b1?
exception formatting to the subprocess. exception formatting to the subprocess.
What's New in IDLEfork 0.9 Alpha 2? What's New in IDLEfork 0.9 Alpha 2?
=================================== ===================================
*Release date: 27-Jan-2003* *Release date: 27-Jan-2003*
- Updated INSTALL.txt to claify use of the python2 rpm. - Updated INSTALL.txt to claify use of the python2 rpm.
@ -942,7 +847,6 @@ What's New in IDLEfork 0.9 Alpha 2?
What's New in IDLEfork 0.9 Alpha 1? What's New in IDLEfork 0.9 Alpha 1?
=================================== ===================================
*Release date: 31-Dec-2002* *Release date: 31-Dec-2002*
- First release of major new functionality. For further details refer to - First release of major new functionality. For further details refer to