]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Initial revision
authorGuido van Rossum <guido@python.org>
Mon, 20 Jun 1994 07:49:28 +0000 (07:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Jun 1994 07:49:28 +0000 (07:49 +0000)
commit1846882254324ac5eb0a96df493c7ab1eabd866e
tree2d50f13c58392240f474855bfe348a166add7b92
parent7ce61c13882dd79737eda97ae78aa81832f96aba
Initial revision
13 files changed:
Demo/tkinter/guido/MimeViewer.py [new file with mode: 0755]
Demo/tkinter/guido/dialog.py [new file with mode: 0755]
Demo/tkinter/guido/mbox.py [new file with mode: 0755]
Demo/tkinter/guido/rmt.py [new file with mode: 0755]
Demo/tkinter/guido/tst.py [new file with mode: 0755]
Demo/tkinter/guido/wish.py [new file with mode: 0755]
Lib/lib-tk/Canvas.py [new file with mode: 0644]
Lib/lib-tk/ScrolledText.py [new file with mode: 0644]
Lib/lib-tk/Tkinter.py [new file with mode: 0644]
Lib/tkinter/Canvas.py [new file with mode: 0755]
Lib/tkinter/ScrolledText.py [new file with mode: 0755]
Lib/tkinter/Tkinter.py [new file with mode: 0755]
Modules/_tkinter.c [new file with mode: 0644]