History log of /external/python/cpython2/Mac/BuildScript/build-installer.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38db34abab5ad6edd1d3696ee0f2255a00fe153d 01-Nov-2016 Ned Deily <nad@python.org> Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Original patch by Mariatta Wijaya.
/external/python/cpython2/Mac/BuildScript/build-installer.py
966d2991739731fbe68a3964a5ea058a612abf22 05-Jun-2016 Ned Deily <nad@python.org> Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
/external/python/cpython2/Mac/BuildScript/build-installer.py
b5805b567fcbc64501a09335547da314e105f639 08-Mar-2016 Ned Deily <nad@python.org> Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
/external/python/cpython2/Mac/BuildScript/build-installer.py
942f3de9cb62e1b24249d8c828cfdc76fd246aff 24-Feb-2016 Ned Deily <nad@python.org> Change OS X installer builds targeted for 10.10 and above to build
and link with a private copy of OpenSSL, like installers targeted
for 10.5 already do, since Apple has deprecated use of the system
OpenSSL and removed its header files from the Xcode 7 SDK. Note
that this configuration is not currently used to build any
python.org-supplied installers and that the private copy of
OpenSSL requires its own root certificates.
/external/python/cpython2/Mac/BuildScript/build-installer.py
fdb959b8a30b24544386c6015fd1d63ba2f5d214 15-Feb-2016 Ned Deily <nad@python.org> Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
/external/python/cpython2/Mac/BuildScript/build-installer.py
3afd9c17b69779745a7b3ea2e8abbdea6b7ef277 06-Dec-2015 Ned Deily <nad@acm.org> Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
and link with OpenSSL 1.0.2e.
/external/python/cpython2/Mac/BuildScript/build-installer.py
80277ed1946ddfd144ac35ca7bca3cc85e876c70 25-Jul-2015 Ned Deily <nad@acm.org> Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
/external/python/cpython2/Mac/BuildScript/build-installer.py
14f233e64ada4e5007c75bc08fcb4c612bdbeba8 04-Jul-2015 Ned Deily <nad@acm.org> Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
/external/python/cpython2/Mac/BuildScript/build-installer.py
a8e8f7ee1c39e61be9863098d3277884ce527ded 20-Mar-2015 Ned Deily <nad@acm.org> Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
/external/python/cpython2/Mac/BuildScript/build-installer.py
59439d8f0d0fc070dc9f505777119187b7a98626 06-Mar-2015 Ned Deily <nad@acm.org> Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
/external/python/cpython2/Mac/BuildScript/build-installer.py
ca7ecf31947ad1e23f9400c914dcf320f6e15fe8 06-Feb-2015 Ned Deily <nad@acm.org> Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
(currently only used for builds with <= 10.5 deployment targets)
/external/python/cpython2/Mac/BuildScript/build-installer.py
ef9ee93d47609043f04ae6864538f699b877cd68 09-Jan-2015 Ned Deily <nad@acm.org> Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
(currently only used for builds with <= 10.5 deployment targets)
/external/python/cpython2/Mac/BuildScript/build-installer.py
91d0a55d956252d44f83b5cf634442bd18223cfc 13-Dec-2014 Ned Deily <nad@acm.org> Use rtf format files for legacy OS X installer builds.
(Backport from 3.4 changes for Issue #17128.)
/external/python/cpython2/Mac/BuildScript/build-installer.py
0be4b1ef58f7602c03f69594b84ba6908728acb2 12-Dec-2014 Ned Deily <nad@acm.org> Issue #23032: Fix installer build failures on OS X 10.4 Tiger
by disabling assembly code in the OpenSSL build.
/external/python/cpython2/Mac/BuildScript/build-installer.py
62a86602679215a66cc01623beef709561c6f35b 10-Dec-2014 Ned Deily <nad@acm.org> Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot
verify newer SHA-256 certs as now used by python.org services. Document
in the installer ReadMe some of the certificate management issues that
users now need to be more concerned with due to PEP 476's enabling cert
verification by default. For now, continue to use the Apple-supplied
0.9.8 libs for the 10.6+ installer since they use Apple private APIs to
verify certificates using the system- and user-managed CA keychain stores.
/external/python/cpython2/Mac/BuildScript/build-installer.py
3010182390565f4fe4cf168071ef6669582d9cd7 15-Nov-2014 Ned Deily <nad@acm.org> Issue #22877: PEP 477 - OS X installer for 2.7.9 now installs pip.
/external/python/cpython2/Mac/BuildScript/build-installer.py
5ceffa16ea2652a344c5da494bef7e80dcf817a9 06-Sep-2014 Ned Deily <nad@acm.org> Update OS X installer build script for changes to documentation build:
as of 2.7.9, doc builds require an externally installed sphinx-build
like 3.4+ builds do.
/external/python/cpython2/Mac/BuildScript/build-installer.py
1f70b878c4b890c66bdb90d8c9ddb59dee0b48df 25-Jun-2014 Ned Deily <nad@acm.org> Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.
/external/python/cpython2/Mac/BuildScript/build-installer.py
fbb60d562caa99ead34664f5a27235d296bcba7e 23-May-2014 Ned Deily <nad@acm.org> Issue #21383: OS X installer builds now use "make touch".
/external/python/cpython2/Mac/BuildScript/build-installer.py
c177b1cbf354e67f43dab6cf2705aa5a814e6bc0 10-Apr-2014 Ned Deily <nad@acm.org> Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
/external/python/cpython2/Mac/BuildScript/build-installer.py
ebd63dc7e10721ec015e27c1e7b07af1817546bd 10-Apr-2014 Ned Deily <nad@acm.org> Issue #20644: Keep build-installer.py in sync across active versions.
/external/python/cpython2/Mac/BuildScript/build-installer.py
52c48fdf30b0f6387d24d4ac5de1c25bc6988dc3 05-Nov-2013 Ned Deily <nad@acm.org> Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
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.
/external/python/cpython2/Mac/BuildScript/build-installer.py
a6cbff086b57402af11cafc4820170fedb3e2dcd 28-Oct-2013 Ned Deily <nad@acm.org> Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9
screen refresh problem.
/external/python/cpython2/Mac/BuildScript/build-installer.py
70f213ab11dd44c28af0a8b70259f0e87647c245 26-Oct-2013 Ned Deily <nad@acm.org> Issue #15663: OS X installer builtin Tcl/Tk support

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.
/external/python/cpython2/Mac/BuildScript/build-installer.py
e6ef70237df8e49423ff627044a5a4d1a9643c16 25-Oct-2013 Ned Deily <nad@acm.org> Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.
/external/python/cpython2/Mac/BuildScript/build-installer.py
f84b531a128280e01d6cc8d722faac8d7c81b600 25-Oct-2013 Ned Deily <nad@acm.org> Issue #19019: Change the OS X installer build script to use CFLAGS instead
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.
/external/python/cpython2/Mac/BuildScript/build-installer.py
0203a80e1c126d53da6637996669c3b4bb6ea3d8 25-Oct-2013 Ned Deily <nad@acm.org> Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
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.
/external/python/cpython2/Mac/BuildScript/build-installer.py
11f880a73b71e6843b5d697a2a181fda37c4983f 19-Oct-2013 Ned Deily <nad@acm.org> Update OS X installer for building on 10.9.
/external/python/cpython2/Mac/BuildScript/build-installer.py
6d0f0f299b014e79f6079901b560e938e0c5d8df 26-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18803: fix more typos. Patch by Févry Thibault.
/external/python/cpython2/Mac/BuildScript/build-installer.py
e1c9794957f7ba42a2470a1965dd8e2f4252dbf0 29-Jan-2013 Ned Deily <nad@acm.org> Issue #14018: Backport OS X installer updates from 3.3.
/external/python/cpython2/Mac/BuildScript/build-installer.py
c2077b0d9b5bf99768c6f396bf7ae6c41b682465 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11565: Fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython2/Mac/BuildScript/build-installer.py
24b07bcba350bb86c4d6ca446e1564647a199868 15-Mar-2011 Ezio Melotti <ezio.melotti@gmail.com> #11515: fix several typos. Patch by Piotr Kasprzyk.
/external/python/cpython2/Mac/BuildScript/build-installer.py
53c460d5fb3f2d5bdd001a7eaf621751faa87ff2 30-Jan-2011 Ned Deily <nad@acm.org> Merged revisions 88004,88006,88235 via svnmerge from
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)
........
/external/python/cpython2/Mac/BuildScript/build-installer.py
1e0a998d13085d06eb5db0818a89d19b4a885ccd 20-Oct-2010 Ronald Oussoren <ronaldoussoren@mac.com> Merged revisions 85742 via svnmerge from
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)
........
/external/python/cpython2/Mac/BuildScript/build-installer.py
2f4f63a4532fc00861d5a78ff996f40953fc78da 23-Jul-2010 Ronald Oussoren <ronaldoussoren@mac.com> Fix for issue 9275: the OSX installer no longer installs links in /usr/local

This was an unintentional change to the 2.7 installer, and confuses users.
/external/python/cpython2/Mac/BuildScript/build-installer.py
5d18cc6b46c89f1a898e0f1f19730dd87b2d58d9 30-Apr-2010 Ronald Oussoren <ronaldoussoren@mac.com> Fix for issue 8476
/external/python/cpython2/Mac/BuildScript/build-installer.py
896c4777c658e6132f5e9d6a34162746d790a4c6 22-Apr-2010 Martin v. Löwis <martin@v.loewis.de> Issue #8475: Pass absolute interpreter path to
"make html".
/external/python/cpython2/Mac/BuildScript/build-installer.py
ac4b7adadf1837cc6bfbca51d815a7b384a4c071 20-Apr-2010 Ronald Oussoren <ronaldoussoren@mac.com> Explicitly set system default for $PATH to
ensure we have a clean build environment (OSX installer)
/external/python/cpython2/Mac/BuildScript/build-installer.py
287128aadca2688475576a17d69a56c0cb064d6a 18-Apr-2010 Ronald Oussoren <ronaldoussoren@mac.com> Add check to build-installer.py to ensure that
the right version of Tcl/Tk is available (on OSX)

Fixes issue #5651
/external/python/cpython2/Mac/BuildScript/build-installer.py
9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb 11-Mar-2010 Benjamin Peterson <benjamin@python.org> normalize shebang lines to #!/usr/bin/env python
/external/python/cpython2/Mac/BuildScript/build-installer.py
1a13cff7a59a1301a220d721088cb98f2feec7ad 24-Dec-2009 Ronald Oussoren <ronaldoussoren@mac.com> An update to the script that's used to build the binary installer: don't 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/
/external/python/cpython2/Mac/BuildScript/build-installer.py
209d4c3151df0affb96fafc6826d24fc68fc3a15 29-Sep-2009 Ronald Oussoren <ronaldoussoren@mac.com> Fix for issue6957: ensure that the OSX installer
installs a version of Python that can build
extensions on OSX 10.6.
/external/python/cpython2/Mac/BuildScript/build-installer.py
c66ced30bed34241fca0fe54eed9f4859d1e42c4 20-Sep-2009 Ronald Oussoren <ronaldoussoren@mac.com> * Make it easier to build custom installers (such as a 3-way universal build)
* Upgrade bzip dependency to 1.0.5
/external/python/cpython2/Mac/BuildScript/build-installer.py
e392b357e9ded42130b7f2d32992dfe7778b801c 31-Mar-2009 Ronald Oussoren <ronaldoussoren@mac.com> Minor update to OSX build-installer script, needed
to ensure that the build will succeed in a clean
checkout and with a non-default deployment target.
/external/python/cpython2/Mac/BuildScript/build-installer.py
008af85dc06b8092ac411583265d6d48f5eb2557 30-Mar-2009 Ronald Oussoren <ronaldoussoren@mac.com> Fix for issue 13095
/external/python/cpython2/Mac/BuildScript/build-installer.py
508282e8974c182c2240a9df5d8fd8493f75be20 30-Mar-2009 Ronald Oussoren <ronaldoussoren@mac.com> * Set a custom icon on the Python installer DMG
* 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)
/external/python/cpython2/Mac/BuildScript/build-installer.py
648a4fecedd6b7092fda5281355103e1a73f5541 30-Mar-2009 Ronald Oussoren <ronaldoussoren@mac.com> * Updates installed dependencies to latest releaases (bzip, zlib, ...)
* Changes code for updating folder icons from Python code
that uses the deprecated Carbon module to a much simpler
Cocoa program in Objective-C
/external/python/cpython2/Mac/BuildScript/build-installer.py
799868e8a7051c0ea22eaee1cfb0a7005de3b897 04-Mar-2009 Ronald Oussoren <ronaldoussoren@mac.com> Fix issue 5224.
/external/python/cpython2/Mac/BuildScript/build-installer.py
16a2a1d2ce1e869f366c03b1aebfc6bb59eb7e32 09-Dec-2008 Benjamin Peterson <benjamin@python.org> revert unrelated change to installer script
/external/python/cpython2/Mac/BuildScript/build-installer.py
d729aada6a52c86fe6ec9150cb6ef3f7efedf0a5 09-Dec-2008 Benjamin Peterson <benjamin@python.org> specify how things are copied
/external/python/cpython2/Mac/BuildScript/build-installer.py
c3104768021f14d846757486b494e76674ec1aea 03-Oct-2008 Benjamin Peterson <benjamin@python.org> update the mac installer script
/external/python/cpython2/Mac/BuildScript/build-installer.py
580c7fec67eb233bb3b31db0f656174be032e6ed 02-May-2008 Ronald Oussoren <ronaldoussoren@mac.com> Fix for issue #2573: Can't change the framework name on OS X builds

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).
/external/python/cpython2/Mac/BuildScript/build-installer.py
5b63acd31e0e40c1a9a9e9762905b0054ff37994 29-Mar-2008 Benjamin Peterson <benjamin@python.org> #2503 make singletons compared with "is" not == or !=
Thanks to Wummel for the patch
/external/python/cpython2/Mac/BuildScript/build-installer.py
158ad59937363e4d55990f472904ecd142a1eecd 07-Nov-2006 Ronald Oussoren <ronaldoussoren@mac.com> Whitespace changes to make the source more compliant with PEP8 (SF#1589070)
/external/python/cpython2/Mac/BuildScript/build-installer.py
aa56096aa0bdb9ffe2b8ac8121346d01472a362c 07-Nov-2006 Ronald Oussoren <ronaldoussoren@mac.com> Fix a number of typos in strings and comments (sf#1589070)
/external/python/cpython2/Mac/BuildScript/build-installer.py
ef3f32f96561bfae0e05bd34829fc64e23e10a3c 18-Oct-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Mac/BuildScript/build-installer.py
74d3eef73ee22d198245094d765b4b7a1b5b2cd6 10-Oct-2006 Ronald Oussoren <ronaldoussoren@mac.com> MacOSX: fix permission problem in the generated installer
/external/python/cpython2/Mac/BuildScript/build-installer.py
3564c4622fb5c3bb654bafd8b0169a7244c3f39c 17-Sep-2006 Ronald Oussoren <ronaldoussoren@mac.com> Port of revision 51902 in release25-maint to the trunk
/external/python/cpython2/Mac/BuildScript/build-installer.py
9b8b619491144430a88c2a767e398c67ae057c5a 27-Jun-2006 Ronald Oussoren <ronaldoussoren@mac.com> Use staticly build copies of zlib and bzip2 to build the OSX installer, that
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.
/external/python/cpython2/Mac/BuildScript/build-installer.py
c55555400eb497ff2eca54947feb40b1fa127190 11-Jun-2006 Ronald Oussoren <ronaldoussoren@mac.com> - Change fixapplepython23.py to ensure that it will run with /usr/bin/python
on intel macs.
- Fix some minor problems in the installer for OSX
/external/python/cpython2/Mac/BuildScript/build-installer.py
ae6a5a73dc5990ce28129b2eead626449f72a277 07-Jun-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Mac/BuildScript/build-installer.py
0e5b70d417ef5056007e84581e2843b97e254af8 07-Jun-2006 Ronald Oussoren <ronaldoussoren@mac.com> mv Mac/OSX/BuildScript one level up
/external/python/cpython2/Mac/BuildScript/build-installer.py