]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk)
authorGuido van Rossum <guido@python.org>
Wed, 6 Jul 1994 09:23:20 +0000 (09:23 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Jul 1994 09:23:20 +0000 (09:23 +0000)
commit2dcf529b55ea6302ebecfa8b4f02260183ef31e3
tree4dcbbbbaf4caad67afef16e5b62909ba5d713271
parentcd3c0425e11bfb8ae32d4ba1257470f69496f6df
Tue Jul  5 13:22:45 1994    (lumholt@login.dkuug.dk)

* Setup.in: moreButtons Tk extension support (again).

* mklibapp: $1 is now the path to the Tk extension source
directory.  The default is /usr/local/src/tcl.

* kill.py: Don't use the exec Tcl command.

* Tkinter.py
(Misc.bind_all): Bug fix; extra graves.
(Misc.tk_strictMotif): Return the value.
(mainloop, getint, getdouble, getboolean): New functions.
(_cnfmerge): Flatten cnfs.

Wed Jun 29 22:01:17 1994  Steen Lumholt  (lumholt@login.dkuug.dk)

* Tkinter.py:
(Tk.destroy): master is always None; so don't del.  Found by
Tommy Burnette, solution from Guido van Rossum.
(Misc.selection_get): Missing return.  Found by Richard Neitzel.
(Misc._options, Widget.config, Canvas._create):  If cnf is a tuple
or list then merge the contents.  Suggested by Matthew Conway.
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py