index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
EditorWindow.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Issue #24750: Improve appearance of IDLE editor window status bar.
Terry Jan Reedy
2015-11-16
1
-0/+3
*
Issue #25313: Change the handling of new built-in text color themes to better
Terry Jan Reedy
2015-11-12
1
-1/+1
*
Display IDLE warning as a warning rather than as an error.
Terry Jan Reedy
2015-10-27
1
-2/+4
*
Issue #24782: Finish converting the Configure Extension dialog into a new
Terry Jan Reedy
2015-10-14
1
-6/+0
*
Issue #24972: New option is only valid in tk 8.5+.
Terry Jan Reedy
2015-09-28
1
-1/+3
*
Issue #24972: Inactive selection background now matches active selection
Terry Jan Reedy
2015-09-28
1
-30/+1
*
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
Terry Jan Reedy
2015-09-23
1
-5/+5
*
Issue #24570: Right-click for context menus now work on Mac Aqual also.
Terry Jan Reedy
2015-09-23
1
-5/+5
*
Issue #16893: finish deprecation.
Terry Jan Reedy
2015-09-21
1
-3/+1
*
Issue #25199: Idle: add synchronization comments for future maintainers.
Terry Jan Reedy
2015-09-21
1
-2/+8
*
Issue #16893: Replace help.txt with idle.html for Idle doc display.
Terry Jan Reedy
2015-09-20
1
-2/+10
*
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
Terry Jan Reedy
2015-08-01
1
-14/+3
*
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Terry Jan Reedy
2015-07-30
1
-3/+4
*
Issue #23184: idlelib, remove more unused names and imports.
Terry Jan Reedy
2015-05-16
1
-2/+0
*
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Ned Deily
2015-01-18
1
-4/+1
*
Issue #3068: Add Idle extension configuration dialog to Options menu.
Terry Jan Reedy
2014-10-23
1
-0/+4
*
Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of
Terry Jan Reedy
2014-10-17
1
-2/+4
*
Issue #16233: When the module browser is not invoked in an editor window with
Terry Jan Reedy
2014-10-16
1
-11/+10
*
De-'colour'ize stdlib except for idlelib.configDialog.
Terry Jan Reedy
2014-10-09
1
-1/+1
*
Update Idle's online doc url.
Terry Jan Reedy
2014-09-20
1
-1/+1
*
Issue #17390: Adjust Editor window title. Remove 'Python', move version to end.
Terry Jan Reedy
2014-08-15
1
-4/+5
*
Issue #21477: Idle htest: modify run; add more tests.
Terry Jan Reedy
2014-05-27
1
-6/+4
*
Issue #21477: idle htests - lower case function names, other cleanups.
Terry Jan Reedy
2014-05-19
1
-7/+7
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-12
1
-5/+9
*
Issue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily
2014-03-28
1
-7/+7
*
Issue #17390: Add Python version to Idle editor window title bar.
Terry Jan Reedy
2014-01-23
1
-1/+5
*
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Terry Jan Reedy
2013-08-04
1
-4/+1
*
Issue #17532: Prevent exception when changing key sets if Options menu is empty.
Ned Deily
2013-07-20
1
-1/+5
*
Issue #18316: Update idlelib 2.7 except clauses to ease backports.
Terry Jan Reedy
2013-06-29
1
-1/+1
*
Issue #17532: Always include Options menu for IDLE on OS X.
Ned Deily
2013-05-22
1
-1/+0
*
#14146: Highlight source line while debugging on Windows.
Roger Serwy
2013-05-21
1
-0/+30
*
#1207589: Backwards-compatibility patch for right-click menu in IDLE.
Roger Serwy
2013-04-07
1
-2/+8
*
#16887: IDLE now accepts Cancel in tabify/untabify dialog box.
Roger Serwy
2013-04-07
1
-1/+3
*
Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE.
Serhiy Storchaka
2012-12-27
1
-1/+1
*
Issue #16511: Use default IDLE width and height if config param is not valid.
Andrew Svetlov
2012-12-24
1
-4/+6
*
Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
Andrew Svetlov
2012-11-01
1
-7/+35
*
Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
Ned Deily
2012-05-29
1
-1/+1
*
Issue 964437 Make IDLE help window non-modal.
Terry Jan Reedy
2012-02-05
1
-2/+49
*
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Terry Jan Reedy
2012-01-16
1
-1/+4
*
Issue #4625: If IDLE cannot write to its recent file or breakpoint
Ned Deily
2011-12-14
1
-4/+9
*
Issue 11718: Teach IDLE's open module dialog to find packages.
Raymond Hettinger
2011-04-13
1
-0/+15
*
<Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851.
Kurt B. Kaiser
2011-03-25
1
-12/+9
*
<Home> toggle non-functional when NumLock set.
Kurt B. Kaiser
2011-03-17
1
-3/+3
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-2/+2
*
Merged revisions 88232 via svnmerge from
Ned Deily
2011-01-31
1
-1/+6
*
Merged revisions 87394 via svnmerge from
Ned Deily
2011-01-18
1
-1/+1
*
Issue 6285: catch missing IDLE help file. Backport from 3.2.
Terry Reedy
2011-01-01
1
-3/+11
*
Merged revisions 87374 via svnmerge from
R. David Murray
2010-12-18
1
-1/+8
*
#7092: silence some py3k warnings
Florent Xicluna
2010-04-02
1
-1/+1
[next]