- 21 Tem, 2015 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 21 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Martin Panter.
-
- 09 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 08 Haz, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
tkinter.Font.
-
- 22 May, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
The new private C function makes no permanent changes to the environment and is #ifdef'd out on non-Windows platforms.
-
- 20 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
- 06 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tkinter's getdouble() now supports any numbers (in particular int).
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
-
- 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.
-
- 07 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Kas, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 12 Eki, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This gets rid of Tcl warnings when they are handled later when the root is already destroyed.
-
- 09 Eki, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Tweak docstrigs and comments in affected functions in idlelib.configHandler.
-
- 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 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
In particular this allows to initialize images from binary data.
-
- 25 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 Tem, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Tkinter methods.
-
Serhiy Storchaka yazdı
from 6ae34a948cb4.
-
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 3 kayıt (commit)
-
-
Zachary Ware yazdı
This changeset also includes cleanup allowed by this behavior change.
-
Serhiy Storchaka yazdı
bbox(), curselection() and get().
-
Serhiy Storchaka yazdı
Based on patch by Guilherme Polo.
-
- 01 Haz, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 28 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 23 May, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
PanedWindow.paneconfigure(), and Menu.entryconfigure().
-
- 02 May, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed).
-
- 13 Nis, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 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.
-