Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add text to Mac/README to warn about non-universal libraries when | Ronald Oussoren | 2010-01-17 | 1 | -0/+19 |
| | | | | building a universal Python. Based on issue7679. | ||||
* | Issue #6834: replace the implementation for the 'python' and 'pythonw' ↵ | Ronald Oussoren | 2009-12-24 | 1 | -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 options | Ronald Oussoren | 2009-09-29 | 1 | -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 Oussoren | 2006-09-07 | 1 | -12/+8 |
| | |||||
* | Move Mac/OSX/* one level up | Ronald Oussoren | 2006-06-07 | 1 | -0/+167 |
| | |||||
* | Were copied to Relnotes-1.[12] long ago... | Jack Jansen | 1996-03-18 | 1 | -169/+0 |
| | |||||
* | different MPW notes | Guido van Rossum | 1995-02-18 | 1 | -35/+12 |
| | |||||
* | adapted to 1.2 | Guido van Rossum | 1995-02-13 | 1 | -19/+39 |
| | |||||
* | Added some files, reformatted some paragraphs. | Guido van Rossum | 1994-09-16 | 1 | -9/+9 |
| | |||||
* | Restructured MPW notes | Guido van Rossum | 1994-08-29 | 1 | -11/+23 |
| | |||||
* | Intermediate version of changes after porting to MPW 3.2 | Guido van Rossum | 1994-08-26 | 1 | -23/+23 |
| | |||||
* | Some more changes | Guido van Rossum | 1994-08-23 | 1 | -5/+3 |
| | |||||
* | Description of how to build Python for the Mac. | Guido van Rossum | 1994-08-20 | 1 | -0/+162 |