summaryrefslogtreecommitdiffstats
path: root/Mac/README
Commit message (Collapse)AuthorAgeFilesLines
* Document changes to OS X installer configurations for 2.7.7.Ned Deily2014-05-171-82/+149
| | | | | | | | | | | | | | As of 2.7.8, the 32-bit-only installer will support OS X 10.5 and later systems as is currently done for Python 3.x installers. For 2.7.7 only, we will provide three installers: the legacy deprecated 10.3+ 32-bit-only format; the newer 10.5+ 32-bit-only format; and the unchanged 10.6+ 64-/32-bit format. Although binary installers will no longer be available from python.org as of 2.7.8, it will still be possible to build from source on 10.3.9 and 10.4 systems if necessary.
* Add references for Xcode and the Python Developer's GuideNed Deily2014-02-121-0/+7
| | | | to the internal Mac/README file.
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-301-3/+5
| | | | | OS X 10.8 systems because the Apple-deprecated QuickDraw headers have been removed from Xcode 4. Skip building it in this case.
* Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
| | | | found by Serhiy Storchaka and Matthew Barnett
* Issue #14346: Fix some typos in the Mac/README file.Ned Deily2012-03-171-5/+5
| | | | (Patch by Dionysios Kalofonos)
* 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