summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-0/+1
* bump to 3.1rc1Benjamin Peterson2009-05-301-1/+1
* Issue 5150: Add rstrip() menu option to IDLE.Raymond Hettinger2009-05-292-0/+35
* Remove debug statement that leaked into the repository.Ronald Oussoren2009-05-261-1/+0
* * Adapt framework install makefiles to 2to3 toolRonald Oussoren2009-05-261-0/+1
* Fix for Issue6111.Ronald Oussoren2009-05-261-0/+6
* bump version to 3.1b1v3.1b1Benjamin Peterson2009-05-061-1/+1
* Merged revisions 72226 via svnmerge fromKurt B. Kaiser2009-05-062-22/+14
* Merged revisions 72227 via svnmerge fromKurt B. Kaiser2009-05-061-2/+4
* Merged revisions 71995 via svnmerge fromGeorg Brandl2009-04-272-25/+13
* Use of 'filter' in keybindingDialog.py was causingKurt B. Kaiser2009-04-272-1/+4
* Merged revisions 71812 via svnmerge fromKurt B. Kaiser2009-04-263-9/+21
* Remove item from NEWS.txt; not checked in yet...Kurt B. Kaiser2009-04-251-3/+0
* Fix up IDLE's NEWS.txt. Include missed changes, keep 2.7 changes in separateKurt B. Kaiser2009-04-251-17/+58
* Merged revisions 71126 via svnmerge fromKurt B. Kaiser2009-04-043-19/+34
* bump version to 3.1a2Benjamin Peterson2009-04-041-1/+1
* Merged revisions 70723 via svnmerge fromKurt B. Kaiser2009-04-042-4/+15
* Convert print to Py3Kurt B. Kaiser2009-04-041-1/+2
* Merged revisions 71023 via svnmerge fromKurt B. Kaiser2009-04-042-3/+9
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-1/+1
* bump version to 3.1a1v3.1a1Benjamin Peterson2009-03-071-1/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-212-3/+3
* This fixes issue3883 (text on the buttons in the preferences panel for IDLE d...Ronald Oussoren2009-02-121-4/+14
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-125-6/+13
* Forward port r68985: Idle startup message.Raymond Hettinger2009-01-271-12/+2
* Merged revisions 68797,68801 via svnmerge fromBenjamin Peterson2009-01-201-1/+1
* Issue #4815: Offer conversion to UTF-8 if source files haveMartin v. Löwis2009-01-182-12/+31
* Issue #4008: Fix problems with non-ASCII source files.Martin v. Löwis2009-01-183-12/+21
* Recorded merge of revisions 68153 via svnmerge fromRonald Oussoren2009-01-023-2/+12
* Issue #4323: Always encode source as UTF-8 without askingMartin v. Löwis2008-12-293-111/+25
* Prep for Python 3.1!Barry Warsaw2008-12-031-1/+1
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-292-3/+3
* #4455: IDLE failed to display the windows list when two windows have the same...Amaury Forgeot d'Arc2008-11-281-2/+2
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-211-3/+4
* Bump to 3.0rc3v3.0rc3Barry Warsaw2008-11-211-1/+1
* Bumping to 3.0rc2.Barry Warsaw2008-11-061-1/+1
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-192-6/+12
* fix #3628; idle wouldn't start because of a typoBenjamin Peterson2008-09-191-1/+1
* bumping to 3.0rc1v3.0rc1Barry Warsaw2008-09-181-1/+1
* Bumping to 3.0b3v3.0b3Barry Warsaw2008-08-211-1/+1
* xrange -> range.Georg Brandl2008-07-191-1/+1
* Bumping to 3.0b2v3.0b2Barry Warsaw2008-07-181-1/+1
* Bump to 3.0b1v3.0b1Barry Warsaw2008-06-191-1/+1
* Fix last traces of old threading API.Georg Brandl2008-06-131-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-132-8/+8
* Fixed old Tkinter import, the last apparentlyGuilherme Polo2008-05-251-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Fix Queue -> queue.Georg Brandl2008-05-251-1/+1
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-1737-65/+67
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-162-3/+3