]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Irit Katriel [Thu, 26 Oct 2023 15:30:18 +0000 (16:30 +0100)]
gh-111354: define names for RESUME oparg values (#111365)
Serhiy Storchaka [Thu, 26 Oct 2023 15:07:06 +0000 (18:07 +0300)]
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Regular expression pattern `(?s:.)` is much faster than `[\s\S]`.
Irit Katriel [Thu, 26 Oct 2023 13:43:10 +0000 (14:43 +0100)]
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Serhiy Storchaka [Thu, 26 Oct 2023 13:42:42 +0000 (16:42 +0300)]
Output more details in the re tracing (GH-111357)
Nikita Sobolev [Thu, 26 Oct 2023 12:45:39 +0000 (15:45 +0300)]
gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_coverage` (#111349)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Mark Shannon [Thu, 26 Oct 2023 10:33:12 +0000 (11:33 +0100)]
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon [Thu, 26 Oct 2023 10:31:51 +0000 (11:31 +0100)]
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-111350)
Batuhan Taskaya [Thu, 26 Oct 2023 07:05:29 +0000 (00:05 -0700)]
bpo-43950: handle wide unicode characters in tracebacks (#28150)
Pablo Galindo Salgado [Thu, 26 Oct 2023 06:17:28 +0000 (15:17 +0900)]
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Tian Gao [Wed, 25 Oct 2023 18:03:32 +0000 (11:03 -0700)]
Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring` (#111291)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Khalil Mouawad [Wed, 25 Oct 2023 17:32:09 +0000 (20:32 +0300)]
gh-110679: Improved markup in enum.rst (GH-110747)
Irit Katriel [Wed, 25 Oct 2023 15:22:34 +0000 (16:22 +0100)]
gh-100762: Fix optimization in gen_close (#111069)
Serhiy Storchaka [Wed, 25 Oct 2023 14:50:25 +0000 (17:50 +0300)]
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
Erlend E. Aasland [Wed, 25 Oct 2023 13:58:00 +0000 (15:58 +0200)]
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)
Add a guide for how to handle non-UTF-8 text encodings.
Link to that guide from the 'text_factory' docs.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Corvin <corvin@corvin.dev>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Hugo van Kemenade [Wed, 25 Oct 2023 13:47:41 +0000 (16:47 +0300)]
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188)
Nikita Sobolev [Wed, 25 Oct 2023 13:42:18 +0000 (16:42 +0300)]
gh-111230: Fix errors checking in _ssl module init (#111232)
Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Serhiy Storchaka [Wed, 25 Oct 2023 10:50:16 +0000 (13:50 +0300)]
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
Serhiy Storchaka [Wed, 25 Oct 2023 09:41:21 +0000 (12:41 +0300)]
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Remove no longer used functions run_unittest() and run_doctest() from
the test.support module.
scoder [Wed, 25 Oct 2023 09:33:48 +0000 (11:33 +0200)]
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
* gh-106320: Re-add _PyLong_FromByteArray(), _PyLong_AsByteArray() and _PyLong_GCD() to the public header files since they are used by third-party packages and there is no efficient replacement.
See https://github.com/python/cpython/issues/111140
See https://github.com/python/cpython/issues/111139
* gh-111262: Re-add _PyDict_Pop() to have a C-API until a new public one is designed.
Serhiy Storchaka [Wed, 25 Oct 2023 08:33:12 +0000 (11:33 +0300)]
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
* Move existing tests for PySys_GetObject() and PySys_SetObject() into
specialized files.
* Add test for PySys_GetXOptions() using _testcapi.
* Add tests for PySys_FormatStdout(), PySys_FormatStderr(),
PySys_WriteStdout() and PySys_WriteStderr() using ctypes.
Artyom Romanov [Wed, 25 Oct 2023 08:05:37 +0000 (13:05 +0500)]
Bump test deps: `ruff` and `mypy` (#111288)
Nikita Sobolev [Wed, 25 Oct 2023 07:19:40 +0000 (10:19 +0300)]
gh-111295: Fix error checking in time extension module init (#111296)
Introduce ADD_INT macro wrapper for PyModule_AddIntConstant()
Nikita Sobolev [Wed, 25 Oct 2023 07:18:21 +0000 (10:18 +0300)]
gh-111233: Fix error checking in select extension module init (#111234)
Introduce ADD_INT macro wrapper for PyModule_AddIntConstant()
Nikita Sobolev [Wed, 25 Oct 2023 07:11:04 +0000 (10:11 +0300)]
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev [Wed, 25 Oct 2023 06:32:46 +0000 (09:32 +0300)]
gh-111251: Fix error checking in _blake2 module init (#111252)
Introduce ADD_INT_CONST macro wrapper for PyModule_AddIntConstant()
Pablo Galindo Salgado [Wed, 25 Oct 2023 06:15:41 +0000 (15:15 +0900)]
gh-57129: Add test for inspect.getsource in the REPL (#111197)
Pavel Karateev [Tue, 24 Oct 2023 21:19:54 +0000 (23:19 +0200)]
Fix first parameter name in `tool` functions from `sys.monitoring` (#111286)
Jokimax [Tue, 24 Oct 2023 21:15:42 +0000 (00:15 +0300)]
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565)
gh-102956: Fix returning of empty byte strings after seek in zipfile module. This was a regression in 3.12.0 due to a performance enhancement.
Brandt Bucher [Tue, 24 Oct 2023 20:27:42 +0000 (13:27 -0700)]
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
InSync [Tue, 24 Oct 2023 17:30:13 +0000 (00:30 +0700)]
GH-111182: Update EnumType.__contains__ docs (GH-111184)
Jochen Sprickerhof [Tue, 24 Oct 2023 17:11:51 +0000 (19:11 +0200)]
gh-109017: Use non alternate name for Kyiv (GH-109251)
tzdata provides Kiev as an alternative to Kyiv:
https://sources.debian.org/src/tzdata/2023c-10/backward/?hl=314#L314
But Debian moved it to the tzdata-legacy package breaking the test:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=
1050530
This patch switches to the name provided by tzdata.
Also check that the new name is actually available.
Zachary Ware [Tue, 24 Oct 2023 16:09:13 +0000 (11:09 -0500)]
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
This reverts commit
7f316763402a7d5556deecc3acd06cb719e189b3 .
The change resulted in a tautology and should not have been made. There
may be an opportunity for additional clarity in this section, but this
change wasn't it :)
Ref: https://github.com/python/cpython/pull/108427#issuecomment-
1777525740
InSync [Tue, 24 Oct 2023 15:22:08 +0000 (22:22 +0700)]
gh-111151: Convert monospaced directives to :ref: (#111152)
Serhiy Storchaka [Tue, 24 Oct 2023 10:02:12 +0000 (13:02 +0300)]
gh-75666: Tkinter: add tests for binding (GH-111202)
Serhiy Storchaka [Tue, 24 Oct 2023 09:59:19 +0000 (12:59 +0300)]
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
It now always returns an integer if one or less counting options are specified.
Previously it could return a single count as a 1-tuple, an integer (only if
option "update" was specified) or None if no items found.
The result is now the same if wantobjects is set to 0.
Michael Droettboom [Tue, 24 Oct 2023 08:57:39 +0000 (04:57 -0400)]
gh-110019: Refactor summarize_stats (GH-110398)
James Tocknell [Tue, 24 Oct 2023 08:03:35 +0000 (19:03 +1100)]
Fix typo in sys docs (#111196)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Savannah Ostrowski [Tue, 24 Oct 2023 06:13:16 +0000 (23:13 -0700)]
GH-94438: Restore ability to jump over None tests (GH-111237)
Nikita Sobolev [Tue, 24 Oct 2023 05:50:11 +0000 (08:50 +0300)]
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Radislav Chugunov [Mon, 23 Oct 2023 23:06:59 +0000 (02:06 +0300)]
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911)
Fixes #109894
* set `interp.static_objects.last_resort_memory_error.args` to empty tuple to avoid crash on `PyErr_Display()` call
* allow `_PyExc_InitGlobalObjects()` to be called on subinterpreter init
---------
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Hugo van Kemenade [Mon, 23 Oct 2023 19:05:56 +0000 (22:05 +0300)]
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Anthony Shaw [Mon, 23 Oct 2023 16:00:52 +0000 (03:00 +1100)]
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
Don Patterson [Mon, 23 Oct 2023 15:54:29 +0000 (12:54 -0300)]
typo: missing line of output in pull parser example (#111068)
Pablo Martí Gamboa [Mon, 23 Oct 2023 15:43:08 +0000 (17:43 +0200)]
Fix typo in 3.13's whatsnew (#111215)
hetmankp [Mon, 23 Oct 2023 13:55:39 +0000 (00:55 +1100)]
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
Before, the '-s STRIPDIR' option on
compileall lead to some surprising results as it only strips away
path components that match, but leaves alone the non-matching ones
interspersed in between.
For example, with: python -m compileall -s/path/to/another/src
/path/to/build/src/file.py
The resulting written path will be: build/file.py
This fix only strips directories that are a fully matching prefix of the
source path. If a stripdir is provided that is not a valid prefix, a
warning will be displayed (which can be silenced with '-qq').
Mark Shannon [Mon, 23 Oct 2023 13:49:09 +0000 (14:49 +0100)]
GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384)
Furkan Onder [Mon, 23 Oct 2023 09:54:46 +0000 (12:54 +0300)]
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Nick [Mon, 23 Oct 2023 07:56:36 +0000 (10:56 +0300)]
gh-110383: Italicize variable name (#111206)
Nick [Mon, 23 Oct 2023 07:22:17 +0000 (10:22 +0300)]
gh-110383: Added explanation about simplest regex use case for quantifiers. (#111110)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Ayappan Perumal [Sun, 22 Oct 2023 20:58:52 +0000 (02:28 +0530)]
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
Tian Gao [Sun, 22 Oct 2023 18:50:51 +0000 (11:50 -0700)]
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Hugo van Kemenade [Sun, 22 Oct 2023 18:45:17 +0000 (21:45 +0300)]
gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)
Nikita Sobolev [Sun, 22 Oct 2023 17:11:57 +0000 (20:11 +0300)]
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
* gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst`
* Update Doc/library/asyncio-eventloop.rst
* Update Doc/library/asyncio-eventloop.rst
---------
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Maciej Olko [Sun, 22 Oct 2023 11:53:17 +0000 (13:53 +0200)]
gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)
Hugo van Kemenade [Sun, 22 Oct 2023 07:17:03 +0000 (10:17 +0300)]
gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)
Serhiy Storchaka [Sat, 21 Oct 2023 19:18:34 +0000 (22:18 +0300)]
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
asyncio.TaskGroup and asyncio.Timeout classes now raise proper RuntimeError
if they are improperly used.
* When they are used without entering the context manager.
* When they are used after finishing.
* When the context manager is entered more than once (simultaneously or
sequentially).
* If there is no current task when entering the context manager.
They now remain in a consistent state after an exception is thrown,
so subsequent operations can be performed correctly (if they are allowed).
Co-authored-by: James Hilton-Balfe <gobot1234yt@gmail.com>
Nikita Sobolev [Sat, 21 Oct 2023 18:02:00 +0000 (21:02 +0300)]
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
Nikita Sobolev [Sat, 21 Oct 2023 15:30:14 +0000 (18:30 +0300)]
gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring (#111158)
Serhiy Storchaka [Sat, 21 Oct 2023 14:44:46 +0000 (17:44 +0300)]
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Test case matching patterns specified by options --match, --ignore,
--matchfile and --ignorefile are now tested in the order of
specification, and the last match determines whether the test case be run
or ignored.
Irit Katriel [Sat, 21 Oct 2023 12:38:29 +0000 (13:38 +0100)]
gh-111123: symtable should visit exception handlers before the else block (#111142)
Nikita Sobolev [Sat, 21 Oct 2023 12:23:09 +0000 (15:23 +0300)]
gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573)
Nikita Sobolev [Sat, 21 Oct 2023 12:09:01 +0000 (15:09 +0300)]
gh-111155: Fix direct invocation of test_pprint (GH-111156)
Nikita Sobolev [Sat, 21 Oct 2023 11:26:03 +0000 (14:26 +0300)]
gh-110974: Make sure all test_zoneinfo tests are collected (GH-110975)
Test classes from the test_zoneinfo submodule were overridden by
test classes from the test_zoneinfo_property submodule with the same name.
Victor Stinner [Sat, 21 Oct 2023 08:37:48 +0000 (10:37 +0200)]
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
If the SOURCE_DATE_EPOCH environment variable is defined, use its
value as the random seed.
Gouvernathor [Fri, 20 Oct 2023 22:54:02 +0000 (00:54 +0200)]
gh-106310 - document the __signature__ attribute (#106311)
Document the __signature__ attribute
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
YAMAMOTO Takashi [Fri, 20 Oct 2023 21:54:03 +0000 (06:54 +0900)]
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
Victor Stinner [Fri, 20 Oct 2023 21:42:02 +0000 (23:42 +0200)]
gh-110964: clinic: refactor output_templates() (#110982)
Kirill Podoprigora [Fri, 20 Oct 2023 20:37:38 +0000 (23:37 +0300)]
gh-111133: Remove unnecessary PyFrozenSet_Check() calls in const folding (GH-111137)
frozenset does not support multiplication.
Nikita Sobolev [Fri, 20 Oct 2023 20:31:26 +0000 (23:31 +0300)]
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
Victor Stinner [Fri, 20 Oct 2023 18:04:27 +0000 (20:04 +0200)]
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
PyUnicode_AsUTF8() now raises an exception if the string contains
embedded null characters.
Nikita Sobolev [Fri, 20 Oct 2023 18:03:32 +0000 (21:03 +0300)]
gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typing` (#111127)
Victor Stinner [Fri, 20 Oct 2023 18:03:11 +0000 (20:03 +0200)]
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
On error, PyUnicode_AsUTF8AndSize() now sets the size argument to -1,
to avoid undefined value.
Victor Stinner [Fri, 20 Oct 2023 17:29:27 +0000 (19:29 +0200)]
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Add PyUnicode_AsUTF8() function to the limited C API.
multiprocessing posixshmem now uses PyUnicode_AsUTF8() instead of
PyUnicode_AsUTF8AndSize(): the extension is built with the limited C
API. The function now raises an exception if the filename contains an
embedded null character instead of truncating silently the filename.
Sam Gross [Fri, 20 Oct 2023 16:51:34 +0000 (18:51 +0200)]
gh-111119: Fix flaky test test_lock_two_threads (gh-111124)
Serhiy Storchaka [Fri, 20 Oct 2023 16:39:45 +0000 (19:39 +0300)]
gh-110093: Partially revert previous change in socketmodule.c (GH-111120)
Victor Stinner [Fri, 20 Oct 2023 15:59:29 +0000 (17:59 +0200)]
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
* PyUnicode_AsUTF8() now raises an exception if the string contains
embedded null characters.
* Update related C API tests (test_capi.test_unicode).
* type_new_set_doc() uses PyUnicode_AsUTF8AndSize() to silently
truncate doc containing null bytes.
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Serhiy Storchaka [Fri, 20 Oct 2023 15:08:41 +0000 (18:08 +0300)]
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka [Fri, 20 Oct 2023 14:07:14 +0000 (17:07 +0300)]
Synchronize test_contextlib with test_contextlib_async (GH-111000)
Tamás Hegedűs [Fri, 20 Oct 2023 11:52:31 +0000 (13:52 +0200)]
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Serhiy Storchaka [Fri, 20 Oct 2023 09:54:00 +0000 (12:54 +0300)]
Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)
Hugo van Kemenade [Fri, 20 Oct 2023 04:33:17 +0000 (07:33 +0300)]
gh-101100: Fix Sphinx warnings in `library/tty.rst` (#111079)
Fix Sphinx warnings in library/tty.rst
Terry Jan Reedy [Fri, 20 Oct 2023 03:58:41 +0000 (23:58 -0400)]
gh-111092: Make turtledemo run without default root enabled (#111093)
Add missing 'root' argument to PanedWindow call.
Other root children already have it.
Victor Stinner [Thu, 19 Oct 2023 22:23:49 +0000 (00:23 +0200)]
gh-85283: Build posixshmem extension with Limited C API (#111087)
Build the _multiprocessing.posixshmem extension with the Limited C
API.
* Add <errno.h> include.
* Replace PyUnicode_AsUTF8() with PyUnicode_AsUTF8AndSize().
Furkan Onder [Thu, 19 Oct 2023 22:09:57 +0000 (01:09 +0300)]
gh-67565: Add tests for C-contiguity checks (GH-110951)
sc07kvm [Thu, 19 Oct 2023 21:26:30 +0000 (00:26 +0300)]
Remove unnecessary while in SocketIO.readinto (GH-111057)
It is unnecessary after removing "continue" in
6e6c59b (bpo-42357).
Ned Batchelder [Thu, 19 Oct 2023 16:52:56 +0000 (12:52 -0400)]
add 3.13 as an option on the bug form (#111083)
Unique-Usman [Thu, 19 Oct 2023 15:10:06 +0000 (20:40 +0530)]
gh-109510: Clearly explain "Which Docstrings Are Examined" (#109696)
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
Co-authored-by: Jacob Coffee <jacob@z7x.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Adam Turner [Thu, 19 Oct 2023 15:05:17 +0000 (16:05 +0100)]
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner [Thu, 19 Oct 2023 15:05:05 +0000 (16:05 +0100)]
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Nikita Sobolev [Thu, 19 Oct 2023 15:04:29 +0000 (18:04 +0300)]
gh-101100: Fix sphinx warnings in `library/getpass.rst` (#110461)
Eric Snow [Thu, 19 Oct 2023 14:52:02 +0000 (08:52 -0600)]
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
This restores their shareability, which was disabled by gh-110318 due to ref leaks.
Eric Snow [Thu, 19 Oct 2023 14:51:21 +0000 (08:51 -0600)]
gh-76785: Add *Channel.is_closed (gh-110606)
Nikita Sobolev [Thu, 19 Oct 2023 14:20:52 +0000 (17:20 +0300)]
gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)
Nikita Sobolev [Thu, 19 Oct 2023 08:29:45 +0000 (11:29 +0300)]
gh-111031: Check more files in `test_tokenize` (#111032)
Terry Jan Reedy [Thu, 19 Oct 2023 04:03:24 +0000 (00:03 -0400)]
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
Replace tuple value with internal name, removing numbers.
Remove sorting of already ordered dislay names.
Remove '[0]' indexing into now-gone tuple.
Tian Gao [Wed, 18 Oct 2023 23:15:42 +0000 (16:15 -0700)]
GH-103082: Clean up the sys.monitoring docs (GH-110532)
Nikita Sobolev [Wed, 18 Oct 2023 22:09:45 +0000 (01:09 +0300)]
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
Tian Gao [Wed, 18 Oct 2023 20:24:00 +0000 (13:24 -0700)]
GH-104232: Fix statement about trace return values (GH-110516)
Tian Gao [Wed, 18 Oct 2023 18:36:43 +0000 (11:36 -0700)]
GH-102895 Add an option local_exit in code.interact to block exit() from terminating the whole process (GH-102896)
Joshua Root [Wed, 18 Oct 2023 13:02:36 +0000 (00:02 +1100)]
gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111016)
Co-authored-by: Ned Deily <nad@python.org>