History log of /external/python/cpython2/Demo/tkinter/guido/rmt.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
74bbc79d10862727c9126f4f8d8868c021a389e4 18-Jul-2008 Georg Brandl <georg@python.org> Replace all map(None, a) with list(a).
/external/python/cpython2/Demo/tkinter/guido/rmt.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Demo/tkinter/guido/rmt.py
f06ee5fa072931fc807527535c91a46c149a6746 27-Nov-1996 Guido van Rossum <guido@python.org> /usr/local/bin/python -> /usr/bin/env python
/external/python/cpython2/Demo/tkinter/guido/rmt.py
4dd0bf92e613433cdd7806d46002a9bfe5e53fda 23-Jul-1996 Fred Drake <fdrake@acm.org> (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword
arguments and explicit calls to .pack() are used; no more dictionaries
are being passed to Tkinter constructors. Otherwise, the example is
unchanged. (The app isn't implemented as a Python object.)
/external/python/cpython2/Demo/tkinter/guido/rmt.py
4450bab75005f254ff78ac3c21a33aa203db4394 11-Oct-1994 Guido van Rossum <guido@python.org> update pathnames
/external/python/cpython2/Demo/tkinter/guido/rmt.py
74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b 13-Jul-1994 Guido van Rossum <guido@python.org> Added comment about need of OO style
/external/python/cpython2/Demo/tkinter/guido/rmt.py
df09691e7cfa9e0354b2be3d0b28a2c0ad2deb64 20-Jun-1994 Guido van Rossum <guido@python.org> Adapt to new Tkinter.py
/external/python/cpython2/Demo/tkinter/guido/rmt.py
1846882254324ac5eb0a96df493c7ab1eabd866e 20-Jun-1994 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Demo/tkinter/guido/rmt.py