summaryrefslogtreecommitdiffstats
path: root/Mac/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-100893: update bpo reference in Mac README (GH-100905)Ned Deily2023-01-101-3/+3
|
* GH-95283: Add note about compilers in Mac/README.txt (#99506)Ronald Oussoren2022-11-231-0/+13
| | | | | | The build machinery assumes that the compiler that's used to build on macOS includes an SDK that's at least as new as the OS version on the build machine. Explicitly mention this in Mac/README.txt.
* [Misc] [Mac] Fix typos found using codespell (GH-28756)Christian Clauss2021-10-061-1/+1
|
* Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz2021-07-301-7/+7
|
* Fix typos in Mac/README.rst (#27108)Clemens Brunner2021-07-131-3/+3
|
* bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily2021-05-021-0/+6
| | | | | | This allows reliably forcing macOS universal2 framework builds to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs if needed for testing or when universal2 wheels are not yet available.
* Fix typo in Mac/README.rst (#24682)Ikko Ashimine2021-03-011-1/+1
| | | targetting -> targeting
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-081-0/+37
| | | | | | | | | | | Co-authored-by: Lawrence D’Anna <lawrence_danna@apple.com> * Add support for macOS 11 and Apple Silicon (aka arm64) As a side effect of this work use the system copy of libffi on macOS, and remove the vendored copy * Support building on recent versions of macOS while deploying to older versions This allows building installers on macOS 11 while still supporting macOS 10.9.
* docs: macos - change "versiona" to "versions" (GH-18467)@RandyMcMillan2020-02-121-1/+1
|
* Update build docs for macOS (GH-16771)Ned Deily2019-10-141-0/+363