- 04 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
-
- 14 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
- 06 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
First letter no longer is stripped from the "status" key in the result of Treeview.heading().
-
- 24 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
-
- 17 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Tem, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tkinter methods.
-
Serhiy Storchaka yazdı
the argument is not specified. Scrollbar.set() now always accepts only 2 arguments. Added tests for Scrollbar.activate() and Scrollbar.set().
-
- 02 Haz, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
bbox(), curselection() and get().
-
Serhiy Storchaka yazdı
Based on patch by Guilherme Polo.
-
- 04 Nis, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 19 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tkinter widgets to work in wantobjects=True mode.
-
- 11 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed a regression inroduced in issue #6157.
-
- 07 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and LabelFrame.panes() now always return a tuple. * Fixed error of comparing str and int in tt.LabeledScale._adjust(). * ttk.Notebook.index() now always returns int. * ttk.Notebook.tabs() now always returns a tuple. * ttk.Entry.bbox() now always returns a tuple of ints. * ttk.Entry.validate() now always correctly works. * ttk.Combobox.current() now always returns int. * ttk.Panedwindow.sashpos() now always returns int. * ttk.Treeview.bbox() now always returns a tuple of ints. * ttk.Treeview.get_children() now always returns a tuple. * ttk.Treeview.exists() now always correctly works. * ttk.Treeview.index() now always returns int. * ttk.Treeview.tag_has() now always returns 0 or 1. * And numerous other errors in methods which returns a tuple, list or dict. * Fixed ttk tests for wantobjects is False.
-
- 26 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
methods.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
integers instead of a string. Based on patch by Guilherme Polo.
-
- 14 Eyl, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 22 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Mar, 2013 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
as reported by Serhiy Storchaka and Matthew Barnett.
-
- 15 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
strings with whitespaces, backslashes or unbalanced braces.
-
- 01 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Added a test for tk_setPalette().
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 09 Ara, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Antoine Pitrou yazdı
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Antoine Pitrou yazdı
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
- 03 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 04 Eki, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Thanks to Michael Driscoll
-
- 16 May, 2012 1 kayıt (commit)
-
-
Ned Deily yazdı
undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver.
-
- 31 Mar, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
-
- 21 Mar, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 13 Mar, 2012 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Guilherme Polo and Andrew Svetlov.
-
Martin v. Löwis yazdı
Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov.
-
- 04 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 28 Eki, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-