aboutsummaryrefslogtreecommitdiff
path: root/Mac
AgeCommit message (Collapse)Author
2023-05-31[3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)Miss Islington (bot)
(cherry picked from commit f90d3f68db720bd6d0deda8cc0030339ccd43858) Co-authored-by: Ned Deily <nad@python.org>
2023-05-24[3.11] gh-103207: The macOS 13 Ventura Installer.app permission problem is ↵Ned Deily
fixed by Apple in macOS 13.4. (GH-104885)
2023-05-19[3.11] gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104643)Miss Islington (bot)
(cherry picked from commit fd04bfeaf7a4531120ad450dbd1afc121a2523ee) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2023-05-02[3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)Miss Islington (bot)
(cherry picked from commit f0ad4567319ee4ae878d570ab7709ab63df9123e) Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-04-05[3.11] gh-103207: Fix Welcome formatting issues when macOS Installer is run ↵Ned Deily
in dark mode. (GH-103302)
2023-04-04[3.11] gh-103207: Add instructions to the macOS installer welcome display on ↵Ned Deily
how to workaround the macOS 13 Ventura “The installer encountered an error” failure. GH-103252)
2023-03-06[3.11] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) ↵Miss Islington (bot)
(GH-102488) (cherry picked from commit f9cdeb7b99d408a2e884101ede576952510bcc9b) Co-authored-by: Ned Deily <nad@python.org>
2023-02-09gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)Miss Islington (bot)
(cherry picked from commit d40a23c0a11060ba7fa076d50980c18a11a13a40) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2023-02-09gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower
Fixes CVE-2023-0286 (High) and a couple of Medium security issues. https://www.openssl.org/news/secadv/20230207.txt Co-authored-by: Gregory P. Smith <greg@krypto.org>
2023-01-09gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Miss Islington (bot)
(cherry picked from commit 57a5259a438c717755fc667fcbedb515ef8e0c85) Co-authored-by: Ned Deily <nad@python.org>
2023-01-09gh-100893: update bpo reference in Mac README (GH-100905)Miss Islington (bot)
(cherry picked from commit be23a202426385ad99dcb2611152783780c7bc42) Co-authored-by: Ned Deily <nad@python.org>
2023-01-08[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)Miss Islington (bot)
(cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d) Co-authored-by: Benjamin Peterson <benjamin@python.org>
2022-11-23GH-95283: Add note about compilers in Mac/README.txt (GH-99506)Miss Islington (bot)
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. (cherry picked from commit 8f024a02d7d63315ecc3479f0715e927f48fc91b) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
2022-11-16gh-98940: Fix Mac/Extras.install.py File filter bug (GH-98943)Miss Islington (bot)
Slightly simplify the script and fix a case issue in the name of ``.DS_Store`` files. (cherry picked from commit ea88d34de27ba2b3acaeb03c7dc7829dff40ea5c) Co-authored-by: zhangbo <zhangbo2012@outlook.com> Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2022-10-25gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)Miss Islington (bot)
(cherry picked from commit 8aa1e994a530e538a5433c8ada6500ffc1214467) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2022-09-25gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE ↵Miss Islington (bot)
(GH-97520) HTTP links in the "HISTORY OF THE SOFTWARE" section of Doc/license.rst were converted to HTTPS in f62ff97f31a775cc7956adeae32c14e7c85bdc15. But there were other copies of these links, which were left HTTP links. (cherry picked from commit ea4be278fa6123d1f78c1fd556d79b311cd59f96) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-09-05Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)Miss Islington (bot)
(cherry picked from commit 991b3712a11a705efc6e45d22643bb2ccfb3eca5) Co-authored-by: Ned Deily <nad@python.org>
2022-08-29gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Miss Islington (bot)
(cherry picked from commit 873554ef84011773618911ffa698cea181cec9fd) Co-authored-by: Christian Heimes <christian@python.org>
2022-08-04Remove 3.11 beta release notice from macOS installer displays (GH-95669)Ned Deily
2022-07-28gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)
This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 06fc249135e5b98a74fc0213e157e80412354659) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
2022-05-30Update macOS installer Welcome and ReadMe display wording to "beta". (GH-93344)Ned Deily
2022-05-06bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)Mariusz Felisiak
2022-04-05bpo-45847: Adapt macOS installer build to use new tkinter configure vars ↵Ned Deily
(GH-32328)
2022-03-15bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)Christian Heimes
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
2022-03-15bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)Mariusz Felisiak
2022-02-01bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)Kumar Aditya
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2022-01-03bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)Ned Deily
This change solves two problems encountered by users of the macOS Python Launcher app on recent macOS releases (10.14+): - The launcher app was no longer able to launch the macOS Terminal.app to run a script. - Even if Terminal.app was already launched, the launcher app was unable to send an Apple Event to Terminal.app to open and run Python with the desired .py file.
2022-01-02Update copyright year to 2022. (GH-30335)Benjamin Peterson
Automerge-Triggered-By: GH:benjaminp
2021-12-29bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30278)Erlend Egeberg Aasland
2021-12-21bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)Kumar Aditya
Co-authored-by: Ned Deily <nad@python.org>
2021-12-06bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)Ned Deily
2021-11-04Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)Łukasz Langa
2021-11-02bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk ↵Ned Deily
8.6.12rc1 (GH-29367)
2021-11-01Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354)Ned Deily
2021-10-28bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Ned Deily
when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project.
2021-10-06[Misc] [Mac] Fix typos found using codespell (GH-28756)Christian Clauss
2021-09-05bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)Erlend Egeberg Aasland
2021-08-30bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Ned Deily
2021-07-30Update URLs in comments and metadata to use HTTPS (GH-27458)Noah Kantrowitz
2021-07-27bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-07-20Update macOS build-installer script comments for 3.10 and remove unused ↵Ned Deily
pre-10.5 vestiges. (GH-27253)
2021-07-13Fix typos in Mac/README.rst (#27108)Clemens Brunner
2021-05-03Update macOS installer welcome and readme for 3.10b1 (GH-25835)Ned Deily
2021-05-03bpo-42362: use clang name on 10.9 builds as well (GH-25834)Ned Deily
2021-05-02bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough ↵Ronald Oussoren
compilers (GH-23079) With recent enough compilers we can build binaries with LTO/PGO on macOS. This patch enables this when building on macOS 10.15 or later (Xcode 11 or later).
2021-05-02bpo-42362: Switch to clang/clang++ as the default compiler in ↵Ronald Oussoren
build-installer.py (GH-23298) This change is cosmetic only, the "gcc" command in Apple's compiler tools is an alias for "clang" (and using non-system tooling for building the installer is not supported by this script). Automerge-Triggered-By: GH:ned-deily
2021-05-02bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)Erlend Egeberg Aasland
2021-05-02bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily
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.
2021-04-27Fix generated file name for installer builds on macOS 11+. (GH-25661)Ned Deily
2021-04-27bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)Erlend Egeberg Aasland