Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -2/+2 |
| | |||||
* | Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip. | Ned Deily | 2014-11-15 | 1 | -0/+69 |
| | |||||
* | Issue #16256: OS X installer now sets correct permissions for doc directory. | Ned Deily | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | Issue #14018: Backport OS X installer updates from 3.3. | Ned Deily | 2013-01-29 | 2 | -11/+12 |
| | |||||
* | Merged revisions 88475 via svnmerge from | Ned Deily | 2011-02-21 | 1 | -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 Mac | Ned Deily | 2011-02-07 | 1 | -5/+26 |
| | | | | OS X installers now includes a link to the installed documentation. | ||||
* | 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. ........ | ||||
* | Don't use the '==' operator with test, that's an unportable bash-ism. | Ronald Oussoren | 2009-11-19 | 1 | -2/+2 |
| | | | | (Issue 7179) | ||||
* | * Make it easier to build custom installers (such as a 3-way universal build) | Ronald Oussoren | 2009-09-20 | 1 | -10/+0 |
| | | | | * 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 | 1 | -2/+2 |
| | |||||
* | Fix issue 5224. | Ronald Oussoren | 2009-03-04 | 1 | -2/+2 |
| | |||||
* | we're in 2.7 now | Benjamin Peterson | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 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. | ||||
* | mv Mac/OSX/BuildScript one level up | Ronald Oussoren | 2006-06-07 | 3 | -0/+116 |