- 05 Nis, 2019 1 kayıt (commit)
-
-
Zackery Spytz yazdı
-
- 24 Şub, 2019 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 28 Eki, 2018 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 18 Eki, 2018 1 kayıt (commit)
-
-
Juliette Monsel yazdı
-
- 12 Eki, 2018 1 kayıt (commit)
-
-
Juliette Monsel yazdı
-
- 08 Eki, 2018 1 kayıt (commit)
-
-
Juliette Monsel yazdı
Implement the methods selection_from(), selection_range(), selection_present() and selection_to() for Tkinter Spinbox.
-
- 22 Tem, 2018 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 26 Mar, 2018 1 kayıt (commit)
-
-
Garvit Khatri yazdı
Allow ttk.Treeview.insert to insert iid that has a false boolean value. Note iid=0 and iid=False would be same.
-
- 04 Mar, 2018 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
-
- 09 Şub, 2018 1 kayıt (commit)
-
-
Alan D Moore yazdı
-
- 01 Şub, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
It was deprecated in 3.6.
-
- 14 Ara, 2017 1 kayıt (commit)
-
-
Mike yazdı
* Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py
-
- 24 Eyl, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Defer removing old behavior to 3.8. Document new feature of selection_set() and friends.
-
- 31 Tem, 2017 1 kayıt (commit)
-
-
csabella yazdı
between instances of OptionMenu.
-
- 27 May, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable.
-
- 26 Haz, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
* tracing in the "u" mode now works * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings
-
Serhiy Storchaka yazdı
tkinter.Variable class. They replace old methods trace_variable, trace, trace_vdelete and trace_vinfo that use obsolete Tcl commands and might not work in future versions of Tcl.
-
- 19 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and selection_toggle() of ttk.TreeView now allow to pass multiple items as multiple arguments instead of passing them as a tuple. Deprecated undocumented ability of calling the selection() method with arguments.
-
- 14 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
containing spaces.
-
- 13 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and recognizirable.
-
- 24 Nis, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Jon Dufresne.
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Mar, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Added few missed tests for configure options.
-
- 10 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
- 07 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka 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ı
-
- 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ı
-
- 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ı
-
- 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.
-
- 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.
-