summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* gh-126133: Only use start year in PSF copyright, remove end years (#126236)Hugo van Kemenade2024-11-122-3/+3
|
* gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (#124453)Ned Deily2024-09-241-3/+3
|
* gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684)Zachary Ware2024-09-051-3/+3
|
* gh-120522: Apply App Store compliance patch during installation (#121947)Russell Keith-Magee2024-07-211-0/+29
| | | Adds a --with-app-store-compliance configuration option that patches out code known to be an issue with App Store review processes. This option is applied automatically on iOS, and optionally on macOS.
* gh-120522: Revert "Add a `--with-app-store-compliance` configure option to ↵Ned Deily2024-07-161-29/+0
| | | | | | patch out problematic code" (gh-120984) (#121844) This reverts commit 48cd104b0cf05dad8958efa9cb9666c029ef9201 prior to the release of 3.13.0b4 to allow for additional review time.
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ↵Russell Keith-Magee2024-06-301-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problematic code (#120984) * Add --app-store-compliance configuration option. * Added blurb. * Correct tab-vs-spaces formatting issue. * Correct source file name in docs. Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> * Correct source code reference in Mac docs Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> * Only apply the patch forward, and ensure the working directory is correct. * Make patching reslient to multiple builds. * Documentation fixes found during review Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com> * Documentation and configure.ac syntax improvements Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> * Regenerate configure script. * Silence the patch echo output. --------- Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
* Update macOS installer screens and README for 3.13.0b1 (GH-118685)Ned Deily2024-05-073-45/+11
|
* gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)Erlend E. Aasland2024-05-032-0/+12
| | | Co-authored-by: Ned Deily <nad@python.org>
* gh-91629 Use conf.d configs and fish_add_path to set the PATH when ↵Andrew Cassidy2024-04-211-6/+7
| | | | | 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 Felisiak2024-04-171-3/+3
|
* gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)Christopher Chavez2024-03-122-86/+4
|
* gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066)Erlend E. Aasland2024-02-061-3/+3
| | | Co-authored-by: Ned Deily <nad@python.org>
* gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)Ned Deily2024-02-061-3/+3
|
* Update copyright years to 2024. (GH-113608)solya0x2024-01-164-8/+8
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)Erlend E. Aasland2023-12-191-3/+3
|
* gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS ↵Ronald Oussoren2023-12-183-0/+6
| | | | | | | (GH-113213) Adding this key with a value of true enables detecting the users prefered language in libraries accessing system APIs for this.
* Fix typos in variable names, function names, and comments (GH-101868)Yang Hau2023-12-011-1/+1
|
* Do not build the macOS installer with mimalloc enabled (#112312)Ned Deily2023-11-221-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 Chavez2023-11-214-2/+198
| | | | | | | | | | | | | | | | 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-111015: Install IDLE.app and Python Launcher.app on macOS with correct ↵Joshua Root2023-10-182-0/+4
| | | | | permissions (gh-111016) Co-authored-by: Ned Deily <nad@python.org>
* gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)jtranquilli2023-10-091-3/+3
|
* gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)Ned Deily2023-09-281-3/+3
|
* gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)Ned Deily2023-08-181-3/+3
|
* Update macOS installer screens to 3.13. (GH-107475)Ned Deily2023-07-312-6/+5
|
* gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)Ned Deily2023-07-311-3/+3
|
* gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)Ned Deily2023-05-311-3/+3
|
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-232-4/+2
| | | | | | | | | * 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 Deily2023-05-222-27/+6
|
* gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)Ned Deily2023-05-221-3/+3
|
* gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)Erlend E. Aasland2023-05-191-3/+3
|
* gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)Mariusz Felisiak2023-05-021-3/+3
|
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-182-5/+4
| | | | | | | 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 Deily2023-04-061-29/+22
| | | | mode. (GH-103303)
* gh-103207: Add instructions to the macOS installer welcome display on how to ↵Ned Deily2023-04-041-5/+34
| | | | workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103251)
* gh-102650: Remove duplicate include directives from multiple source files ↵chgnrdv2023-03-131-1/+0
| | | | | (#102651) Remove duplicate include directives from multiple source files
* gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)Ned Deily2023-03-071-1/+1
|
* gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)Erlend E. Aasland2023-02-101-3/+3
|
* gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)Gregory P. Smith2023-02-091-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 Deily2023-01-102-21/+3
|
* gh-100893: update bpo reference in Mac README (GH-100905)Ned Deily2023-01-101-3/+3
|
* Update additional copyright years to 2023. (GH-100859)Ned Deily2023-01-082-4/+4
|
* Update copyright years to 2023. (gh-100848)Benjamin Peterson2023-01-083-4/+4
|
* 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.
* gh-98940: Fix Mac/Extras.install.py File filter bug (#98943)zhangbo2022-11-161-4/+3
| | | | | Slightly simplify the script and fix a case issue in the name of ``.DS_Store`` files. Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)Erlend E. Aasland2022-10-251-3/+3
|
* Update Mac installer messages to 3.12 alpha (GH-98575)Ned Deily2022-10-232-4/+4
|
* gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE ↵Serhiy Storchaka2022-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.
* Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)Ned Deily2022-09-052-0/+18
|
* gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Christian Heimes2022-08-291-6/+12
|
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)Erlend Egeberg Aasland2022-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>