- 13 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Return the selected item, if there is any.
-
- 23 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
2.2.2 candidate.
-
- 13 Eki, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Eki, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 05 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix up docstring for itemconfigure.
-
- 01 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
doesn't have it.) This is from SF bug #457487 by anonymous.
-
- 23 Agu, 2001 2 kayıt (commit)
-
-
Jack Jansen yazdı
or you will break something:-)
-
Jack Jansen yazdı
The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway.
-
- 09 Agu, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
string.join() on each invocation of _bind.
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 15 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
from Tk.readprofile(), do not print anything extra to stdout, just run the code.
-
- 08 Eyl, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 07 Eyl, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
to zero if that's the case (closes bug #113727)
-
- 09 Agu, 2000 5 kayıt (commit)
-
-
Fredrik Lundh yazdı
supports a single visual (closes bug #110603)
-
Fredrik Lundh yazdı
was added in Tk 8.3 (this fixes the first part of Bug #110605)
-
Fredrik Lundh yazdı
code, to make the new Tkinter.py run under 1.5.2 -- changed Text.yview argument name (for consistency with xview)
-
Fredrik Lundh yazdı
to the Text method (closes Bug #110605)
-
Fredrik Lundh yazdı
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
-
- 06 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Also fix spelling tupel -> tuple.
-
- 29 Haz, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
has reviewed this, too.
-
- 18 Haz, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
this patch adds a fast _flatten function to the _tkinter module, and imports it from Tkinter.py (if available). this speeds up canvas operations like create_line and create_polygon. for example, a create_line with 5000 vertices runs about 50 times faster with this patch in place.
-
- 30 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Reported both by Gerrit Holl and Mark Favas.
-
- 25 Şub, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
OptionMenu is modified. Somewhat rewritten and elaborated by myself. class _setit: The constructor now takes an optional argument `callback' and stashes this in a private variable. If set, the __call__() method will invoke this callback after the variable's value has changed. It will pass the callback the value, followed by any args passed to __call__(). class OptionMenu: The constructor now takes keyword arguments, the only one that's legally recognized is `command', which can be set to a callback. This callback is invoked when the OptionMenu value is set. Any other keyword argument throws a TclError.
-
- 20 Eki, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
more than one window argument.
-
- 18 Eki, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
didn't properly handle the hex numbers returned.
-
- 20 Agu, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
and Toplevel class constructors. This means that if the window manager closes the window, the Python-side Tkinter data structures will be destroyed correctly. (Most apps do this anyway, and it's recommended practice; I see no reason why making it the default behavior could be bad.)
-
- 30 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
bindings to a dictionary _tagcommands which was otherwise unused. (This was checked in accidentally with rev. 1.125 and not deleted with rev. 1.127 when the other half of this code was removed -- although even as originally checked in the _tagcommands variable was never used.) (PR#40, reported by Peter Stoehr)
-
- 21 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
mark_previous().
-
- 01 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
arguments. [Slightly changed from submitted patch.]
-
- 05 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(The difference between grid_remove() and grid_forget() is that the former remembers the options for the slave.)
-
- 08 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
than was worth it: when deleting a canvas item, it would try to automatically delete the bindings for that item. Since there's nothing that says you can't reuse the tag and still have the bindings, this is not correct. Also, it broke at least one demo (Demo/tkinter/matt/rubber-band-box-demo-1.py).
-
- 07 Nis, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
so the preferred name for them is tag_lower, tag_raise (similar to tag_bind, and similar to the Text widget); unfortunately can't delete the old ones yet (maybe in 1.6)
-