Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | 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 |