summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/matt
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-1728-43/+43
| | | | lingering print statements.
* Remove apply()Neal Norwitz2006-03-171-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1834-862/+836
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-122-2/+2
| | | | From SF patch #852334.
* This demo imported some private code from Matt. Make it cripple along.Guido van Rossum1999-04-081-3/+10
|
* Change bind() to tag_bind() so it works again.Guido van Rossum1997-09-241-2/+2
|
* Pass self as master to Entry() widget constructor.Guido van Rossum1996-11-271-1/+1
|
* update -- Undo is now entry 1Guido van Rossum1996-08-211-2/+3
|
* Updated for Python 1.4Guido van Rossum1996-07-3033-581/+445
|
* Fix typos (need to use tag_bind, not bind).Guido van Rossum1996-05-241-3/+2
|
* fix for 4.0Guido van Rossum1995-10-081-2/+2
|
* new example that Matt posted to comp.lang.pythonGuido van Rossum1995-02-131-0/+118
|
* menu-simple.py: fixed lay-outGuido van Rossum1995-01-102-2/+45
| | | | bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
* Matt's examplesGuido van Rossum1994-10-0733-0/+1876