This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-26 21:03:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
tkinter
History
Serhiy Storchaka
71cbffde61
gh-143754: Add Tkinter methods pack_content(), place_content() and grid_content() (GH-143845)
...
They use Tk commands with new name like "pack content instead of old "pack slaves".
2026-01-20 09:16:36 +02:00
..
__init__.py
gh-143754: Add Tkinter methods pack_content(), place_content() and grid_content() (GH-143845)
2026-01-20 09:16:36 +02:00
__main__.py
…
colorchooser.py
…
commondialog.py
…
constants.py
…
dialog.py
…
dnd.py
…
filedialog.py
…
font.py
…
messagebox.py
…
scrolledtext.py
…
simpledialog.py
gh-127930: use explicit imports in tkinter.simpledialog (
#127931
)
2025-12-14 12:38:42 +02:00
ttk.py
…