| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build against system Tcl framework. | Martin v. Löwis | 2008-12-19 | 1 | -7/+0 |
| | | |||||
| * | In the OSX installer, update SQLite to 3.6.7, and change bsddb URL. | Martin v. Löwis | 2008-12-17 | 1 | -4/+4 |
| | | |||||
| * | A quick fix that removes a spurious unittest failure when users | Ronald Oussoren | 2008-02-19 | 1 | -0/+10 |
| | | | | | | | | upgrade their python2.5 install and then run Python's test suite. This is needed because one of the test files for the decimal module changed it name (see issue 2114) and OSX doesn't feature a full package manager. | ||||
| * | Mac Buildscript: | Ronald Oussoren | 2007-07-26 | 1 | -10/+40 |
| | | | | | | - be more strict about the build environment - update some 3th party libraries | ||||
| * | backport of revision 52644 | Ronald Oussoren | 2006-11-07 | 1 | -13/+12 |
| | | |||||
| * | Macosx: fix permission problem in generated installer | Ronald Oussoren | 2006-10-10 | 1 | -1/+7 |
| | | |||||
| * | Backport of r52238 | Ronald Oussoren | 2006-10-08 | 1 | -7/+14 |
| | | |||||
| * | Backport of r52227. | Ronald Oussoren | 2006-10-08 | 1 | -2/+1 |
| | | |||||
| * | Workaround for bug #1558983 | Ronald Oussoren | 2006-09-17 | 1 | -0/+4 |
| | | | | | | | | | There is an issue with custom icons on directories in the 2.5c2 installer, don't set a custom icon on "/Applications/MacPython 2.5" for now. Also make sure that the installer doesn't crap out when the Makefile in the system's python installation has other customizations than we expect. | ||||
| * | Updated documentation for the script that builds the OSX installer. | Ronald Oussoren | 2006-08-02 | 1 | -6/+38 |
| | | |||||
| * | Make sure the postinstall action that optionally updates the user's profile | Ronald Oussoren | 2006-08-01 | 1 | -5/+23 |
| | | | | | on MacOS X actually works correctly in all cases. | ||||
| * | Use staticly build copies of zlib and bzip2 to build the OSX installer, that | Ronald Oussoren | 2006-06-27 | 1 | -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 installation | Ronald Oussoren | 2006-06-25 | 1 | -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 tells | Ronald Oussoren | 2006-06-22 | 1 | -2/+5 |
| | | | | | users how to avoid updates to their shell profile. | ||||
| * | - Change fixapplepython23.py to ensure that it will run with /usr/bin/python | Ronald Oussoren | 2006-06-11 | 1 | -5/+12 |
| | | | | | | on intel macs. - Fix some minor problems in the installer for OSX | ||||
| * | Whitespace normalization. | Tim Peters | 2006-06-07 | 1 | -1/+1 |
| | | |||||
| * | mv Mac/OSX/BuildScript one level up | Ronald Oussoren | 2006-06-07 | 9 | -0/+1261 |
