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 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
*
#7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...
Florent Xicluna
2010-04-02
1
-19/+19
*
replace has_key with 'in' operator
Benjamin Peterson
2009-10-09
1
-2/+2
*
Issue #3344: Replace itertools.count by enumerate.
Guilherme Polo
2009-08-14
1
-3/+2
*
special case release candidates
Benjamin Peterson
2009-06-13
1
-2/+4
*
Produce correct version string to access the .chm
Kurt B. Kaiser
2009-04-23
1
-3/+11
*
Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa...
Kurt B. Kaiser
2009-03-30
1
-4/+12
*
Fixes issues 3883 and 5194
Ronald Oussoren
2009-03-04
1
-1/+1
*
Use Georg's new permalinks to documentation by version number.
Raymond Hettinger
2009-01-20
1
-1/+1
*
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Georg Brandl
2008-05-20
1
-4/+4
*
Tkinter rename, step 2: fix imports and add stub modules.
Georg Brandl
2008-05-16
1
-4/+4
*
Home / Control-A toggles between left margin and end of leading white
Kurt B. Kaiser
2008-04-27
1
-0/+45
*
Configured selection highlighting colors were ignored; updating highlighting
Kurt B. Kaiser
2008-02-15
1
-33/+26
*
show paste if > 80 columns. Patch 1659326 Tal Einat.
Kurt B. Kaiser
2007-10-10
1
-0/+1
*
textView cleanup. Patch 1718043 Tal Einat.
Kurt B. Kaiser
2007-10-04
1
-1/+1
*
Clean up EditorWindow close.
Kurt B. Kaiser
2007-10-04
1
-13/+14
*
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Matthias Klose
2007-01-11
1
-1/+1
*
Patch #1362975: Rework CodeContext indentation algorithm to
Martin v. Löwis
2006-11-22
1
-1/+1
*
ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
Kurt B. Kaiser
2006-08-09
1
-5/+5
*
Fix bug #1517990: IDLE keybindings on OSX
Ronald Oussoren
2006-07-25
1
-1/+1
*
- EditorWindow.test() was failing. Bug 1417598
Kurt B. Kaiser
2006-07-24
1
-2/+3
*
EditorWindow failed when used stand-alone if sys.ps1 not set.
Kurt B. Kaiser
2006-07-24
1
-0/+4
*
Without this patch CMD-W won't close EditorWindows on MacOS X. This solves
Ronald Oussoren
2006-07-23
1
-0/+3
*
This patch improves the L&F of IDLE on OSX. The changes are conditionalized on
Ronald Oussoren
2006-06-11
1
-0/+25
*
Make use of new str.startswith/endswith semantics.
Georg Brandl
2006-06-09
1
-1/+1
*
Patch #1162825: Support non-ASCII characters in IDLE window titles.
Martin v. Löwis
2005-11-27
1
-4/+23
*
Following 'syntax' patch, accelerator keys in menus weren't being
Kurt B. Kaiser
2005-11-22
1
-22/+21
*
Merge IDLE-syntax-branch r39668:41449 into trunk
Kurt B. Kaiser
2005-11-18
1
-15/+46
*
Better indentation after first line of string continuation.
Kurt B. Kaiser
2005-11-15
1
-2/+6
*
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
Kurt B. Kaiser
2005-06-12
1
-1/+1
*
1. Patch 1196895 Jeff Shute:
Kurt B. Kaiser
2005-06-12
1
-1/+2
*
Removed ability to configure tabs indent from Options dialog. This 'feature'
Kurt B. Kaiser
2005-01-31
1
-12/+23
*
Add keybindings for del-word-left and del-word-right.
Kurt B. Kaiser
2005-01-28
1
-0/+10
*
1. Polish tabbing code.
Kurt B. Kaiser
2005-01-19
1
-61/+56
*
If an extension can't be loaded, print warning and skip it instead of
Kurt B. Kaiser
2005-01-18
1
-2/+5
*
The remote procedure call module rpc.py can now access data attributes of
Kurt B. Kaiser
2004-12-21
1
-2/+2
*
1. If user passes a non-existant filename on the commandline, just open
Kurt B. Kaiser
2004-08-22
1
-8/+2
*
EditorWindow.py was not finding the .chm help file on Windows. Typo
Kurt B. Kaiser
2004-07-21
1
-1/+2
*
Checking sys.platform for substring 'win' was breaking IDLE docs on Mac
Kurt B. Kaiser
2004-07-15
1
-14/+9
[next]