summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/wish.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-34/+0
| | | | demo to Tools, and remove all the other Demo content.
* Work a bit more on tkinter demos.Georg Brandl2010-10-261-5/+9
|
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-2/+2
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-1/+4
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-16/+16
|
* Renamed module tkinter to _tkinterJack Jansen1995-10-231-3/+3
|
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
|
* Moved tk.record() to record whole commands instead of linesGuido van Rossum1994-06-201-1/+1
|
* Initial revisionGuido van Rossum1994-06-201-0/+26