Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (#132190) | Ned Deily | 2025-04-07 |
| | |||
* | gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189) | Ned Deily | 2025-04-07 |
| | | | Patch by Bénédikt Tran. | ||
* | gh-129917: Update installers to use SQLite 3.49.1 (#131025) | Erlend E. Aasland | 2025-03-31 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||
* | gh-91132: Update macOS installer to use ncurses 6.5. (#129990) | Ned Deily | 2025-02-10 |
| | |||
* | gh-126133: Only use start year in PSF copyright, remove end years (#126236) | Hugo van Kemenade | 2024-11-12 |
| | |||
* | gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (#124453) | Ned Deily | 2024-09-24 |
| | |||
* | gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684) | Zachary Ware | 2024-09-05 |
| | |||
* | Update macOS installer screens and README for 3.13.0b1 (GH-118685) | Ned Deily | 2024-05-07 |
| | |||
* | gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382) | Erlend E. Aasland | 2024-05-03 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||
* | gh-91629 Use conf.d configs and fish_add_path to set the PATH when ↵ | Andrew Cassidy | 2024-04-21 |
| | | | | | installing for the Fish shell. (GH-91630) Co-authored-by: Erlend E. Aasland <erlend@python.org> | ||
* | gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443) | Mariusz Felisiak | 2024-04-17 |
| | |||
* | gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) | Christopher Chavez | 2024-03-12 |
| | |||
* | gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) | Erlend E. Aasland | 2024-02-06 |
| | | | 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-05 |
| | |||
* | gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279) | Erlend E. Aasland | 2023-12-19 |
| | |||
* | Fix typos in variable names, function names, and comments (GH-101868) | Yang Hau | 2023-12-01 |
| | |||
* | Do not build the macOS installer with mimalloc enabled (#112312) | Ned Deily | 2023-11-22 |
| | | | | | 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 |
| | | | | | | | | | | | | | | | | 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 |
| | |||
* | gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003) | Ned Deily | 2023-09-28 |
| | |||
* | gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) | Ned Deily | 2023-08-18 |
| | |||
* | Update macOS installer screens to 3.13. (GH-107475) | Ned Deily | 2023-07-31 |
| | |||
* | gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474) | Ned Deily | 2023-07-31 |
| | |||
* | gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130) | Ned Deily | 2023-05-31 |
| | |||
* | gh-104780: Remove 2to3 program and lib2to3 module (#104781) | Victor Stinner | 2023-05-23 |
| | | | | | | | | | * Remove the Tools/scripts/2to3 script. * Remove the Lib/test/test_lib2to3/ directory. * Doc/tools/extensions/pyspecific.py: remove the "2to3fixer" object type. * Makefile and PC/layout/main.py no longer compile lib2to3 grammar files. * Update Makefile for 2to3 removal. | ||
* | Update macOS installer ReadMe and Welcome screens for 3.12.0b1. (GH-104739) | Ned Deily | 2023-05-22 |
| | |||
* | gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738) | Ned Deily | 2023-05-22 |
| | |||
* | gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624) | Erlend E. Aasland | 2023-05-19 |
| | |||
* | gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998) | Mariusz Felisiak | 2023-05-02 |
| | |||
* | gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039) | Pradyun Gedam | 2023-04-17 |
| | | | | | | | Remove the bundled setuptools wheel from ensurepip, and stop installing setuptools in environments created by venv. Co-Authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> | ||
* | gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark ↵ | Ned Deily | 2023-04-05 |
| | | | | mode. (GH-103303) | ||
* | gh-103207: Add instructions to the macOS installer welcome display on how to ↵ | Ned Deily | 2023-04-04 |
| | | | | workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103251) | ||
* | gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) | Ned Deily | 2023-03-06 |
| | |||
* | gh-101759: Update macOS installer to SQLite 3.40.1 (#101761) | Erlend E. Aasland | 2023-02-10 |
| | |||
* | gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) | Gregory P. Smith | 2023-02-09 |
| | | | | 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 |
| | |||
* | gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639) | Erlend E. Aasland | 2022-10-25 |
| | |||
* | Update Mac installer messages to 3.12 alpha (GH-98575) | Ned Deily | 2022-10-23 |
| | |||
* | gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE ↵ | Serhiy Storchaka | 2022-09-25 |
| | | | | | | | (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. | ||
* | Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594) | Ned Deily | 2022-09-05 |
| | |||
* | gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) | Christian Heimes | 2022-08-29 |
| | |||
* | Fix typos in comments (#94305) | yutotnh | 2022-06-28 |
| | |||
* | gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049) | Victor Stinner | 2022-06-21 |
| | | | | | | | | * Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/. * Remove Lib/test/test_lib2to3.py. * Update imports. * all_project_files(): use different paths and sort files to make the tests more reproducible. * Update references to tests. | ||
* | gh-92171: Update Tcl/Tk download links in macOS installer script (GH-92179) | Erlend Egeberg Aasland | 2022-05-09 |
| | |||
* | bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294) | Serhiy Storchaka | 2022-05-08 |
| | | | | 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 |
| | |||
* | bpo-45847: Adapt macOS installer build to use new tkinter configure vars ↵ | Ned Deily | 2022-04-05 |
| | | | | (GH-32328) | ||
* | bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) | Christian Heimes | 2022-03-15 |
| | | | 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 |
| | |||
* | bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) | Kumar Aditya | 2022-02-01 |
| | | | | Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> |