summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/svkill.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-124/+0
| | | | demo to Tools, and remove all the other Demo content.
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-6/+2
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
|
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-261-2/+2
| | | | | | | | | | functions have been added to the subprocess module. The fixer for this still needs to be written and proper Py3K deprecation warnings for the functions that didn't make the transition need to be done in 2.6. This is all part of trying to close issue #2872.
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-1/+1
| | | | lingering print statements.
* Remove apply()Neal Norwitz2006-03-171-2/+2
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-108/+108
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Updated for Python 1.4Guido van Rossum1996-07-301-64/+43
|
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
|
* update pathnamesGuido van Rossum1994-10-111-1/+2
|
* Use guido's PythonGuido van Rossum1994-07-081-1/+1
|
* Initial revisionGuido van Rossum1994-07-081-0/+144