summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-181-4/+1
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-231-0/+4
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-2/+4
* Issue #16233: When the module browser is not invoked in an editor window withTerry Jan Reedy2014-10-161-7/+6
* De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-091-1/+1
* Update Idle's online doc url.Terry Jan Reedy2014-09-201-1/+1
* Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.Terry Jan Reedy2014-08-151-4/+5
* Issue #17172: Add the ability to run turtledemo from Idle.Terry Jan Reedy2014-07-291-0/+9
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-251-6/+3
* Issue #21477: idle htests - lower case function names, other cleanups.Terry Jan Reedy2014-05-191-7/+7
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-121-6/+10
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-7/+7
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-251-1/+2
* Merge with 3.3Terry Jan Reedy2014-01-231-1/+5
|\
| * Issue #17390: Add Python version to Idle editor window title bar.Terry Jan Reedy2014-01-231-1/+5
* | Remove more usage of APIs deprecated by PEP 451.Eric Snow2014-01-071-4/+4
* | Merge with 3.3Terry Jan Reedy2013-08-041-5/+2
|\ \ | |/
| * Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.Terry Jan Reedy2013-08-041-5/+2
* | Issue #17532: merge from 3.3Ned Deily2013-07-201-1/+5
|\ \ | |/
| * Issue #17532: Prevent exception when changing key sets if Options menu is empty.Ned Deily2013-07-201-1/+5
| * #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-081-1/+1
* | merge w/ 3.3 for issue #18055Brett Cannon2013-06-071-38/+19
|\ \ | |/
| * Issue #18055: Move to importlib from imp for IDLE.Brett Cannon2013-06-071-38/+19
* | Issue #17532: mergeNed Deily2013-05-221-1/+0
|\ \ | |/
| * Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-221-1/+0
* | #14146: merge with 3.3.Roger Serwy2013-05-211-0/+30
|\ \ | |/
| * #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-211-0/+30
* | #13495: merge with 3.3.Roger Serwy2013-05-061-3/+0
|\ \ | |/
| * #13495: Avoid loading the color delegator twice in IDLE.Roger Serwy2013-05-061-3/+0
* | #17798: merge with 3.3.Roger Serwy2013-05-051-0/+2
|\ \ | |/
| * #17798: Allow IDLE to edit new files when specified on command line.Roger Serwy2013-05-051-0/+2
* | #1207589: merge with 3.3.Roger Serwy2013-04-071-2/+8
|\ \ | |/
| * #1207589: Backwards-compatibility patch for right-click menu in IDLE.Roger Serwy2013-04-071-2/+8
* | #16887: merge with 3.3.Roger Serwy2013-04-071-1/+3
|\ \ | |/
| * #16887: IDLE now accepts Cancel in tabify/untabify dialog box.Roger Serwy2013-04-071-1/+3
* | Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-271-1/+1
|\ \ | |/
| * Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-271-1/+1
| |\
| | * Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.Serhiy Storchaka2012-12-271-1/+1
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-7/+14
|\ \ \ | |/ /
| * | Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-7/+14
| |\ \ | | |/
| | * Issue #16511: Use default IDLE width and height if config param is not valid.Andrew Svetlov2012-12-241-7/+14
* | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-2/+2
|/ /
* | Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-7/+36
|\ \ | |/
| * Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-7/+36
* | Issue #10997: merge from 3.2Ned Deily2012-05-291-1/+1
|\ \ | |/
| * Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-291-1/+1
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-3/+3
* | Include micro version even if it is 0.Martin v. Löwis2012-05-011-2/+1
* | IDLE was relying on implicit relative imports which have gone away inBrett Cannon2012-04-151-3/+7
|/