This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-14 16:38:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
accd1c040f472f613cdac8fbf78e75794819acfc
cpython
/
Lib
/
tkinter
T
History
Victor Stinner
270fe40831
test_tkinter: use a context manager to close directly the pipe
...
Patch written by Nadeem Vawda
2011-01-03 14:30:43 +00:00
..
test
test_tkinter: use a context manager to close directly the pipe
2011-01-03 14:30:43 +00:00
__init__.py
Issue
#6878
: Fixed return type of tkinter methods documented to return lists.
2010-11-22 19:40:51 +00:00
__main__.py
…
_fix.py
…
colorchooser.py
…
commondialog.py
…
constants.py
…
dialog.py
…
dnd.py
…
filedialog.py
…
font.py
…
messagebox.py
…
scrolledtext.py
#10768
: fix ScrolledText widget construction, and make the example work from the interactive shell.
2010-12-28 10:56:20 +00:00
simpledialog.py
…
tix.py
Issue
#6878
: Fixed return type of tkinter methods documented to return lists.
2010-11-22 19:40:51 +00:00
ttk.py
…