summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/solitaire.py
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-301-626/+0
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-33/+22
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-2/+2
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-289/+289
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* A different winning animation.Guido van Rossum1996-12-301-6/+8
* Actually, *this* fixes the last bug.Guido van Rossum1996-12-301-2/+7
* Considerably restructured. This fixes the one remaining bug.Guido van Rossum1996-12-301-319/+322
* Solitaire game, like the one that comes with Windows.Guido van Rossum1996-12-291-0/+627