| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 85742 via svnmerge from | Ronald Oussoren | 2010-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85742 | ronald.oussoren | 2010-10-20 14:56:56 +0200 (Wed, 20 Oct 2010) | 8 lines Don't lie about the supported architectures in the OSX installer Without this patch the i386/x86_64 installer for OSX 10.6 lies in the ReadMe file and the "Important Information" screen of the installer (that is, the installer claims it supports the i386 and ppc architectures insetead of the ones it really supports) ........ | ||||
| * | Merged revisions 85059 via svnmerge from | Ronald Oussoren | 2010-09-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85059 | ronald.oussoren | 2010-09-28 15:57:58 +0200 (Tue, 28 Sep 2010) | 5 lines Add support for the ZSH shell to the "Update Shell Profile" script on MacOSX. Patch by Sylvain Mora, issue #9701. ........ | ||||
| * | Fix for issue 9275: the OSX installer no longer installs links in /usr/local | Ronald Oussoren | 2010-07-23 | 1 | -1/+1 |
| | | | | | This was an unintentional change to the 2.7 installer, and confuses users. | ||||
| * | Fix for issue 8476 | Ronald Oussoren | 2010-04-30 | 1 | -4/+5 |
| | | |||||
| * | Issue #8475: Pass absolute interpreter path to | Martin v. Löwis | 2010-04-22 | 1 | -1/+1 |
| | | | | | "make html". | ||||
| * | Explicitly set system default for $PATH to | Ronald Oussoren | 2010-04-20 | 1 | -0/+3 |
| | | | | | ensure we have a clean build environment (OSX installer) | ||||
| * | Add check to build-installer.py to ensure that | Ronald Oussoren | 2010-04-18 | 1 | -0/+51 |
| | | | | | | | the right version of Tcl/Tk is available (on OSX) Fixes issue #5651 | ||||
| * | normalize shebang lines to #!/usr/bin/env python | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | | |||||
| * | An update to the script that's used to build the binary installer: don't ↵ | Ronald Oussoren | 2009-12-24 | 1 | -1/+7 |
| | | | | | | | | | install files in /usr/local by default. Users can still choose to install files into /usr/local, but by default we'll only install files in /Library/Framework/Python.framework and /Applications/Python X.Y/ | ||||
| * | Don't use the '==' operator with test, that's an unportable bash-ism. | Ronald Oussoren | 2009-11-19 | 1 | -2/+2 |
| | | | | | (Issue 7179) | ||||
| * | Fix for issue6957: ensure that the OSX installer | Ronald Oussoren | 2009-09-29 | 1 | -13/+35 |
| | | | | | | installs a version of Python that can build extensions on OSX 10.6. | ||||
| * | * Make it easier to build custom installers (such as a 3-way universal build) | Ronald Oussoren | 2009-09-20 | 2 | -182/+200 |
| | | | | | * Upgrade bzip dependency to 1.0.5 | ||||
| * | For for issue 6934: failures in postflight script in OSX installer | Ronald Oussoren | 2009-09-20 | 1 | -6/+5 |
| | | |||||
| * | Remove some traces of 'MacPython' | Ronald Oussoren | 2009-05-19 | 3 | -10/+7 |
| | | |||||
| * | Minor update to OSX build-installer script, needed | Ronald Oussoren | 2009-03-31 | 1 | -0/+11 |
| | | | | | | to ensure that the build will succeed in a clean checkout and with a non-default deployment target. | ||||
| * | Fix for issue 13095 | Ronald Oussoren | 2009-03-30 | 1 | -0/+6 |
| | | |||||
| * | * Set a custom icon on the Python installer DMG | Ronald Oussoren | 2009-03-30 | 2 | -127/+189 |
| | | | | | | | | * Remove last traces of "MacPython" * Add options to build different flavors of the installer (still defaulting to a 2-way universal build that runs on OSX 10.3) | ||||
| * | * Updates installed dependencies to latest releaases (bzip, zlib, ...) | Ronald Oussoren | 2009-03-30 | 2 | -111/+65 |
| | | | | | | | * Changes code for updating folder icons from Python code that uses the deprecated Carbon module to a much simpler Cocoa program in Objective-C | ||||
| * | Fix for issue 5226. | Ronald Oussoren | 2009-03-04 | 2 | -9/+8 |
| | | |||||
| * | Fix issue 5224. | Ronald Oussoren | 2009-03-04 | 2 | -4/+3 |
| | | |||||
| * | revert unrelated change to installer script | Benjamin Peterson | 2008-12-09 | 1 | -1/+1 |
| | | |||||
| * | specify how things are copied | Benjamin Peterson | 2008-12-09 | 1 | -1/+1 |
| | | |||||
| * | update the mac installer script | Benjamin Peterson | 2008-10-03 | 1 | -9/+11 |
| | | |||||
| * | we're in 2.7 now | Benjamin Peterson | 2008-10-02 | 1 | -1/+1 |
| | | |||||
| * | Fix for issue #2573: Can't change the framework name on OS X builds | Ronald Oussoren | 2008-05-02 | 2 | -2/+2 |
| | | | | | | | | This introduces a new configure option: --with-framework-name=NAME (defaulting to 'Python'). This allows you to install several copies of the Python framework with different names (such as a normal build and a debug build). | ||||
| * | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -2/+2 |
| | | | | | Thanks to Wummel for the patch | ||||
| * | Whitespace changes to make the source more compliant with PEP8 (SF#1589070) | Ronald Oussoren | 2006-11-07 | 1 | -13/+13 |
| | | |||||
| * | Fix a number of typos in strings and comments (sf#1589070) | Ronald Oussoren | 2006-11-07 | 1 | -13/+12 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2006-10-18 | 1 | -1/+1 |
| | | |||||
| * | MacOSX: fix permission problem in the generated installer | Ronald Oussoren | 2006-10-10 | 1 | -1/+10 |
| | | |||||
| * | MacOSX: add more logic to recognize the correct startup file to patch to the | Ronald Oussoren | 2006-10-08 | 1 | -7/+14 |
| | | | | | shell profile patching post-install script. | ||||
| * | Add version number to the link to the python documentation in | Ronald Oussoren | 2006-10-08 | 1 | -2/+1 |
| | | | | | | /Developer/Documentation/Python, better for users that install multiple versions of python. | ||||
| * | Port of revision 51902 in release25-maint to the trunk | Ronald Oussoren | 2006-09-17 | 1 | -0/+1 |
| | | |||||
| * | 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 |
