This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Tkinter move, part 1: move modules.
Browse Source
...
This commit is contained in:
Georg Brandl
2008-05-17 18:28:57 +00:00
parent
094c4ffe59
commit
3302312383
14 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
Lib/lib-tk/Tkinter.py → Lib/tkinter/__init__.py
Unescape
Escape
View File
0
Lib/lib-tk/FixTk.py → Lib/tkinter/_fix.py
Unescape
Escape
View File
0
Lib/lib-tk/tkColorChooser.py → Lib/tkinter/colorchooser.py
Unescape
Escape
View File
0
Lib/lib-tk/tkCommonDialog.py → Lib/tkinter/commondialog.py
Unescape
Escape
View File
0
Lib/lib-tk/Tkconstants.py → Lib/tkinter/constants.py
Unescape
Escape
View File
0
Lib/lib-tk/Dialog.py → Lib/tkinter/dialog.py
Unescape
Escape
View File
0
Lib/lib-tk/Tkdnd.py → Lib/tkinter/dnd.py
Unescape
Escape
View File
0
Lib/lib-tk/FileDialog.py → Lib/tkinter/filedialog.py
Unescape
Escape
View File
0
Lib/lib-tk/tkFont.py → Lib/tkinter/font.py
Unescape
Escape
View File
0
Lib/lib-tk/tkMessageBox.py → Lib/tkinter/messagebox.py
Unescape
Escape
View File
0
Lib/lib-tk/ScrolledText.py → Lib/tkinter/scrolledtext.py
Unescape
Escape
View File
0
Lib/lib-tk/SimpleDialog.py → Lib/tkinter/simpledialog.py
Unescape
Escape
View File
0
Lib/lib-tk/Tix.py → Lib/tkinter/tix.py
Unescape
Escape
View File
0
Lib/lib-tk/turtle.py → Lib/tkinter/turtle.py
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
traverseda/cpython
Title
Body
Create Issue