cpython/Lib/tkinter
Serhiy Storchaka 9a6e201f7d Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
returns bool.  tkinter.BooleanVar now validates input values (accepted bool,
int, str, and Tcl_Obj).  tkinter.BooleanVar.get() now always returns bool.
2015-04-04 12:43:01 +03:00
..
test Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 2015-04-04 12:43:01 +03:00
__init__.py Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 2015-04-04 12:43:01 +03:00
__main__.py
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py
messagebox.py
scrolledtext.py
simpledialog.py
tix.py
ttk.py Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 2015-04-04 12:43:01 +03:00