summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
Commit message (Expand)AuthorAgeFilesLines
* Autocompletion of filenames now support alternate separators, e.g. theKurt B. Kaiser2008-04-271-1/+4
* Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.Kurt B. Kaiser2008-04-271-0/+2
* Home / Control-A toggles between left margin and end of leading whiteKurt B. Kaiser2008-04-271-0/+3
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-211-0/+8
* Give IDLE a release dateBarry Warsaw2008-03-011-1/+1
* Configured selection highlighting colors were ignored; updating highlightingKurt B. Kaiser2008-02-151-0/+4
* ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.Kurt B. Kaiser2008-02-151-0/+2
* Bring NEWS.txt up to date from check-in msgs.Kurt B. Kaiser2008-02-141-0/+7
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-01-231-0/+2
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-01-231-1/+4
* Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.Kurt B. Kaiser2007-12-281-0/+2
* check in Tal Einat's update to tabpage.pyKurt B. Kaiser2007-10-301-0/+3
* Add confirmation dialog before printing. Patch 1717170 Tal Einat.Kurt B. Kaiser2007-10-281-0/+2
* show paste if > 80 columns. Patch 1659326 Tal Einat.Kurt B. Kaiser2007-10-101-0/+2
* Allow cursor color change w/o restart. Patch 1725576 Tal Einat.Kurt B. Kaiser2007-10-101-0/+2
* Allow interrupt only when executing user code in subprocessKurt B. Kaiser2007-10-091-0/+3
* configDialog cleanup. Patch 1730217 Tal Einat.Kurt B. Kaiser2007-10-041-0/+2
* textView cleanup. Patch 1718043 Tal Einat.Kurt B. Kaiser2007-10-041-0/+2
* Clean up EditorWindow close.Kurt B. Kaiser2007-10-041-0/+4
* Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;Kurt B. Kaiser2007-02-081-0/+5
* [ 1621265 ] Auto-completion list placementKurt B. Kaiser2007-02-071-0/+3
* 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)Kurt B. Kaiser2007-02-051-0/+3
* Add 'raw' support to configHandler. Patch 1650174 Tal Einat.Kurt B. Kaiser2007-02-051-0/+2
* 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.Kurt B. Kaiser2006-12-151-0/+20
* Move IDLE news into NEWS.txt.Martin v. Löwis2006-12-031-0/+3
* Some syntax errors were being caught by tokenize during the tabnannyKurt B. Kaiser2006-10-011-0/+4
* Updating IDLE's version number to match Python's (as per python-devAnthony Baxter2006-08-181-0/+9
* File menu hotkeys: there were three 'p' assignments. Reassign theKurt B. Kaiser2006-08-161-0/+4
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-161-1/+5
* preparing for 2.5c1Anthony Baxter2006-08-161-1/+1
* The 'with' statement is now a Code Context block openerKurt B. Kaiser2006-08-161-0/+2
* Retrieval of previous shell command was not always preserving indentationKurt B. Kaiser2006-08-101-0/+3
* Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)Kurt B. Kaiser2006-08-101-0/+2
* ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).Kurt B. Kaiser2006-08-091-0/+2
* Typo fixAndrew M. Kuchling2006-08-091-1/+1
* 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-091-0/+8
* pre-release machinationsAnthony Baxter2006-08-021-2/+2
* - EditorWindow.test() was failing. Bug 1417598Kurt B. Kaiser2006-07-241-0/+2
* EditorWindow failed when used stand-alone if sys.ps1 not set.Kurt B. Kaiser2006-07-241-0/+3
* Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren GuthrieKurt B. Kaiser2006-07-231-0/+2
* Avoid occasional failure to detect closing paren properly.Kurt B. Kaiser2006-07-201-0/+3
* Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.Kurt B. Kaiser2006-07-181-0/+11
* preparing for 2.5b2Anthony Baxter2006-07-101-0/+5
* Preparing for 2.5b1.Anthony Baxter2006-06-191-0/+5
* 2.5a2Anthony Baxter2006-04-271-0/+5
* preparation for 2.5a1Anthony Baxter2006-04-031-3/+3
* Source file f.flush() after writing; trying to avoid lossage if userKurt B. Kaiser2006-03-191-1/+4
* 1. Made advanced keybinding dialog functional.Kurt B. Kaiser2005-11-221-1/+8
* Better indentation after first line of string continuation.Kurt B. Kaiser2005-11-151-0/+3
* Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.Kurt B. Kaiser2005-10-031-0/+2