summaryrefslogtreecommitdiffstats
path: root/Mac/README
Commit message (Collapse)AuthorAgeFilesLines
* Add notes about uninstalling a framework install toRonald Oussoren2010-04-301-1/+21
| | | | Mac/README. Fixes issue 7107.
* Fix for issue #3646: with this patch it is possible to do aRonald Oussoren2010-04-301-1/+12
| | | | | | | | | | | | 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).
* Add text to Mac/README to warn about non-universal libraries whenRonald Oussoren2010-01-171-0/+19
| | | | building a universal Python. Based on issue7679.
* Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵Ronald Oussoren2009-12-241-3/+22
| | | | | | | | | | | | | | | | | executables on OSX. The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
* * Update the Mac/README file. Add the list of OSX-specific configure optionsRonald Oussoren2009-09-291-14/+69
| | | | | | | | | to that README file with some explanation. * Be more strict in the configure script: complain loudly when the user has specified invalid combinations of OSX-specific configure arguments. The error message refers to the Mac/README file for more information.
* Fix a glaring error and update some version numbers.Ronald Oussoren2006-09-071-12/+8
|
* Move Mac/OSX/* one level upRonald Oussoren2006-06-071-0/+167
|
* Were copied to Relnotes-1.[12] long ago...Jack Jansen1996-03-181-169/+0
|
* different MPW notesGuido van Rossum1995-02-181-35/+12
|
* adapted to 1.2Guido van Rossum1995-02-131-19/+39
|
* Added some files, reformatted some paragraphs.Guido van Rossum1994-09-161-9/+9
|
* Restructured MPW notesGuido van Rossum1994-08-291-11/+23
|
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-261-23/+23
|
* Some more changesGuido van Rossum1994-08-231-5/+3
|
* Description of how to build Python for the Mac.Guido van Rossum1994-08-201-0/+162