summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix for issue 8476Ronald Oussoren2010-04-301-4/+5
|
* Issue #8475: Pass absolute interpreter path toMartin v. Löwis2010-04-221-1/+1
| | | | "make html".
* Explicitly set system default for $PATH toRonald Oussoren2010-04-201-0/+3
| | | | ensure we have a clean build environment (OSX installer)
* Add check to build-installer.py to ensure thatRonald Oussoren2010-04-181-0/+51
| | | | | | the right version of Tcl/Tk is available (on OSX) Fixes issue #5651
* 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 ↵Ronald Oussoren2009-12-241-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/
* Fix for issue6957: ensure that the OSX installerRonald Oussoren2009-09-291-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 Oussoren2009-09-201-172/+200
| | | | * Upgrade bzip dependency to 1.0.5
* Minor update to OSX build-installer script, neededRonald Oussoren2009-03-311-0/+11
| | | | | to ensure that the build will succeed in a clean checkout and with a non-default deployment target.
* Fix for issue 13095Ronald Oussoren2009-03-301-0/+6
|
* * Set a custom icon on the Python installer DMGRonald Oussoren2009-03-301-127/+178
| | | | | | | * 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 Oussoren2009-03-301-111/+39
| | | | | | * 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 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
| | | | | | | 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 Peterson2008-03-291-2/+2
| | | | Thanks to Wummel for the patch
* 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
| | | | | | | | | 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.
* - Change fixapplepython23.py to ensure that it will run with /usr/bin/pythonRonald Oussoren2006-06-111-5/+12
| | | | | on intel macs. - Fix some minor problems in the installer for OSX
* Whitespace normalization.Tim Peters2006-06-071-1/+1
|
* mv Mac/OSX/BuildScript one level upRonald Oussoren2006-06-071-0/+1028