]> granicus.if.org Git - python/commit
Updated for Python 1.4
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 18:57:18 +0000 (18:57 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 18:57:18 +0000 (18:57 +0000)
commit89cb67bb642ee958d9f095728c99e943e994ca54
tree24f176f21636ab7b3a5cd1cec9948b4e3a1315ff
parentc30e95f4b0fa266df678fe4e307ff6c19a3f9e73
Updated for Python 1.4
43 files changed:
Demo/tkinter/guido/AttrDialog.py
Demo/tkinter/guido/ManPage.py
Demo/tkinter/guido/ShellWindow.py
Demo/tkinter/guido/dialog.py
Demo/tkinter/guido/electrons.py
Demo/tkinter/guido/hanoi.py
Demo/tkinter/guido/kill.py
Demo/tkinter/guido/listtree.py
Demo/tkinter/guido/svkill.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-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