summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/kill.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-96/+0
| | | | demo to Tools, and remove all the other Demo content.
* Fix-up some tkinter demos.Georg Brandl2010-08-021-4/+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.
* Remove apply()Neal Norwitz2006-03-171-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-85/+84
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Updated for Python 1.4Guido van Rossum1996-07-301-62/+41
|
* Micro portability changesGuido van Rossum1994-10-061-1/+1
|
* * kill.py: Don't use the exec Tcl command.Guido van Rossum1994-07-061-6/+7
|
* Initial revisionGuido van Rossum1994-06-271-0/+119