summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Give IDLE a release dateBarry Warsaw2008-03-011-1/+1
* bump idle version numberBarry Warsaw2008-03-011-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-237-7/+2
* Configured selection highlighting colors were ignored; updating highlightingKurt B. Kaiser2008-02-153-36/+30
* ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.Kurt B. Kaiser2008-02-152-6/+9
* Bring NEWS.txt up to date from check-in msgs.Kurt B. Kaiser2008-02-141-0/+7
* what??! Correct r60225.Kurt B. Kaiser2008-02-121-1/+1
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-01-232-1/+6
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-01-232-2/+10
* Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.Kurt B. Kaiser2007-12-282-20/+24
* Fixed #1649: IDLE error: dictionary changed size during iterationChristian Heimes2007-12-181-1/+1
* IDLE_tabbedpages.071101.patch Tal EinatKurt B. Kaiser2007-12-112-148/+47
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2007-12-111-0/+1
* check in Tal Einat's update to tabpage.pyKurt B. Kaiser2007-10-303-9/+489
* Add confirmation dialog before printing. Patch 1717170 Tal Einat.Kurt B. Kaiser2007-10-282-1/+13
* 1. Add comments to provide top-level documentation.Kurt B. Kaiser2007-10-261-30/+68
* Correct an ancient bug in an unused path by removing that path: register() isKurt B. Kaiser2007-10-251-5/+1
* show paste if > 80 columns. Patch 1659326 Tal Einat.Kurt B. Kaiser2007-10-102-0/+3
* Allow cursor color change w/o restart. Patch 1725576 Tal Einat.Kurt B. Kaiser2007-10-102-0/+5
* Allow interrupt only when executing user code in subprocessKurt B. Kaiser2007-10-092-3/+13
* configDialog cleanup. Patch 1730217 Tal Einat.Kurt B. Kaiser2007-10-042-40/+44
* textView cleanup. Patch 1718043 Tal Einat.Kurt B. Kaiser2007-10-044-50/+54
* Clean up EditorWindow close.Kurt B. Kaiser2007-10-043-14/+19
* Remove unused theme that was causing a fault in p3k.Kurt B. Kaiser2007-10-041-1/+0
* Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2007-10-042-15/+4
* Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-18/+31
* Patch #1672481: fix bug in idlelib.MultiCall.Georg Brandl2007-03-061-0/+2
* Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;Kurt B. Kaiser2007-02-083-21/+103
* Handle AttributeError during calltip lookupKurt B. Kaiser2007-02-071-1/+1
* [ 1621265 ] Auto-completion list placementKurt B. Kaiser2007-02-072-6/+18
* narrow exception per [ 1540849 ] except too broadKurt B. Kaiser2007-02-061-1/+1
* Updated patch (CodeContext.061217.patch) toKurt B. Kaiser2007-02-061-53/+19
* Clean up ModifiedInterpreter.runcode() structureKurt B. Kaiser2007-02-061-27/+29
* 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :)Kurt B. Kaiser2007-02-052-36/+48
* Add 'raw' support to configHandler. Patch 1650174 Tal Einat.Kurt B. Kaiser2007-02-052-12/+13
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-111-1/+1
* 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.Kurt B. Kaiser2006-12-152-1/+24
* Move IDLE news into NEWS.txt.Martin v. Löwis2006-12-031-0/+3
* Patch #1362975: Rework CodeContext indentation algorithm toMartin v. Löwis2006-11-222-18/+61
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+2
* Add comment explaining that error msgs may be due to user code whenKurt B. Kaiser2006-10-011-0/+2
* Some syntax errors were being caught by tokenize during the tabnannyKurt B. Kaiser2006-10-012-6/+8
* Updating IDLE's version number to match Python's (as per python-devAnthony Baxter2006-08-182-1/+10
* File menu hotkeys: there were three 'p' assignments. Reassign theKurt B. Kaiser2006-08-163-3/+7
* Get quit() and exit() to work cleanly when not using subprocess.Kurt B. Kaiser2006-08-161-7/+10
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-163-11/+15
* preparing for 2.5c1Anthony Baxter2006-08-162-2/+2
* The 'with' statement is now a Code Context block openerKurt B. Kaiser2006-08-162-1/+3
* Retrieval of previous shell command was not always preserving indentationKurt B. Kaiser2006-08-102-9/+18