Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year in macOS installer license copy (GH-17806) | Ned Deily | 2020-01-02 | 1 | -3/+3 |
| | |||||
* | Update URL in macOS installer copy of license (GH-16905) | Ned Deily | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Update macOS installer display files for 3.9.0a1 (GH-16765) | Ned Deily | 2019-10-14 | 1 | -25/+26 |
| | |||||
* | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates in OS X installer. | Ned Deily | 2014-12-31 | 1 | -9/+5 |
| | |||||
* | Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. | Ned Deily | 2014-12-13 | 1 | -0/+146 |
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. |