summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/dialog.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-108/+0
| | | | demo to Tools, and remove all the other Demo content.
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-2/+1
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+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 ↵Collin Winter2007-07-171-2/+2
| | | | lingering print statements.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-34/+34
|
* Typo discovered by Case Roole.Guido van Rossum1997-10-071-1/+1
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Updated for Python 1.4Guido van Rossum1996-07-301-39/+30
|
* update pathnamesGuido van Rossum1994-10-111-1/+1
|
* Adapted to new Tkinter.py.Guido van Rossum1994-06-201-13/+12
|
* Initial revisionGuido van Rossum1994-06-201-0/+119