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
/
lib-tk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add image_types() and image_names() as methods to Misc class.
Guido van Rossum
1998-04-10
1
-0/+8
*
Another easter present.
Guido van Rossum
1998-04-10
1
-0/+321
*
Restructured the event_* calls slightly -- there's really no need to
Guido van Rossum
1998-04-06
1
-14/+11
*
Return the name of the Tcl command defined by _bind(). This can
Guido van Rossum
1998-03-27
1
-5/+13
*
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
Guido van Rossum
1998-03-26
1
-6/+0
*
Give in to the tab police.
Guido van Rossum
1998-03-20
6
-285/+295
*
Typo: baseWidht -> baseWidth.
Guido van Rossum
1998-02-24
1
-1/+1
*
Fix bug in trace_vdelete(); should use master's delete command.
Guido van Rossum
1998-02-19
1
-1/+2
*
Add trace methods to class Variable
Guido van Rossum
1998-01-14
1
-5/+15
*
Two critical fixes to the changes that I made for Greg McFarlane --
Guido van Rossum
1997-12-30
1
-3/+3
*
Fixed several bugs reported by Greg McFarmane:
Guido van Rossum
1997-12-29
1
-42/+31
*
Do a better job of keeping the dialog visible when the master window
Guido van Rossum
1997-12-28
1
-0/+8
*
Typo: Widht instead of Width...
Guido van Rossum
1997-12-27
1
-1/+1
*
Added SOLID definition.
Guido van Rossum
1997-12-16
1
-0/+2
*
PhotoImage.put(): Fixed -to handling, including backward compatibility hack.
Fred Drake
1997-12-16
1
-1/+3
*
Added tag_prevrange analogous to rag_nextrange.
Guido van Rossum
1997-12-15
1
-0/+3
*
Change _nametowidget to nametowidget -- it is a public interface.
Guido van Rossum
1997-12-12
1
-1/+2
*
Last minute fix to Text.window_cget(), which should properly Tcl-ify
Guido van Rossum
1997-12-11
1
-0/+4
*
Fix problem detected by Greg McFarlane -- callbacks passed to
Guido van Rossum
1997-12-11
1
-10/+16
*
Fix the exclusion of "config" in the methods copied from Pack to also
Guido van Rossum
1997-12-05
1
-1/+1
*
Support for the "event" command, new in Tk 4.2.
Guido van Rossum
1997-12-02
1
-0/+24
*
bind_class should return a value
Guido van Rossum
1997-11-22
1
-1/+1
*
Some restructuring.
Guido van Rossum
1997-11-07
1
-111/+166
*
Move Widget.config() c.s. to Misc class, so the Tk class also inherits them.
Guido van Rossum
1997-09-29
1
-31/+30
*
Add missing comma to make a tuple of (tagOrId).
Guido van Rossum
1997-08-18
1
-1/+1
*
Fred Lundh's latest versions.
Guido van Rossum
1997-08-14
3
-11/+21
*
Add dummies for create/delete filehandles, just so that vanilla Grail
Guido van Rossum
1997-08-14
1
-0/+6
*
New dialog from Fred Lundh
Guido van Rossum
1997-08-12
1
-0/+212
*
Fixes for the Mac. (Jack)
Guido van Rossum
1997-08-12
1
-1/+5
*
Get READABLE c.s. from _tkinter instead of conditional definition.
Guido van Rossum
1997-08-05
1
-12/+6
*
New dialog routines (Fred Lundh)
Guido van Rossum
1997-07-19
4
-0/+361
*
Use dictionary's update() method in _cnfmerge().
Guido van Rossum
1997-07-19
1
-2/+6
*
Widget._setup(): Support name=None in a similar way to the handling of other
Fred Drake
1997-05-27
1
-1/+2
*
Add root.tkraise() to the _test() program so the window doesn't hide
Guido van Rossum
1997-05-09
1
-0/+1
*
Misc.__init__(): Removed method, replaced with class attribute (which
Fred Drake
1997-05-03
1
-4/+1
*
Patch by Craig McPheeters to clean up the back-references to widgets
Guido van Rossum
1997-04-14
1
-2/+23
*
Require _tkinter -- don't attempt to import tkinter when _tkinter does
Guido van Rossum
1997-02-15
1
-25/+10
*
Gave the Listbox selection methods their correct (longer) names.
Guido van Rossum
1997-02-14
1
-2/+4
*
Put support for a cnf dictionary back in, since it is still supported
Guido van Rossum
1997-02-12
1
-1/+3
*
Avoid traceback in selection_own_get() when no Tk widget owns the
Guido van Rossum
1997-01-21
1
-3/+4
*
(Tkinter.py): Add support for Frame(w, class_="classname") as an alternative
Fred Drake
1997-01-10
1
-1/+4
*
Fix the following bug:
Guido van Rossum
1997-01-03
1
-4/+6
*
Fix bogus implementation of Group.bind().
Guido van Rossum
1996-12-27
1
-2/+6
*
Added config(ure) method to Image class.
Guido van Rossum
1996-12-27
1
-0/+10
*
Change the default values for IntVar and DoubleVar to numbers (they
Guido van Rossum
1996-12-27
1
-2/+2
*
Added a bunch of new winfo options; we should now be up to date with
Guido van Rossum
1996-12-12
1
-2/+29
*
Added ALL='all'.
Guido van Rossum
1996-11-20
1
-0/+1
*
Turn leading minus sign into underscore for image widget name -- the
Guido van Rossum
1996-11-20
1
-3/+5
*
Don't require leading '-' on option name to Text.tag_cget
Guido van Rossum
1996-11-11
1
-0/+4
*
Get rid of bogus binding of <Delete> to a function that deletes the next
Guido van Rossum
1996-10-24
1
-3/+0
[next]