summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Merged revisions 88004,88006,88235 via svnmerge fromNed Deily2011-01-301-51/+99
* Merged revisions 85742 via svnmerge fromRonald Oussoren2010-10-201-1/+1
* Fix for issue 9275: the OSX installer no longer installs links in /usr/localRonald Oussoren2010-07-231-1/+1
* Fix for issue 8476Ronald Oussoren2010-04-301-4/+5
* Issue #8475: Pass absolute interpreter path toMartin v. Löwis2010-04-221-1/+1
* Explicitly set system default for $PATH toRonald Oussoren2010-04-201-0/+3
* Add check to build-installer.py to ensure thatRonald Oussoren2010-04-181-0/+51
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* An update to the script that's used to build the binary installer: don't inst...Ronald Oussoren2009-12-241-1/+7
* Fix for issue6957: ensure that the OSX installerRonald Oussoren2009-09-291-13/+35
* * Make it easier to build custom installers (such as a 3-way universal build)Ronald Oussoren2009-09-201-172/+200
* Minor update to OSX build-installer script, neededRonald Oussoren2009-03-311-0/+11
* Fix for issue 13095Ronald Oussoren2009-03-301-0/+6
* * Set a custom icon on the Python installer DMGRonald Oussoren2009-03-301-127/+178
* * Updates installed dependencies to latest releaases (bzip, zlib, ...)Ronald Oussoren2009-03-301-111/+39
* Fix issue 5224.Ronald Oussoren2009-03-041-2/+1
* revert unrelated change to installer scriptBenjamin Peterson2008-12-091-1/+1
* specify how things are copiedBenjamin Peterson2008-12-091-1/+1
* update the mac installer scriptBenjamin Peterson2008-10-031-9/+11
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-021-1/+1
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-2/+2
* 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
* Port of revision 51902 in release25-maint to the trunkRonald Oussoren2006-09-171-0/+1
* Use staticly build copies of zlib and bzip2 to build the OSX installer, thatRonald Oussoren2006-06-271-40/+63
* - Change fixapplepython23.py to ensure that it will run with /usr/bin/pythonRonald Oussoren2006-06-111-5/+12
* Whitespace normalization.Tim Peters2006-06-071-1/+1
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-071-0/+1028