summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher/MyDocument.m
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.
* Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-071-12/+8
| | | | | This changeset fixes a number of compiler warnings in the Python Launcher binary for OSX. It also cleans up whitespace usage in those sources.
* Issue #12990: The "Python Launcher" on OSX could not launch python scripts ↵Ronald Oussoren2013-07-061-1/+1
| | | | that have paths that include wide characters.
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-021-2/+2
| | | | This fixes both Python Launchar and the terminalcommand module.
* Move Mac/OSX/PythonLauncher one level upRonald Oussoren2006-06-071-0/+175