summaryrefslogtreecommitdiff
path: root/Demo/tkinter/matt/entry-with-shared-variable.py
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-301-45/+0
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-2/+1
* 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 lin...Collin Winter2007-07-171-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-32/+31
* Pass self as master to Entry() widget constructor.Guido van Rossum1996-11-271-1/+1
* Updated for Python 1.4Guido van Rossum1996-07-301-3/+3
* Matt's examplesGuido van Rossum1994-10-071-0/+47