summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* [3.10] gh-103207: Add instructions to the macOS installer welcome display on ↵Ned Deily2023-04-041-6/+37
| | | | how to workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103253)
* [3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) ↵Miss Islington (bot)2023-03-071-1/+1
| | | | | | | (GH-102489) (cherry picked from commit f9cdeb7b99d408a2e884101ede576952510bcc9b) Co-authored-by: Ned Deily <nad@python.org>
* gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)Miss Islington (bot)2023-02-101-3/+3
| | | | | (cherry picked from commit d40a23c0a11060ba7fa076d50980c18a11a13a40) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Steve Dower2023-02-091-3/+3
| | | | | | | | 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>
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Miss Islington (bot)2023-01-102-21/+3
| | | | | (cherry picked from commit 57a5259a438c717755fc667fcbedb515ef8e0c85) Co-authored-by: Ned Deily <nad@python.org>
* gh-100893: update bpo reference in Mac README (GH-100905)Miss Islington (bot)2023-01-101-3/+3
| | | | | (cherry picked from commit be23a202426385ad99dcb2611152783780c7bc42) Co-authored-by: Ned Deily <nad@python.org>
* [3.10] Update copyright years to 2023. (gh-100850)Benjamin Peterson2023-01-084-8/+8
| | | | | | | | | | * [3.10] Update copyright years to 2023. (gh-100848). (cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d) Co-authored-by: Benjamin Peterson <benjamin@python.org> * Update additional copyright years to 2023. Co-authored-by: Ned Deily <nad@python.org>
* GH-95283: Add note about compilers in Mac/README.txt (GH-99506)Miss Islington (bot)2022-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. (cherry picked from commit 8f024a02d7d63315ecc3479f0715e927f48fc91b) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
* [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) ↵Erlend E. Aasland2022-10-251-3/+3
| | | | | | | | (#98647) [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639). (cherry picked from commit 8aa1e994a530e538a5433c8ada6500ffc1214467) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE ↵Miss Islington (bot)2022-09-251-4/+4
| | | | | | | | | | (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>
* Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)Miss Islington (bot)2022-09-052-0/+18
| | | | | (cherry picked from commit 991b3712a11a705efc6e45d22643bb2ccfb3eca5) Co-authored-by: Ned Deily <nad@python.org>
* [3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)Christian Heimes2022-08-291-6/+12
| | | Co-authored-by: Christian Heimes <christian@python.org>
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-281-0/+1
| | | | | | | | 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>
* [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes2022-03-151-3/+3
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com>. Co-authored-by: Christian Heimes <christian@python.org>
* bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)Ned Deily2022-02-011-3/+3
| | | | Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* bpo-40477: macOS Python Launcher app fixes for recent macOS releases ↵Miss Islington (bot)2022-01-032-2/+6
| | | | | | | | | | | | (GH-30348) (GH-30349) 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. (cherry picked from commit 549e62827262264cda30455e10e315602129da72) Co-authored-by: Ned Deily <nad@python.org>
* [3.10] Update copyright year to 2022. (GH-30335) (GH-30336)Miss Islington (bot)2022-01-023-3/+3
| | | | | | | Automerge-Triggered-By: GH:benjaminp (cherry picked from commit ba00f0d93a4aea85ae8089f139856a7c450584d7) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* [3.10] bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30280)Erlend Egeberg Aasland2021-12-291-1/+1
|
* bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)Ned Deily2021-12-222-63/+3
| | | | Co-authored-by: Ned Deily <nad@python.org> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)Ned Deily2021-12-062-207/+4
|
* Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) ↵Miss Islington (bot)2021-11-041-2/+2
| | | | | | | (GH-29409) (cherry picked from commit 3167df16212e27f8aac1e5f39c0644a97b593406) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* bpo-44828: Avoid leaving a zombie Save panel. (GH-29369)Ned Deily2021-11-021-1/+2
| | | Patch by Marc Culler of the Tk project.
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Miss Islington (bot)2021-10-282-1/+203
| | | | | | | when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project. (cherry picked from commit be8318be05e1a874215fa75b8845ede74b2c69b6) Co-authored-by: Ned Deily <nad@python.org>
* [3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)Christian Clauss2021-10-074-5/+5
| | | (cherry picked from commit 470145f572b53fe73518cda1eeacc56fec78c1b2)
* bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Miss Islington (bot)2021-08-302-3/+63
| | | | | (cherry picked from commit 94b2639fad50d7ff8acd12c11e5fe5f9a6e1da5c) Co-authored-by: Ned Deily <nad@python.org>
* Remove beta release note from macOS installer displays (GH-27531)Ned Deily2021-08-012-11/+1
|
* Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)Miss Islington (bot)2021-07-302-8/+8
| | | | | (cherry picked from commit be42c06bb01206209430f3ac08b72643dc7cad1c) Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) ↵Miss Islington (bot)2021-07-261-2/+2
| | | | | | | | (GH-27380) Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed) Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Update macOS build-installer script comments for 3.10 and remove unused ↵Miss Islington (bot)2021-07-202-59/+74
| | | | | | | pre-10.5 vestiges. (GH-27253) (cherry picked from commit 42205ee512159de62c01e202ff799d78fac9ac26) Co-authored-by: Ned Deily <nad@python.org>
* Update macOS installer welcome and readme for 3.10b1 (GH-25835)Ned Deily2021-05-032-8/+28
|
* bpo-42362: use clang name on 10.9 builds as well (GH-25834)Ned Deily2021-05-031-1/+0
|
* bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough ↵Ronald Oussoren2021-05-031-0/+10
| | | | | | | 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).
* bpo-42362: Switch to clang/clang++ as the default compiler in ↵Ronald Oussoren2021-05-031-1/+4
| | | | | | | 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
* bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)Erlend Egeberg Aasland2021-05-031-0/+1
|
* bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily2021-05-022-0/+27
| | | | | | 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 generated file name for installer builds on macOS 11+. (GH-25661)Ned Deily2021-04-271-6/+28
|
* bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)Erlend Egeberg Aasland2021-04-271-3/+3
|
* bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)Christian Heimes2021-03-301-3/+3
| | | | | | | | | | - [x] Build OpenSSL 1.1.1k for macOS - [x] Build OpenSSL 1.1.1k for Windows I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place. Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran
* Fix typo in Mac/README.rst (#24682)Ikko Ashimine2021-03-011-1/+1
| | | targetting -> targeting
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)Ned Deily2021-03-011-3/+3
|
* Update Sphinx version for macOS installer build. (GH-24082)Ned Deily2021-01-041-1/+0
|
* bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)Ned Deily2021-01-041-3/+3
| | | As of 2021-01-03, Tcl/Tk 8.6.11rc2 is expected to be the final release.
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)Ned Deily2021-01-042-47/+3
|
* bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)Erlend Egeberg Aasland2021-01-041-4/+4
|
* Bring Python into the new year. (GH-24036)Dong-hee Na2021-01-013-3/+3
|
* bpo-29076: Add fish support to macOS installer (GH-23302)Erlend Egeberg Aasland2020-12-251-1/+17
|
* Update macos installer ReadMe for 3.10.0a3 (GH-23671)Ned Deily2020-12-071-2/+10
|
* bpo-41100: minor build installer fixes (GH-23480)Ned Deily2020-11-241-6/+12
|
* bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS ↵Ronald Oussoren2020-11-221-9/+32
| | | | | | (GH-23293) Building on older versions, and in particular macOS 10.9 still use Tk 8.6.8 because of build problems on that version of macOS.
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-084-5/+115
| | | | | | | | | | | 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.