Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (#124453) | Ned Deily | 2024-09-24 | 1 | -3/+3 |
| | |||||
* | gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684) | Zachary Ware | 2024-09-05 | 1 | -3/+3 |
| | |||||
* | gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382) | Erlend E. Aasland | 2024-05-03 | 1 | -0/+10 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||||
* | gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443) | Mariusz Felisiak | 2024-04-17 | 1 | -3/+3 |
| | |||||
* | gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) | Christopher Chavez | 2024-03-12 | 1 | -4/+4 |
| | |||||
* | gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) | Erlend E. Aasland | 2024-02-06 | 1 | -3/+3 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||||
* | gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052) | Ned Deily | 2024-02-06 | 1 | -3/+3 |
| | |||||
* | gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279) | Erlend E. Aasland | 2023-12-19 | 1 | -3/+3 |
| | |||||
* | Fix typos in variable names, function names, and comments (GH-101868) | Yang Hau | 2023-12-01 | 1 | -1/+1 |
| | |||||
* | Do not build the macOS installer with mimalloc enabled (#112312) | Ned Deily | 2023-11-22 | 1 | -0/+2 |
| | | | | | Do not build the macOS installer with mimalloc enabled pending resolution of weak linking crashes during interpreter startup on macOS 10.9, 10.10, and 10.11 when built on macOS 11 and later. | ||||
* | gh-110950: add upstream Tk fixes to macOS installer. (GH-111041) | Christopher Chavez | 2023-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Add upstream Tk patches for three problems affecting tkinter users: - Update macOS installer to include a fix accepted by upstream Tcl/Tk for a crash encountered after the first :meth:`tkinter.Tk` instance is destroyed. (gh-92603) - Update macOS installer to include an upstream Tcl/Tk fix for the ``ttk::ThemeChanged`` error encountered in Tkinter. (gh-71383) - Update macOS installer to include an upstream Tcl/Tk fix for the ``Secure coding is not enabled for restorable state!`` warning encountered in Tkinter on macOS 14 Sonoma. (gh-110950) Co-authored-by: Ned Deily <nad@python.org> | ||||
* | gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482) | jtranquilli | 2023-10-09 | 1 | -3/+3 |
| | |||||
* | gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003) | Ned Deily | 2023-09-28 | 1 | -3/+3 |
| | |||||
* | gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) | Ned Deily | 2023-08-18 | 1 | -3/+3 |
| | |||||
* | gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474) | Ned Deily | 2023-07-31 | 1 | -3/+3 |
| | |||||
* | gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130) | Ned Deily | 2023-05-31 | 1 | -3/+3 |
| | |||||
* | gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738) | Ned Deily | 2023-05-22 | 1 | -3/+3 |
| | |||||
* | gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624) | Erlend E. Aasland | 2023-05-19 | 1 | -3/+3 |
| | |||||
* | gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998) | Mariusz Felisiak | 2023-05-02 | 1 | -3/+3 |
| | |||||
* | gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) | Ned Deily | 2023-03-07 | 1 | -1/+1 |
| | |||||
* | gh-101759: Update macOS installer to SQLite 3.40.1 (#101761) | Erlend E. Aasland | 2023-02-10 | 1 | -3/+3 |
| | |||||
* | gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) | Gregory P. Smith | 2023-02-09 | 1 | -3/+3 |
| | | | | Fixes CVE-2023-0286 (High) and a couple of Medium security issues. https://www.openssl.org/news/secadv/20230207.txt | ||||
* | gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908) | Ned Deily | 2023-01-10 | 1 | -4/+3 |
| | |||||
* | gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639) | Erlend E. Aasland | 2022-10-25 | 1 | -3/+3 |
| | |||||
* | Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594) | Ned Deily | 2022-09-05 | 1 | -0/+1 |
| | |||||
* | gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) | Christian Heimes | 2022-08-29 | 1 | -6/+12 |
| | |||||
* | Fix typos in comments (#94305) | yutotnh | 2022-06-28 | 1 | -1/+1 |
| | |||||
* | gh-92171: Update Tcl/Tk download links in macOS installer script (GH-92179) | Erlend Egeberg Aasland | 2022-05-09 | 1 | -2/+3 |
| | |||||
* | bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294) | Serhiy Storchaka | 2022-05-08 | 1 | -1/+1 |
| | | | | I suppose it is a remnants of very old code written when str, int, list, dict, etc were functions and not classes. | ||||
* | bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148) | Mariusz Felisiak | 2022-05-06 | 1 | -4/+3 |
| | |||||
* | bpo-45847: Adapt macOS installer build to use new tkinter configure vars ↵ | Ned Deily | 2022-04-05 | 1 | -3/+3 |
| | | | | (GH-32328) | ||||
* | bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) | Christian Heimes | 2022-03-15 | 1 | -3/+3 |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | ||||
* | bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656) | Mariusz Felisiak | 2022-03-15 | 1 | -3/+3 |
| | |||||
* | bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) | Kumar Aditya | 2022-02-01 | 1 | -3/+3 |
| | | | | Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> | ||||
* | bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) | Kumar Aditya | 2021-12-22 | 1 | -4/+3 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||||
* | bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931) | Ned Deily | 2021-12-06 | 1 | -4/+4 |
| | |||||
* | bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk ↵ | Ned Deily | 2021-11-02 | 1 | -1/+1 |
| | | | | 8.6.12rc1 (GH-29367) | ||||
* | Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354) | Ned Deily | 2021-11-01 | 1 | -4/+8 |
| | |||||
* | bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) | Ned Deily | 2021-10-28 | 1 | -1/+1 |
| | | | | when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project. | ||||
* | [Misc] [Mac] Fix typos found using codespell (GH-28756) | Christian Clauss | 2021-10-06 | 1 | -2/+2 |
| | |||||
* | bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621) | Erlend Egeberg Aasland | 2021-09-05 | 1 | -3/+3 |
| | |||||
* | bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051) | Ned Deily | 2021-08-30 | 1 | -3/+4 |
| | |||||
* | Update macOS build-installer script comments for 3.10 and remove unused ↵ | Ned Deily | 2021-07-20 | 1 | -44/+5 |
| | | | | pre-10.5 vestiges. (GH-27253) | ||||
* | bpo-42362: use clang name on 10.9 builds as well (GH-25834) | Ned Deily | 2021-05-03 | 1 | -1/+0 |
| | |||||
* | bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough ↵ | Ronald Oussoren | 2021-05-03 | 1 | -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 Oussoren | 2021-05-03 | 1 | -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 Aasland | 2021-05-03 | 1 | -0/+1 |
| | |||||
* | Fix generated file name for installer builds on macOS 11+. (GH-25661) | Ned Deily | 2021-04-27 | 1 | -6/+28 |
| | |||||
* | bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) | Erlend Egeberg Aasland | 2021-04-27 | 1 | -3/+3 |
| | |||||
* | bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) | Christian Heimes | 2021-03-30 | 1 | -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 |