summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22471: Avoid Python Launcher.app install problems by removingNed Deily2014-09-231-2/+0
| | | | vestigial Makefile step.
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-165-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.
* Update copyright dates in Mac plists.Ned Deily2014-01-011-1/+1
|
* Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-101/+83
| | | | | 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.
* Update copyright dates in Mac plists.Ned Deily2013-01-011-1/+1
|
* Update copyright dates in Mac plists.Ned Deily2012-01-011-1/+1
|
* Merged revisions 87791 via svnmerge fromGeorg Brandl2011-01-091-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87791 | georg.brandl | 2011-01-06 11:05:26 +0100 (Do, 06 Jan 2011) | 1 line #10844: update copyright years in Mac plists. ........
* Fix for issue #3646: with this patch it is possible to do aRonald Oussoren2010-04-301-1/+1
| | | | | | | | | | | | framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway).
* The PythonLauncher change is needed dueRonald Oussoren2010-04-201-1/+1
| | | | | | | | | to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets.
* Remove usage of the deprecated '-cString' and '+stringWithCString:' API'sRonald Oussoren2009-03-301-2/+2
| | | | in PythonLauncher, replacing them with the correct counterparts.
* Fix for issue 3433Ronald Oussoren2009-01-021-1/+1
|
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-022-102/+43
| | | | This fixes both Python Launchar and the terminalcommand module.
* Finish fix for issue2573, previous patch was incomplete.Ronald Oussoren2008-05-021-1/+2
|
* Fix for bug #1570284Ronald Oussoren2006-10-081-3/+3
|
* This fixes bug #1527397: PythonLauncher runs scripts with the wrong workingRonald Oussoren2006-08-011-3/+18
| | | | | directory. It also fixes a bug where PythonLauncher failed to launch scripts when the scriptname (or the path to the script) contains quotes.
* - Patch the correct version of python in the Info.plists at build time, insteadRonald Oussoren2006-06-072-5/+8
| | | | | of relying on a maintainer to update them before releases. - Remove the now empty Mac/OSX directory
* Move Mac/OSX/PythonLauncher one level upRonald Oussoren2006-06-0724-0/+1372