cpython/Lib/tkinter
Serhiy Storchaka 985b8dbe11 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
* Misc.image_names(), Misc.image_types(), Wm.wm_colormapwindows(), and
  LabelFrame.panes() now always return a tuple.
* Fixed error of comparing str and int in tt.LabeledScale._adjust().
* ttk.Notebook.index() now always returns int.
* ttk.Notebook.tabs() now always returns a tuple.
* ttk.Entry.bbox() now always returns a tuple of ints.
* ttk.Entry.validate() now always correctly works.
* ttk.Combobox.current() now always returns int.
* ttk.Panedwindow.sashpos() now always returns int.
* ttk.Treeview.bbox() now always returns a tuple of ints.
* ttk.Treeview.get_children() now always returns a tuple.
* ttk.Treeview.exists() now always correctly works.
* ttk.Treeview.index() now always returns int.
* ttk.Treeview.tag_has() now always returns 0 or 1.
* And numerous other errors in methods which returns a tuple, list or dict.
* Fixed ttk tests for wantobjects is False.
2014-01-07 19:30:36 +02:00
..
test Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. 2014-01-07 19:30:36 +02:00
__init__.py Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. 2014-01-07 19:30:36 +02:00
__main__.py
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py Replace os.error with OSError in tkinter and IDLE 2012-12-17 19:51:15 +02:00
font.py
messagebox.py
scrolledtext.py
simpledialog.py
tix.py Issue #19020: Tkinter now uses splitlist() instead of split() in configure 2013-12-25 16:35:38 +02:00
ttk.py Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. 2014-01-07 19:27:42 +02:00