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-06-11 05:39:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f7cd05d7af1440464d2df62f2c7755b6dc76db99
cpython
/
Lib
/
tkinter
T
History
Andrew Svetlov
a191959849
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
...
Patch by Serhiy Storchaka.
2012-12-18 21:27:16 +02:00
..
test
…
__init__.py
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:27:16 +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
…
ttk.py
…