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
/
Tools
/
idle
/
EditorWindow.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for Moshe's status bar.
Guido van Rossum
2000-02-15
1
-2/+20
*
Find the help.txt file relative to __file__ or ".", not in sys.path.
Guido van Rossum
1999-08-26
1
-8/+14
*
Add _close() method that does the actual cleanup (close() asks the
Guido van Rossum
1999-06-25
1
-10/+26
*
Tim Peters smart.patch:
Guido van Rossum
1999-06-11
1
-1/+21
*
Added abstraction get_selection_index() (Mark Hammond). Also
Guido van Rossum
1999-06-10
1
-14/+23
*
New offerings by Tim Peters; he writes:
Guido van Rossum
1999-06-03
1
-0/+19
*
Change by Mark Hammond to allow using IDLE extensions in PythonWin as
Guido van Rossum
1999-06-02
1
-0/+5
*
1. Catch NameError on import (could be raised by case mismatch on Windows).
Guido van Rossum
1999-06-01
1
-8/+2
*
Much improved autoindent and handling of tabs,
Guido van Rossum
1999-05-21
1
-6/+10
*
Tim Peters writes:
Guido van Rossum
1999-05-03
1
-0/+2
*
Provide full arguments to __import__ so it works in packagized IDLE.
Guido van Rossum
1999-04-23
1
-1/+1
*
Color preferences code by Loren Luke (massaged by me somewhat)
Guido van Rossum
1999-04-20
1
-1/+7
*
Add PathBrowser to File module
Guido van Rossum
1999-03-10
1
-0/+7
*
After all, we don't need to call the callbacks ourselves!
Guido van Rossum
1999-02-17
1
-1/+0
*
Fix up the Windows menu via the new callback mechanism instead of
Guido van Rossum
1999-02-17
1
-2/+4
*
Make sure the Tcl variables are shared between windows.
Guido van Rossum
1999-01-28
1
-9/+8
*
Move menu/key binding code from Bindings.py to EditorWindow.py,
Guido van Rossum
1999-01-28
1
-8/+107
*
Only deiconify when iconic.
Guido van Rossum
1999-01-18
1
-2/+4
*
Hack to close a window that is colorizing.
Guido van Rossum
1999-01-12
1
-7/+8
*
Set the cursor to a watch when opening the class browser (which may
Guido van Rossum
1999-01-11
1
-7/+23
*
Allow tearing off of the Windows menu.
Guido van Rossum
1999-01-09
1
-1/+0
*
Checking in IDLE 0.2.
Guido van Rossum
1999-01-02
1
-34/+287
*
Support underlining of menu labels
Guido van Rossum
1998-11-27
1
-4/+5
*
Get rid of conflicting ^X binding. Use ^W.
Guido van Rossum
1998-10-16
1
-0/+1
*
Clarify 'Open Module' dialog text
Guido van Rossum
1998-10-16
1
-1/+2
*
Add new command, "Open module". You select or type a module name,
Guido van Rossum
1998-10-13
1
-0/+31
*
Generalize menu creation.
Guido van Rossum
1998-10-12
1
-20/+15
*
Added a menu bar to every window.
Guido van Rossum
1998-10-12
1
-1/+45
*
Initial checking of Tk-based Python IDE.
Guido van Rossum
1998-10-10
1
-0/+175