- 30 Haz, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fix passing lists and tuples of strings containing special characters '"', '\\', '{', '}' and '\n' as options to tkinter.ttk widgets.
-
- 17 Nis, 2018 1 kayıt (commit)
-
-
Andrés Delfino 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.
-
- 08 Agu, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
bpo-31135: Call the parent destroy() method even if the used attribute doesn't exist. The LabeledScale.destroy() method now also explicitly clears label and scale attributes to help the garbage collector to destroy all widgets.
-
- 31 Tem, 2017 1 kayıt (commit)
-
-
csabella yazdı
between instances of OptionMenu.
-
- 27 May, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 May, 2017 1 kayıt (commit)
-
-
Vijay Kumar yazdı
Ran the docstrings through spell checker, and fixed spelling issues.
-
- 19 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 22 Ara, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy 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.
-
- 25 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
for readability (was "`").
-
- 24 Eki, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
a workaround to Tix library bug.
-
- 25 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Agu, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 04 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 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.
-
- 25 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
tkapp.split() in the tkinter package.
-
- 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.
-
- 18 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
represented as a compination of known flags.
-
- 14 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
containing spaces.
-
- 13 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and recognizirable.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 30 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 29 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 26 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 16 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and tk_bindForTraversal().
-
- 08 May, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
-
- 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ı
-