summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* r88840: Prepare for 2.5.6.v2.5.6Martin v. Löwis2011-05-282-1/+6
* r88824: Prepare for 2.5.6c1.v2.5.6c1Martin v. Löwis2011-05-282-1/+6
* Prepare for 2.5.5.v2.5.5Martin v. Löwis2010-01-312-3/+8
* Prepare for 2.5.5c2.v2.5.5c2Martin v. Löwis2010-01-242-1/+6
* Prepare for 2.5.5c1.v2.5.5c1Martin v. Löwis2010-01-142-1/+6
* Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-232-1/+6
* Prepare for 2.5.3.v2.5.3Martin v. Löwis2008-12-192-1/+6
* Prepare for 2.5.3c1.v2.5.3c1Martin v. Löwis2008-12-132-2/+2
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-5/+20
* Add section for 2.5.3.Martin v. Löwis2008-03-061-0/+6
* Prepare for 2.5.2.Martin v. Löwis2008-02-212-1/+6
* Correct 2.5.2c1 uuid. Add IDLE release date.v2.5.2c1Martin v. Löwis2008-02-141-1/+1
* Preparing for 2.5.2c1.Martin v. Löwis2008-02-141-1/+1
* bump: IDLE 1.2.2Kurt B. Kaiser2008-02-141-1/+1
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-02-142-1/+7
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-02-142-1/+9
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2008-02-142-0/+3
* Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2008-02-142-15/+4
* Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;Kurt B. Kaiser2008-02-143-21/+104
* 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.Kurt B. Kaiser2008-02-142-2/+17
* Some syntax errors were being caught by tokenize during the tabnannyKurt B. Kaiser2008-02-142-6/+8
* Bring NEWS.txt up to date.Kurt B. Kaiser2008-02-141-0/+18
* Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-17/+25
* Fixes IDLE crash on OSX: some versions of Tcl/Tk on OSX don't have aRonald Oussoren2007-07-091-1/+6
* 2.5.1 finalv2.5.1Anthony Baxter2007-04-182-1/+6
* preparing for 2.5.1c1Anthony Baxter2007-04-052-1/+6
* Patch #1672481: fix bug in idlelib.MultiCall.Georg Brandl2007-03-061-0/+2
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-111-1/+1
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+2
* Preparing for 2.5 final.v2.5Anthony Baxter2006-09-182-1/+6
* preparing for 2.5c2Anthony Baxter2006-09-112-1/+6
* 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