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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add PathBrowser to File module
Guido van Rossum
1999-03-10
2
-0/+8
*
"Path browser" - 4 scrolled lists displaying:
Guido van Rossum
1999-03-10
1
-0/+151
*
New utility: multiple scrolled lists in parallel
Guido van Rossum
1999-03-10
1
-0/+138
*
- White background.
Guido van Rossum
1999-03-10
1
-3/+11
*
Small change by Jack Jansen.
Guido van Rossum
1999-03-09
1
-2/+2
*
Comment out confusing write call.
Guido van Rossum
1999-02-18
1
-1/+1
*
News in 0.3.
Guido van Rossum
1999-02-17
1
-0/+38
*
Bump version to 0.3.
Guido van Rossum
1999-02-17
2
-4/+5
*
After all, we don't need to call the callbacks ourselves!
Guido van Rossum
1999-02-17
1
-1/+0
*
When deleting, call the callbacks *after* deleting the window from our list!
Guido van Rossum
1999-02-17
1
-2/+1
*
Fix up the Windows menu via the new callback mechanism instead of
Guido van Rossum
1999-02-17
1
-2/+4
*
Support callbacks to patch up Windows menus everywhere.
Guido van Rossum
1999-02-17
1
-2/+25
*
Oh, why not. Checking in the Emacs-generated change log.
Guido van Rossum
1999-02-17
1
-0/+373
*
# Accidentally checked in a test version of this file with a bogus
Guido van Rossum
1999-02-16
1
-1/+0
*
Only pop up the stack viewer when requested in the Debug menu.
Guido van Rossum
1999-02-16
1
-1/+2
*
Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not
Guido van Rossum
1999-02-16
1
-1/+2
*
Don't crash if a window no longer exists.
Guido van Rossum
1999-02-08
1
-1/+4
*
Restructured a bit.
Guido van Rossum
1999-02-08
1
-12/+16
*
Add current dir or paths of file args to sys.path.
Guido van Rossum
1999-02-01
1
-0/+7
*
Add canonic() function -- for brand new bdb.py feature.
Guido van Rossum
1999-02-01
1
-0/+4
*
Protect against accessing an empty stack.
Guido van Rossum
1999-02-01
1
-2/+11
*
Use only the height to decide whether to zoom in or out.
Guido van Rossum
1999-01-29
1
-7/+8
*
Make sure the Tcl variables are shared between windows.
Guido van Rossum
1999-01-28
2
-9/+9
*
Move menu/key binding code from Bindings.py to EditorWindow.py,
Guido van Rossum
1999-01-28
3
-79/+127
*
Add Quit button to the debugger window.
Guido van Rossum
1999-01-28
1
-0/+6
*
When find_again() finds exactly the current selection, it's a failure.
Guido van Rossum
1999-01-28
1
-0/+8
*
Rename idle -> idle.py
Guido van Rossum
1999-01-28
1
-0/+0
*
Only deiconify when iconic.
Guido van Rossum
1999-01-18
2
-4/+8
*
Misc
Guido van Rossum
1999-01-18
1
-0/+3
*
Renamed test.py to testcode.py so one can import Python's
Guido van Rossum
1999-01-12
1
-0/+0
*
Hack to close a window that is colorizing.
Guido van Rossum
1999-01-12
2
-8/+20
*
Vladimir Marangozov's patch:
Guido van Rossum
1999-01-12
1
-0/+3
*
Some requests have been fulfilled.
Guido van Rossum
1999-01-11
1
-5/+3
*
Set the cursor to a watch when opening the class browser (which may
Guido van Rossum
1999-01-11
1
-7/+23
*
Got rid of debug print statement in goto_line_event().
Guido van Rossum
1999-01-11
1
-1/+0
*
I think I like it better if it prints the traceback even when it displays
Guido van Rossum
1999-01-11
1
-2/+2
*
Bind ESC to close-window.
Guido van Rossum
1999-01-11
1
-1/+2
*
Use a HSeparator between the classes and the items.
Guido van Rossum
1999-01-11
1
-13/+18
*
Separator classes (draggable divider between two panes).
Guido van Rossum
1999-01-11
1
-0/+89
*
Don't traceback when wakeup() is called when the window has been destroyed.
Guido van Rossum
1999-01-09
1
-3/+8
*
Allow tearing off of the Windows menu.
Guido van Rossum
1999-01-09
1
-1/+0
*
Close on ESC.
Guido van Rossum
1999-01-09
1
-1/+2
*
Updated a bunch of things (it was mostly still 0.1!)
Guido van Rossum
1999-01-09
1
-17/+39
*
Added ScriptBinding to standard bindings.
Guido van Rossum
1999-01-09
1
-0/+1
*
This now actually works. See doc string. It can run a module (i.e.
Guido van Rossum
1999-01-09
1
-18/+130
*
What's new in this release.
Guido van Rossum
1999-01-08
2
-2/+51
*
Paul Prescod's patches to allow the stack viewer to pop up when a
Guido van Rossum
1999-01-08
2
-0/+12
*
Change paragraph width limit to 70 (like Emacs M-Q).
Guido van Rossum
1999-01-07
1
-1/+1
*
Separating TODO from README. Slight reformulation of features. No
Guido van Rossum
1999-01-07
1
-113/+6
*
Separating TODO from README.
Guido van Rossum
1999-01-07
1
-0/+132
[next]