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-12 07:30:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ebf37a2ffbe001f0b84cf90c76c747ede9dfd036
cpython
/
Lib
/
tkinter
T
History
Andrew Svetlov
39f0037735
Issue
#802310
: Generate always unique tkinter font names if not directly passed
2012-04-03 09:48:07 +03:00
..
test
Issue
#1178863
: Separate initialisation from setting when initializing
2012-03-12 17:47:35 -07:00
__init__.py
issue
#3035
: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
2012-03-31 14:55:55 +03:00
__main__.py
…
_fix.py
…
colorchooser.py
…
commondialog.py
…
constants.py
…
dialog.py
…
dnd.py
…
filedialog.py
Remove redundant imports.
2011-11-04 08:29:17 +01:00
font.py
Issue
#802310
: Generate always unique tkinter font names if not directly passed
2012-04-03 09:48:07 +03:00
messagebox.py
…
scrolledtext.py
…
simpledialog.py
…
tix.py
Closes
#13258
: Use callable() built-in in the standard library.
2011-10-28 14:45:05 +02:00
ttk.py
…