]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68309 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Jan 2009 19:01:19 +0000 (19:01 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Jan 2009 19:01:19 +0000 (19:01 +0000)
commit212730f36d950e107f4527d3b065a4d998b69372
treec6540771bd2884bf6a6b3563be41cd423b8fbd60
parent08af134184de1ce79b82f00fc38a767360f2fd93
Merged revisions 68309 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68309 | benjamin.peterson | 2009-01-04 12:53:28 -0600 (Sun, 04 Jan 2009) | 1 line

  fix a lot of Tkinter imports
........
76 files changed:
Demo/tix/grid.py
Demo/tix/samples/Balloon.py
Demo/tix/samples/BtnBox.py
Demo/tix/samples/CmpImg.py
Demo/tix/samples/ComboBox.py
Demo/tix/samples/Control.py
Demo/tix/samples/DirList.py
Demo/tix/samples/DirTree.py
Demo/tix/samples/NoteBook.py
Demo/tix/samples/OptMenu.py
Demo/tix/samples/PanedWin.py
Demo/tix/samples/PopMenu.py
Demo/tix/samples/SHList1.py
Demo/tix/samples/SHList2.py
Demo/tix/samples/Tree.py
Demo/tix/tixwidgets.py
Demo/tkinter/guido/AttrDialog.py
Demo/tkinter/guido/ManPage.py
Demo/tkinter/guido/MimeViewer.py
Demo/tkinter/guido/ShellWindow.py
Demo/tkinter/guido/brownian.py
Demo/tkinter/guido/brownian2.py
Demo/tkinter/guido/canvasevents.py
Demo/tkinter/guido/dialog.py
Demo/tkinter/guido/electrons.py
Demo/tkinter/guido/hanoi.py
Demo/tkinter/guido/hello.py
Demo/tkinter/guido/imagedraw.py
Demo/tkinter/guido/imageview.py
Demo/tkinter/guido/kill.py
Demo/tkinter/guido/listtree.py
Demo/tkinter/guido/mbox.py
Demo/tkinter/guido/newmenubardemo.py
Demo/tkinter/guido/optionmenu.py
Demo/tkinter/guido/paint.py
Demo/tkinter/guido/rmt.py
Demo/tkinter/guido/solitaire.py
Demo/tkinter/guido/sortvisu.py
Demo/tkinter/guido/ss1.py
Demo/tkinter/guido/svkill.py
Demo/tkinter/guido/switch.py
Demo/tkinter/guido/tkman.py
Demo/tkinter/matt/00-HELLO-WORLD.py
Demo/tkinter/matt/animation-simple.py
Demo/tkinter/matt/animation-w-velocity-ctrl.py
Demo/tkinter/matt/bind-w-mult-calls-p-type.py
Demo/tkinter/matt/canvas-demo-simple.py
Demo/tkinter/matt/canvas-gridding.py
Demo/tkinter/matt/canvas-moving-or-creating.py
Demo/tkinter/matt/canvas-moving-w-mouse.py
Demo/tkinter/matt/canvas-mult-item-sel.py
Demo/tkinter/matt/canvas-reading-tag-info.py
Demo/tkinter/matt/canvas-w-widget-draw-el.py
Demo/tkinter/matt/canvas-with-scrollbars.py
Demo/tkinter/matt/dialog-box.py
Demo/tkinter/matt/entry-simple.py
Demo/tkinter/matt/entry-with-shared-variable.py
Demo/tkinter/matt/killing-window-w-wm.py
Demo/tkinter/matt/menu-all-types-of-entries.py
Demo/tkinter/matt/menu-simple.py
Demo/tkinter/matt/not-what-you-might-think-1.py
Demo/tkinter/matt/not-what-you-might-think-2.py
Demo/tkinter/matt/packer-and-placer-together.py
Demo/tkinter/matt/packer-simple.py
Demo/tkinter/matt/placer-simple.py
Demo/tkinter/matt/pong-demo-1.py
Demo/tkinter/matt/printing-coords-of-items.py
Demo/tkinter/matt/radiobutton-simple.py
Demo/tkinter/matt/rubber-band-box-demo-1.py
Demo/tkinter/matt/rubber-line-demo-1.py
Demo/tkinter/matt/slider-demo-1.py
Demo/tkinter/matt/subclass-existing-widgets.py
Demo/tkinter/matt/two-radio-groups.py
Demo/tkinter/matt/window-creation-more.py
Demo/tkinter/matt/window-creation-simple.py
Demo/tkinter/matt/window-creation-w-location.py