cpython/Lib/tkinter
Serhiy Storchaka 8122174af1 Issue #22115: Added methods trace_add, trace_remove and trace_info in the
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.
2016-06-26 09:46:57 +03:00
..
test Issue #22115: Added methods trace_add, trace_remove and trace_info in the 2016-06-26 09:46:57 +03:00
__init__.py Issue #22115: Added methods trace_add, trace_remove and trace_info in the 2016-06-26 09:46:57 +03:00
__main__.py
colorchooser.py
commondialog.py Remove outdated TkVersion checks. 2016-04-25 13:49:11 +03:00
constants.py
dialog.py Remove outdated TkVersion checks. 2016-04-25 13:49:11 +03:00
dnd.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
filedialog.py
font.py Issue #24408: Fixed AttributeError in measure() and metrics() methods of 2015-06-08 18:43:55 +03:00
messagebox.py
scrolledtext.py
simpledialog.py Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. 2015-05-06 14:00:04 +03:00
tix.py Issue #20350. tkapp.splitlist() is now always used instead of unreliable 2016-06-26 00:09:19 +03:00
ttk.py Issue #27319: Methods selection_set(), selection_add(), selection_remove() 2016-06-20 00:05:40 +03:00