summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-051-2/+49
* #13039 allow proper deletion of '>>> ' in IDLE editor windows.Terry Jan Reedy2012-01-161-1/+4
* Issue #4625: If IDLE cannot write to its recent file or breakpointNed Deily2011-12-141-5/+10
* Fix nit.Raymond Hettinger2011-04-131-1/+1
* Issue 11718: Teach IDLE's open module dialog to find packages.Raymond Hettinger2011-04-131-0/+11
* Merge from 3.1Kurt B. Kaiser2011-03-261-12/+9
|\
| * <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676Kurt B. Kaiser2011-03-261-12/+9
* | Merge from 3.1Kurt B. Kaiser2011-03-221-3/+3
|\ \ | |/
| * <Home> toggle non-functional when NumLock setKurt B. Kaiser2011-03-211-3/+3
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-2/+2
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
| * Merged revisions 88174 via svnmerge fromNed Deily2011-01-241-2/+4
| * Issue 6285: catch missing IDLE help file.Terry Reedy2011-01-011-3/+11
| * Merged revisions 87374 via svnmerge fromR. David Murray2010-12-181-1/+8
* | Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using theNed Deily2011-01-291-1/+6
* | #10974: IDLE no longer crashes if its recent files list includes filesNed Deily2011-01-241-2/+4
* | Issue 6285: catch missing IDLE help file.Terry Reedy2011-01-011-3/+11
* | #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevi...Georg Brandl2010-12-191-1/+1
* | #10404: Use ctl-button-1 for context menus on OSX Idle.R. David Murray2010-12-181-1/+8
* | Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-141-3/+2
|/
* Merged revisions 73415,73417-73418 via svnmerge fromBenjamin Peterson2009-06-221-2/+4
* Merged revisions 71812 via svnmerge fromKurt B. Kaiser2009-04-261-3/+11
* Merged revisions 70723 via svnmerge fromKurt B. Kaiser2009-04-041-4/+12
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-121-1/+1
* Merged revisions 68797,68801 via svnmerge fromBenjamin Peterson2009-01-201-1/+1
* xrange -> range.Georg Brandl2008-07-191-1/+1
* Fixed old Tkinter import, the last apparentlyGuilherme Polo2008-05-251-1/+1
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-3/+3
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+45
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-1/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-29/+26
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-14/+16
* 1. Fail gracefully if the file fails to decode when loaded.Kurt B. Kaiser2007-09-061-43/+25
* Point IDLE menu Help / Python Docs at Python 3000 versionKurt B. Kaiser2007-08-311-1/+1
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-4/+4
* Fix raise with 2to3Kurt B. Kaiser2007-08-231-3/+3
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-18/+18
* Fix remaining map() issues.Kurt B. Kaiser2007-08-091-2/+1
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-0/+16
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-21/+21
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-221-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-8/+41
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-271-4/+23
* Following 'syntax' patch, accelerator keys in menus weren't beingKurt B. Kaiser2005-11-221-22/+21