summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources/install_certificates.command
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] Workaround 3.12.5 bundled pip 24.2 issue on macOS 10.9 to 10.12. ↵Ned Deily2024-08-071-9/+48
| | | | | | | (#122774) Workaround bundled pip 24.2 failures on macOS 10.9 to 10.12 installers. See https://github.com/pypa/pip/issues/12901 for more information.
* pypi.python.org -> pypi.org (GH-7613)Ned Deily2018-06-111-1/+1
|
* Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL.Ned Deily2016-09-121-0/+48
Also provide a sample Install Certificates command script to install a set of root certificates from the third-party certifi module.