summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)Kurt B. Kaiser2006-08-102-0/+5
* ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).Kurt B. Kaiser2006-08-092-5/+7
* Typo fixAndrew M. Kuchling2006-08-091-1/+1
* As a slight enhancement to the previous checkin, improve theKurt B. Kaiser2006-08-091-2/+5
* 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-093-4/+13
* pre-release machinationsAnthony Baxter2006-08-022-3/+3
* Fix bug #1517990: IDLE keybindings on OSXRonald Oussoren2006-07-252-1/+54
* Bug #1525817: Don't truncate short lines in IDLE's tool tips.Martin v. Löwis2006-07-251-1/+5
* Whitespace normalization.Tim Peters2006-07-241-4/+4
* - EditorWindow.test() was failing. Bug 1417598Kurt B. Kaiser2006-07-243-3/+6
* EditorWindow failed when used stand-alone if sys.ps1 not set.Kurt B. Kaiser2006-07-243-4/+7
* Fix for bug #1517996: Class and Path browsers show Tk menuRonald Oussoren2006-07-231-0/+76
* Without this patch CMD-W won't close EditorWindows on MacOS X. This solvesRonald Oussoren2006-07-231-0/+3
* Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren GuthrieKurt B. Kaiser2006-07-232-1/+3
* Avoid occasional failure to detect closing paren properly.Kurt B. Kaiser2006-07-203-10/+15
* Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.Kurt B. Kaiser2006-07-182-1/+12
* Patch 1479219 - Tal EinatKurt B. Kaiser2006-07-171-12/+18
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-171-2/+1
* preparing for 2.5b2Anthony Baxter2006-07-102-1/+6
* Workaround for bug #1512124Ronald Oussoren2006-06-251-1/+8
* Preparing for 2.5b1.Anthony Baxter2006-06-192-1/+6
* Add missing svn:eol-style property to text files.Tim Peters2006-06-111-36/+36
* Whitespace normalization.Tim Peters2006-06-114-40/+40
* This patch improves the L&F of IDLE on OSX. The changes are conditionalized onRonald Oussoren2006-06-118-20/+130
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-093-5/+4