summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace changes to make the source more compliant with PEP8 (SF#1589070)Ronald Oussoren2006-11-071-13/+13
|
* Fix a number of typos in strings and comments (sf#1589070)Ronald Oussoren2006-11-071-13/+12
|
* Whitespace normalization.Tim Peters2006-10-181-1/+1
|
* MacOSX: fix permission problem in the generated installerRonald Oussoren2006-10-101-1/+10
|
* MacOSX: add more logic to recognize the correct startup file to patch to theRonald Oussoren2006-10-081-7/+14
| | | | shell profile patching post-install script.
* Add version number to the link to the python documentation inRonald Oussoren2006-10-081-2/+1
| | | | | /Developer/Documentation/Python, better for users that install multiple versions of python.
* Port of revision 51902 in release25-maint to the trunkRonald Oussoren2006-09-171-0/+1
|
* Updated documentation for the script that builds the OSX installer.Ronald Oussoren2006-08-021-6/+38
|
* Make sure the postinstall action that optionally updates the user's profileRonald Oussoren2006-08-011-5/+23
| | | | on MacOS X actually works correctly in all cases.
* Use staticly build copies of zlib and bzip2 to build the OSX installer, thatRonald Oussoren2006-06-271-40/+63
| | | | | | | | | way the resulting binaries have a better change of running on 10.3. This patch also updates the search logic for sleepycat db3/4, without this patch you cannot use a sleepycat build with a non-standard prefix; with this you can (at least on OSX) if you add the prefix to CPPFLAGS/LDFLAGS at configure-time. This change is needed to build the binary installer for OSX.
* Use a path without a double slash to compile the .py files after installationRonald Oussoren2006-06-251-1/+1
| | | | (macosx, binary installer). This fixes bug #1508369 for python 2.5.
* MacOSX: Add a message to the first screen of the installer that tellsRonald Oussoren2006-06-221-2/+5
| | | | users how to avoid updates to their shell profile.
* - Change fixapplepython23.py to ensure that it will run with /usr/bin/pythonRonald Oussoren2006-06-111-5/+12
| | | | | on intel macs. - Fix some minor problems in the installer for OSX
* Whitespace normalization.Tim Peters2006-06-071-1/+1
|
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-079-0/+1261