summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/rmt.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace all map(None, a) with list(a).Georg Brandl2008-07-181-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-57/+57
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* (rmt.py): Updated to "modern" python coding conventions, somewhat. KeywordFred Drake1996-07-231-21/+21
| | | | | | 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.)
* update pathnamesGuido van Rossum1994-10-111-1/+1
|
* Added comment about need of OO styleGuido van Rossum1994-07-131-0/+2
|
* Adapt to new Tkinter.pyGuido van Rossum1994-06-201-27/+32
|
* Initial revisionGuido van Rossum1994-06-201-0/+152