cpython/Lib/tkinter
Serhiy Storchaka 66106626ed Issue #22236: Tkinter tests now don't reuse default root window. New root
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.
2014-08-24 09:10:58 +03:00
..
test Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:10:58 +03:00
__init__.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:10:58 +03: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 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. 2014-08-17 15:31:59 +03:00
messagebox.py
scrolledtext.py
simpledialog.py
tix.py Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
ttk.py Added missed calls of splitlist(). 2014-06-01 11:21:55 +03:00