summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources
Commit message (Collapse)AuthorAgeFilesLines
* [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)Ned Deily2021-05-021-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-41100: Support macOS 11 and Apple Silicon on Python 3.8 This is a partial backport of bpo-41100 changes `e8b1c038b14b5fc8120aab62c9bf5fb840274cb6` and `96d906b144e6e6aa96c5ffebecbcc5d38034bbda` for Python 3.8. We introduce the ability to build Python from source for `arm64` on macOS, but we do not make a promise of support. This allows us to omit support for Universal2 binaries as well as weak-linking of symbols from the macOS SDK based on the deployment target, which are larger changes much more difficult to merge. This also includes a backport of subsequent bpo-42688 change `7e729978fa08a360cbf936dc215ba7dd25a06a08` to fix build errors with external `libffi`. * bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) (GH-23455) On macOS system provided libraries are in a shared library cache and not at their usual location. This PR teaches distutils to search in the SDK, even if there was no "-sysroot" argument in the compiler flags. (cherry picked from commit 404a719b5127602c1a948f8e189ab61cd3f147d8) * bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) macOS releases numbering has changed as of macOS 11 Big Sur. Previously, major releases were of the form 10.x, 10.x+1, 10.x+2, etc; as of Big Sur, they are now x, x+1, etc, so, for example, 10.15, 10.15.1, ..., 10.15.7, 11, 11.0.1, 11.1, ..., 12, 12.1, etc. Allow Python to build with single-digit deployment target values. Patch provided by FX Coudert. (cherry picked from commit 5291639e611dc3f55a34666036f2c3424648ba50) * bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) (GH-24410) * bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (cherry picked from commit 49926cf2bcc8b44d9b8f148d81979ada191dd9d5) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: FX Coudert <fxcoudert@gmail.com> Co-authored-by: Max Bélanger <aeromax@gmail.com>
* Update macOS installer ReadMe for 3.8.7 and Big Sur (GH-23882)Ned Deily2020-12-211-18/+30
|
* bpo-39883: Update macOS installer copy of LICENSE. (GH-22235)Miss Islington (bot)2020-09-141-3/+24
| | | | | (cherry picked from commit 7dbbea75cec27a48b68cc07c23f3f317cacf4a16) Co-authored-by: Ned Deily <nad@python.org>
* 3.8.3 -> 3.8.4 in macOS installer ReadMe (GH-21274)Ned Deily2020-07-021-5/+3
|
* Forward port macOS installer updates from 3.7 (GH-21132) (GH-21137)Ned Deily2020-06-251-2/+22
| | | | | | - fix installer builds when using latest versions of Python 3 - fix installer builds on newer macOS releases with SIP - Python Launcher app factory defaults now use python3 - 3.x installer now updates the Current symlink in framework
* Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. ↵Ned Deily2020-02-241-6/+10
| | | | (GH-18647)
* Update copyright year in macOS installer license copy (GH-17806)Miss Islington (bot)2020-01-031-3/+3
| | | | | (cherry picked from commit 32f1443aa98db769d87db497b45bd0dcb732445b) Co-authored-by: Ned Deily <nad@python.org>
* Update URL in macOS installer copy of license (GH-16905)Miss Skeleton (bot)2019-10-231-1/+1
| | | | | (cherry picked from commit 01659ca62c4508518478a74615ac91c0009427ad) Co-authored-by: Ned Deily <nad@python.org>
* [3.8] Update macOS installer display files for 3.8.0 (GH-16766)Ned Deily2019-10-143-75/+52
|
* Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501)Miss Islington (bot)2019-07-042-5/+16
| | | | | (cherry picked from commit fc1fbe6099e826e8304eadf781af7c10d739fc40) Co-authored-by: Ned Deily <nad@python.org>
* Update macOS installer Welcome and ReadMe for 3.8 (GH-11748)Ned Deily2019-02-032-65/+50
|
* Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653)Ned Deily2018-06-122-18/+8
|
* pypi.python.org -> pypi.org (GH-7613)Ned Deily2018-06-112-3/+3
|
* bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)Ned Deily2018-03-292-9/+3
| | | | | | | Build and link with private copy of Tcl/Tk 8.6 for the macOS 10.6+ installer. The 10.9+ installer variant already does this. This means that the Python 3.7 provided by the python.org macOS installers no longer need or use any external versions of Tcl/Tk, either system-provided or user- installed, such as ActiveTcl.
* Add macOS installer Conclusion fileNed Deily2018-03-121-0/+20
|
* Update macOS installer resourcesNed Deily2018-02-272-35/+24
|
* bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6Ned Deily2018-01-312-12/+16
|
* bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 ↵Ned Deily2018-01-302-9/+29
| | | | | | | | | | | | | | (GH-5448) This issue covers various changes for the macOS installers provided via python.org for 3.7.0. - Provide a provisional new installer variant for macOS 10.9 and later systems with 64-bit (x86_64) architecture only. Apple has made it known that future versions of macOS will only fully support 64-bit executables and some other third-party software suppliers have chosen 10.9 as their oldest supported system. - Support **Tcl/Tk 8.6** with the 10.9 installer variant. - Upgrade **OpenSSL** to 1.1.0g and **SQLite** to 3.22.0. - The compiler name used for the interpreter build and for modules built with **Distutils / pip** is now _gcc_ rather than _gcc-4.2_. And extension module builds will no longer try to force use of an old SDK if present.
* Update Mac installer Welcome and ReadMe files for 3.7.0a1Ned Deily2017-09-192-34/+18
|
* Update the Mac installer README file for 3.6.0.Ned Deily2016-12-061-5/+5
|
* Update OS X installer ReadMe for 360b2.Ned Deily2016-10-101-3/+3
|
* Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL.Ned Deily2016-09-123-42/+94
| | | | | Also provide a sample Install Certificates command script to install a set of root certificates from the third-party certifi module.
* Update Mac installer ReadMe file for 3.6.0a1Ned Deily2016-05-161-41/+14
|
* Update copyrights for 2016.Ned Deily2016-01-011-1/+1
|\
| * Update copyrights for 2016.Ned Deily2016-01-011-1/+1
| |
* | Updates to the OS X installer for 3.5.0b3:Ned Deily2015-07-041-2/+67
| | | | | | | | | | | | | | - update installer ReadMe file - suppress installer per-file byte-compilation messages to system log - speed up installer byte-compilation - isolate ensurepip install from user site-packages
* | Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-3/+3
|\ \ | |/
| * Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-4/+4
| |
| * Issue #23212: 3.4-specific OS X installer updatesNed Deily2015-01-091-1/+1
| |
* | Update copyright dates in OS X installer.Ned Deily2015-01-011-9/+5
|\ \ | |/
| * Update copyright dates in OS X installer.Ned Deily2015-01-011-9/+5
| |
* | Issue #17128: Merge / update from 3.4Ned Deily2014-12-134-35/+170
|\ \ | |/
| * Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-135-151/+331
| | | | | | | | | | | | | | | | | | | | 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.
| * Add downloads page link to OS X installer README screens.Ned Deily2014-11-222-8/+9
| |
| * Issue #15661: Update OS X installer welcome and readme files for 3.4.2.Ned Deily2014-09-203-84/+131
| | | | | | | | | | python.org OS X installers are now distributed as signed installer packages compatible with the Gatekeeper security feature.
* | Really add downloads page link to OS X installer README screens.Ned Deily2014-11-222-1/+15
| |
* | Update OS X installer documentation files for 3.5.0Ned Deily2014-11-153-104/+64
|/
* Fix typo in and reformat OS X Installer ReadMeNed Deily2013-11-241-7/+8
|
* Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.4.0b1.Ned Deily2013-11-232-29/+18
|
* Issue #19551: Update installer Welcome file.Ned Deily2013-11-231-8/+12
|
* Issue #19551: PEP 453 - OS X installer now installs or upgrades pip by default.Ned Deily2013-11-231-0/+31
|
* Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+Ned Deily2013-09-062-24/+43
| | | | | | | 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 various OS X README files for 3.3.0.Ned Deily2012-08-252-10/+26
|
* Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-1/+1
| | | | | OS X installers no longer includes an Extras directory. The Tools directory is now installed in the framework under share/doc.
* #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,Ned Deily2011-01-152-26/+49
| | | | | rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant.
* Merged revisions 72789 via svnmerge fromRonald Oussoren2009-05-191-5/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72789 | ronald.oussoren | 2009-05-19 21:29:24 +0200 (Tue, 19 May 2009) | 2 lines Remove some traces of 'MacPython' ........
* Fix for issue 5558Ronald Oussoren2009-03-301-3/+5
|
* Update the ReadMe and Welcome files that are used by the OSX binaryRonald Oussoren2009-02-122-10/+8
| | | | installer. Fixes issue5226. Patch by Ned Deily.
* Py3k: update OSX installer-generatorRonald Oussoren2008-12-301-1/+2
| | | | | | | | | This update makes sure that the installer won't write files in /usr/local/bin by default. The installer also won't replace /Library/Frameworks/Python.framework/Version/Current. Both to ensure that the installer doens't break an existing install of python 2.x.
* Make it possible to install a framework build of Python 3.x on OSX.Ronald Oussoren2008-12-301-8/+9
| | | | | | | | | | | This the build machinery on OSX to re-enable building (and installing) PythonLauncher.app and IDLE.app. This needs ports of fixes to Lib/distutils/util.py and Include/pymacconfig.h to be fully functiontional, to be fully functional. I also have a patch for Makefile.pre.in that I'll post on bugs.python.org for review.