Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update macOS installer screens and README for 3.13.0b1 (GH-118685) | Ned Deily | 2024-05-07 | 1 | -3/+3 |
| | |||||
* | Update macOS installer screens to 3.13. (GH-107475) | Ned Deily | 2023-07-31 | 1 | -3/+3 |
| | |||||
* | Update macOS installer ReadMe and Welcome screens for 3.12.0b1. (GH-104739) | Ned Deily | 2023-05-22 | 1 | -2/+2 |
| | |||||
* | Update Mac installer messages to 3.12 alpha (GH-98575) | Ned Deily | 2022-10-23 | 1 | -2/+2 |
| | |||||
* | bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30278) | Erlend Egeberg Aasland | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354) | Ned Deily | 2021-11-01 | 1 | -10/+2 |
| | |||||
* | Update macOS installer welcome and readme for 3.10b1 (GH-25835) | Ned Deily | 2021-05-03 | 1 | -6/+26 |
| | |||||
* | Update macos installer ReadMe for 3.10.0a3 (GH-23671) | Ned Deily | 2020-12-07 | 1 | -2/+10 |
| | |||||
* | Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132) | Ned Deily | 2020-06-25 | 1 | -8/+2 |
| | |||||
* | Add note to Mac installer ReadMe about macOS 10.15 Gatekeeper changes. ↵ | Ned Deily | 2020-02-24 | 1 | -2/+8 |
| | | | | (GH-18648) | ||||
* | Update macOS installer display files for 3.9.0a1 (GH-16765) | Ned Deily | 2019-10-14 | 1 | -39/+21 |
| | |||||
* | Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501) | Ned Deily | 2019-07-01 | 1 | -2/+8 |
| | |||||
* | Update macOS installer Welcome and ReadMe for 3.8 (GH-11748) | Ned Deily | 2019-02-03 | 1 | -53/+38 |
| | |||||
* | Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653) | Ned Deily | 2018-06-12 | 1 | -11/+5 |
| | |||||
* | pypi.python.org -> pypi.org (GH-7613) | Ned Deily | 2018-06-11 | 1 | -2/+2 |
| | |||||
* | bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307) | Ned Deily | 2018-03-29 | 1 | -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 resources | Ned Deily | 2018-02-27 | 1 | -22/+20 |
| | |||||
* | bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6 | Ned Deily | 2018-01-31 | 1 | -11/+15 |
| | |||||
* | bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 ↵ | Ned Deily | 2018-01-30 | 1 | -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.0a1 | Ned Deily | 2017-09-19 | 1 | -27/+13 |
| | |||||
* | Update the Mac installer README file for 3.6.0. | Ned Deily | 2016-12-06 | 1 | -5/+5 |
| | |||||
* | Update OS X installer ReadMe for 360b2. | Ned Deily | 2016-10-10 | 1 | -3/+3 |
| | |||||
* | Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL. | Ned Deily | 2016-09-12 | 1 | -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.0a1 | Ned Deily | 2016-05-16 | 1 | -41/+14 |
| | |||||
* | Updates to the OS X installer for 3.5.0b3: | Ned Deily | 2015-07-04 | 1 | -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 Deily | 2015-05-08 | 1 | -3/+3 |
|\ | |||||
| * | Minor updates to the OS X installer ReadMe.rtf. | Ned Deily | 2015-05-08 | 1 | -4/+4 |
| | | |||||
| * | Issue #23212: 3.4-specific OS X installer updates | Ned Deily | 2015-01-09 | 1 | -1/+1 |
| | | |||||
* | | Issue #17128: Merge / update from 3.4 | Ned Deily | 2014-12-13 | 1 | -113/+0 |
|/ | |||||
* | Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. | Ned Deily | 2014-12-13 | 1 | -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. |