summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/terminalcommand.py
Commit message (Collapse)AuthorAgeFilesLines
* fix test_py3kwarnsBenjamin Peterson2008-07-141-1/+1
| | | | The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
* Add warnings to and deprecated all those Mac modulesBenjamin Peterson2008-05-121-0/+3
|
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-021-1/+1
| | | | This fixes both Python Launchar and the terminalcommand module.
* some old changes to this unused moduleJust van Rossum2003-06-211-13/+6
|
* module to run commands in a Terminal.app windowJust van Rossum2003-01-041-0/+54