summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript
Commit message (Collapse)AuthorAgeFilesLines
* Remove line breaks in OS X installer README screen.Ned Deily2014-11-221-15/+3
|
* Add downloads page link to OS X installer README screens.Ned Deily2014-11-222-3/+6
|
* Update OS X installer documentation files for 2.7.9.Ned Deily2014-11-153-89/+155
|
* Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.Ned Deily2014-11-152-23/+88
|
* Document 2.7.9 changes in OS X installer build requirements:Ned Deily2014-09-051-6/+15
| | | | | | because the Doc Makefile has been changed to no longer download sphinx and its dependencies, build-installer.py now requires that there be an externally-supplied sphinx-build available.
* Update OS X installer build script for changes to documentation build:Ned Deily2014-09-051-11/+5
| | | | | as of 2.7.9, doc builds require an externally installed sphinx-build like 3.4+ builds do.
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-11/+13
|
* Issue #21383: OS X installer builds now use "make touch".Ned Deily2014-05-221-0/+3
|
* Document changes to OS X installer configurations for 2.7.7.Ned Deily2014-05-173-15/+79
| | | | | | | | | | | | | | As of 2.7.8, the 32-bit-only installer will support OS X 10.5 and later systems as is currently done for Python 3.x installers. For 2.7.7 only, we will provide three installers: the legacy deprecated 10.3+ 32-bit-only format; the newer 10.5+ 32-bit-only format; and the unchanged 10.6+ 64-/32-bit format. Although binary installers will no longer be available from python.org as of 2.7.8, it will still be possible to build from source on 10.3.9 and 10.4 systems if necessary.
* Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.Ned Deily2014-04-091-1/+1
|
* Issue #20644: Keep build-installer.py in sync across active versions.Ned Deily2014-04-091-77/+50
|
* Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.Ned Deily2013-11-054-55/+24
| | | | | | | Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
* Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9Ned Deily2013-10-282-2/+19
| | | | screen refresh problem.
* Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
| | | | | | | | | | Make it easier for users to make use of the backup _tkinter linked with the third-party Tcl and Tk frameworks in /Library/Frameworks. The two tkinter variants are now installed in separate directories under a new lib-tkinter. This allows per-user selection by manipulating sys.path, directly or with PYTHONPATH. If this proves useful, we can supply a more convenient user interface to supply the paths. For now, this remains somewhat experimental.
* Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.Ned Deily2013-10-251-8/+48
|
* Issue #19019: Change the OS X installer build script to use CFLAGS insteadNed Deily2013-10-251-1/+1
| | | | | | of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
* Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-254-27/+143
| | | | | | | 64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
* Update OS X installer for building on 10.9.Ned Deily2013-10-191-0/+1
|
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-2/+2
|
* 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-296-275/+406
|
* #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 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 88004,88006,88235 via svnmerge fromNed Deily2011-01-302-95/+212
| | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88004 | ned.deily | 2011-01-14 20:44:12 -0800 (Fri, 14 Jan 2011) | 4 lines #10907: Update OS X installer build README to better reflect current build practices. ........ r88006 | ned.deily | 2011-01-14 21:29:12 -0800 (Fri, 14 Jan 2011) | 6 lines #10843: Update third-party library versions used in OS X 32-bit installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4 (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char support enabled). ........ r88235 | ned.deily | 2011-01-29 10:56:28 -0800 (Sat, 29 Jan 2011) | 5 lines Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with the system-provided Python. Also, properly guard a new Python 3 only installer build step so that build-installer.py can stay compatible with the 2.7 version. (with release manager approval for 3.2rc2) ........
* Merged revisions 88003 via svnmerge fromNed Deily2011-01-302-29/+49
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88003 | ned.deily | 2011-01-14 20:37:12 -0800 (Fri, 14 Jan 2011) | 5 lines #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. ........
* Merged revisions 85742 via svnmerge fromRonald Oussoren2010-10-201-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 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. ........
* Fix for issue 9275: the OSX installer no longer installs links in /usr/localRonald Oussoren2010-07-231-1/+1
| | | | This was an unintentional change to the 2.7 installer, and confuses users.
* 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/
* Don't use the '==' operator with test, that's an unportable bash-ism.Ronald Oussoren2009-11-191-2/+2
| | | | (Issue 7179)
* 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-202-182/+200
| | | | * 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-193-10/+7
|
* 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-302-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 Oussoren2009-03-302-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 Oussoren2009-03-042-9/+8
|
* Fix issue 5224.Ronald Oussoren2009-03-042-4/+3
|
* 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
|