Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 28 | -43/+43 |
| | | | | lingering print statements. | ||||
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 34 | -862/+836 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 2 | -2/+2 |
| | | | | From SF patch #852334. | ||||
* | This demo imported some private code from Matt. Make it cripple along. | Guido van Rossum | 1999-04-08 | 1 | -3/+10 |
| | |||||
* | Change bind() to tag_bind() so it works again. | Guido van Rossum | 1997-09-24 | 1 | -2/+2 |
| | |||||
* | Pass self as master to Entry() widget constructor. | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | update -- Undo is now entry 1 | Guido van Rossum | 1996-08-21 | 1 | -2/+3 |
| | |||||
* | Updated for Python 1.4 | Guido van Rossum | 1996-07-30 | 33 | -581/+445 |
| | |||||
* | Fix typos (need to use tag_bind, not bind). | Guido van Rossum | 1996-05-24 | 1 | -3/+2 |
| | |||||
* | fix for 4.0 | Guido van Rossum | 1995-10-08 | 1 | -2/+2 |
| | |||||
* | new example that Matt posted to comp.lang.python | Guido van Rossum | 1995-02-13 | 1 | -0/+118 |
| | |||||
* | menu-simple.py: fixed lay-out | Guido van Rossum | 1995-01-10 | 2 | -2/+45 |
| | | | | bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier | ||||
* | Matt's examples | Guido van Rossum | 1994-10-07 | 33 | -0/+1876 |