| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for issue #3646: with this patch it is possible to do a | Ronald Oussoren | 2010-04-30 | 1 | -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 due | Ronald Oussoren | 2010-04-20 | 1 | -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. | ||||
| * | Fix for issue 3433 | Ronald Oussoren | 2009-01-02 | 1 | -1/+1 |
| | | |||||
| * | Finish fix for issue2573, previous patch was incomplete. | Ronald Oussoren | 2008-05-02 | 1 | -1/+2 |
| | | |||||
| * | - Patch the correct version of python in the Info.plists at build time, instead | Ronald Oussoren | 2006-06-07 | 1 | -2/+5 |
| | | | | | | of relying on a maintainer to update them before releases. - Remove the now empty Mac/OSX directory | ||||
| * | Move Mac/OSX/PythonLauncher one level up | Ronald Oussoren | 2006-06-07 | 1 | -0/+78 |
