]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tkinter rename, step 2: fix imports and add stub modules.
authorGeorg Brandl <georg@python.org>
Fri, 16 May 2008 15:48:15 +0000 (15:48 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 May 2008 15:48:15 +0000 (15:48 +0000)
commitad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32
tree40cd28e4b9d339d38ac00792f37948fdef291cbf
parentbbc57d73a0f0d1476d9c23b920ecc1ef8212a554
Tkinter rename, step 2: fix imports and add stub modules.
53 files changed:
Lib/idlelib/AutoCompleteWindow.py
Lib/idlelib/CallTipWindow.py
Lib/idlelib/CodeContext.py
Lib/idlelib/ColorDelegator.py
Lib/idlelib/Debugger.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/FileList.py
Lib/idlelib/GrepDialog.py
Lib/idlelib/IOBinding.py
Lib/idlelib/MultiCall.py
Lib/idlelib/MultiStatusBar.py
Lib/idlelib/ObjectBrowser.py
Lib/idlelib/OutputWindow.py
Lib/idlelib/Percolator.py
Lib/idlelib/PyShell.py
Lib/idlelib/ReplaceDialog.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/ScrolledList.py
Lib/idlelib/SearchDialog.py
Lib/idlelib/SearchDialogBase.py
Lib/idlelib/SearchEngine.py
Lib/idlelib/StackViewer.py
Lib/idlelib/ToolTip.py
Lib/idlelib/TreeWidget.py
Lib/idlelib/UndoDelegator.py
Lib/idlelib/WidgetRedirector.py
Lib/idlelib/WindowList.py
Lib/idlelib/aboutDialog.py
Lib/idlelib/configDialog.py
Lib/idlelib/configHelpSourceEdit.py
Lib/idlelib/configSectionNameDialog.py
Lib/idlelib/dynOptionMenuWidget.py
Lib/idlelib/keybindingDialog.py
Lib/idlelib/macosxSupport.py
Lib/idlelib/run.py
Lib/idlelib/tabbedpages.py
Lib/idlelib/textView.py
Lib/lib-tk/Canvas.py
Lib/lib-tk/FileDialog.py [new file with mode: 0644]
Lib/lib-tk/FixTk.py [new file with mode: 0644]
Lib/lib-tk/ScrolledText.py [new file with mode: 0644]
Lib/lib-tk/SimpleDialog.py [new file with mode: 0644]
Lib/lib-tk/Tix.py [new file with mode: 0644]
Lib/lib-tk/Tkconstants.py [new file with mode: 0644]
Lib/lib-tk/Tkdnd.py [new file with mode: 0644]
Lib/lib-tk/Tkinter.py [new file with mode: 0644]
Lib/lib-tk/tkColorChooser.py [new file with mode: 0644]
Lib/lib-tk/tkCommonDialog.py [new file with mode: 0644]
Lib/lib-tk/tkFont.py [new file with mode: 0644]
Lib/lib-tk/tkMessageBox.py [new file with mode: 0644]
Lib/lib-tk/turtle.py [new file with mode: 0644]
Lib/pydoc.py
Lib/test/test_py3kwarn.py