Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a lot of Tkinter imports | Benjamin Peterson | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -1/+1 |
| | | | | lingering print statements. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -57/+57 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword | Fred Drake | 1996-07-23 | 1 | -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 pathnames | Guido van Rossum | 1994-10-11 | 1 | -1/+1 |
| | |||||
* | Added comment about need of OO style | Guido van Rossum | 1994-07-13 | 1 | -0/+2 |
| | |||||
* | Adapt to new Tkinter.py | Guido van Rossum | 1994-06-20 | 1 | -27/+32 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 1 | -0/+152 |