-What's New in Idle 3.4.4?
++What's New in IDLE 3.5.1?
+ =========================
-*Release date: 2015-??-??*
++*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?
+=========================
- *Release date: 2015-09-13* ??
++*Release date: 2015-09-13*
+
- Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.
- Use of 'filter' in keybindingDialog.py was causing custom key assignment to
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
no encoding declaration and are not encoded in UTF-8.
- Issue #2665: On Windows, an IDLE installation upgraded from an old version
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-2010*
- 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 #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?
--=========================
-
--*Release date: 29-Feb-2008*
--
- help() was not paging to the shell. Issue1650.
- CodeContext was not importing.
- 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.
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.
- Strings became Unicode.
- The remote procedure call module rpc.py can now access data attributes of
remote registered objects. Changes to these attributes are local, however.
-
++
What's New in IDLE 1.1?
=======================
-
*Release date: 30-NOV-2004*
- On OpenBSD, terminating IDLE with ctrl-c from the command line caused a