summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/rmt.py
Commit message (Collapse)AuthorAgeFilesLines
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-1/+1
| | | | lingering print statements.
* 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