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 | -96/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | Fix-up some tkinter demos. | Georg Brandl | 2010-08-02 | 1 | -4/+2 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | fix a lot of Tkinter imports | Benjamin Peterson | 2009-01-04 | 1 | -1/+1 |
| | |||||
* | The commands module has been removed. The getoutput() and getstatusoutput() | Brett Cannon | 2008-05-26 | 1 | -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 Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -85/+84 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Updated for Python 1.4 | Guido van Rossum | 1996-07-30 | 1 | -62/+41 |
| | |||||
* | Micro portability changes | Guido van Rossum | 1994-10-06 | 1 | -1/+1 |
| | |||||
* | * kill.py: Don't use the exec Tcl command. | Guido van Rossum | 1994-07-06 | 1 | -6/+7 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-27 | 1 | -0/+119 |