summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources/ReadMe.rtf
Commit message (Collapse)AuthorAgeFilesLines
* Update macOS installer screens and README for 3.13.0b1 (GH-118685)Ned Deily2024-05-071-3/+3
|
* Update macOS installer screens to 3.13. (GH-107475)Ned Deily2023-07-311-3/+3
|
* Update macOS installer ReadMe and Welcome screens for 3.12.0b1. (GH-104739)Ned Deily2023-05-221-2/+2
|
* Update Mac installer messages to 3.12 alpha (GH-98575)Ned Deily2022-10-231-2/+2
|
* bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30278)Erlend Egeberg Aasland2021-12-291-1/+1
|
* Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354)Ned Deily2021-11-011-10/+2
|
* Update macOS installer welcome and readme for 3.10b1 (GH-25835)Ned Deily2021-05-031-6/+26
|
* Update macos installer ReadMe for 3.10.0a3 (GH-23671)Ned Deily2020-12-071-2/+10
|
* Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132)Ned Deily2020-06-251-8/+2
|
* Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. ↵Ned Deily2020-02-241-2/+8
| | | | (GH-18648)
* Update macOS installer display files for 3.9.0a1 (GH-16765)Ned Deily2019-10-141-39/+21
|
* Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501)Ned Deily2019-07-011-2/+8
|
* Update macOS installer Welcome and ReadMe for 3.8 (GH-11748)Ned Deily2019-02-031-53/+38
|
* Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653)Ned Deily2018-06-121-11/+5
|
* pypi.python.org -> pypi.org (GH-7613)Ned Deily2018-06-111-2/+2
|
* bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)Ned Deily2018-03-291-8/+2
| | | | | | | 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.
* Update macOS installer resourcesNed Deily2018-02-271-22/+20
|
* bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6Ned Deily2018-01-311-11/+15
|
* bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 ↵Ned Deily2018-01-301-7/+23
| | | | | | | | | | | | | | (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-191-27/+13
|
* 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-121-39/+36
| | | | | 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
|
* 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
| |
* | Issue #17128: Merge / update from 3.4Ned Deily2014-12-131-113/+0
|/
* Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers.Ned Deily2014-12-131-0/+180
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.