Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -34/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | Work a bit more on tkinter demos. | Georg Brandl | 2010-10-26 | 1 | -5/+9 |
| | |||||
* | Merged revisions 78779 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -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 Winter | 2007-07-17 | 1 | -2/+2 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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 references | Neal Norwitz | 2006-03-17 | 1 | -1/+4 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -16/+16 |
| | |||||
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 1 | -3/+3 |
| | |||||
* | use $DISPLAY | Guido van Rossum | 1995-09-07 | 1 | -1/+2 |
| | |||||
* | Moved tk.record() to record whole commands instead of lines | Guido van Rossum | 1994-06-20 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 1 | -0/+26 |