summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-2/+2
|
* Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.Ned Deily2014-11-151-0/+69
|
* Issue #16256: OS X installer now sets correct permissions for doc directory.Ned Deily2013-02-011-1/+1
|
* Issue #14018: Backport OS X installer updates from 3.3.Ned Deily2013-01-292-11/+12
|
* Merged revisions 88475 via svnmerge fromNed Deily2011-02-211-1/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88475 | ned.deily | 2011-02-21 12:44:27 -0800 (Mon, 21 Feb 2011) | 3 lines Issue #11268: Prevent Mac OS X Installer failure if Documentation package had previously been installed. ........
* Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-5/+26
| | | | OS X installers now includes a link to the installed documentation.
* Merged revisions 85059 via svnmerge fromRonald Oussoren2010-09-281-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. ........
* Don't use the '==' operator with test, that's an unportable bash-ism.Ronald Oussoren2009-11-191-2/+2
| | | | (Issue 7179)
* * Make it easier to build custom installers (such as a 3-way universal build)Ronald Oussoren2009-09-201-10/+0
| | | | * Upgrade bzip dependency to 1.0.5
* For for issue 6934: failures in postflight script in OSX installerRonald Oussoren2009-09-201-6/+5
|
* Remove some traces of 'MacPython'Ronald Oussoren2009-05-191-2/+2
|
* Fix issue 5224.Ronald Oussoren2009-03-041-2/+2
|
* we're in 2.7 nowBenjamin Peterson2008-10-021-1/+1
|
* 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.
* 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 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.
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-073-0/+116