[Python-checkins] [3.13] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (GH-30196) (#126770)

2024-11-12 Thread asvetlov
https://github.com/python/cpython/commit/b03ba54efc6509a59fd6971f9769c0d9dced1db6 commit: b03ba54efc6509a59fd6971f9769c0d9dced1db6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: asvetlov date: 2024-11-13T04:48:30Z summary: [3.13] bpo-46128:

[Python-checkins] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktraces (#30196)

2024-11-12 Thread asvetlov
https://github.com/python/cpython/commit/2e39d77ddeb51505d65fd54ccfcd72615c6b1927 commit: 2e39d77ddeb51505d65fd54ccfcd72615c6b1927 branch: main author: Andrew Svetlov committer: asvetlov date: 2024-11-13T05:24:33+01:00 summary: bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stackt

[Python-checkins] [3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)

2024-11-12 Thread colesbury
https://github.com/python/cpython/commit/13fe8f946e60f28a7ae3b1e540973986f4eb357c commit: 13fe8f946e60f28a7ae3b1e540973986f4eb357c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-11-12T22:00:42Z summary: [3.13] gh-126688

[Python-checkins] [3.13] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (GH-126593) (#126764)

2024-11-12 Thread barneygale
https://github.com/python/cpython/commit/3dab1cebf7d306e01eb21b773891e7e69ed28688 commit: 3dab1cebf7d306e01eb21b773891e7e69ed28688 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-11-12T21:57:41Z summary: [3.13] GH-12042

[Python-checkins] [3.12] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (GH-126593) (#126763)

2024-11-12 Thread barneygale
https://github.com/python/cpython/commit/361dda59a3a73e4bd2b6498d16dcc22195670d1d commit: 361dda59a3a73e4bd2b6498d16dcc22195670d1d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-11-12T21:53:58Z summary: [3.12] GH-12042

[Python-checkins] gh-126757: fix minor typo (GH-126758)

2024-11-12 Thread brettcannon
https://github.com/python/cpython/commit/8cc6e5c8751139e86b2a9fa5228795e6c5caaff9 commit: 8cc6e5c8751139e86b2a9fa5228795e6c5caaff9 branch: main author: Yuxuan Zhang committer: brettcannon date: 2024-11-12T13:23:40-08:00 summary: gh-126757: fix minor typo (GH-126758) files: M Python/bltinmodule.

[Python-checkins] gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)

2024-11-12 Thread zooba
https://github.com/python/cpython/commit/4b00aba42e4d9440d22e399ec2122fe8601bbe54 commit: 4b00aba42e4d9440d22e399ec2122fe8601bbe54 branch: main author: Nice Zombies committer: zooba date: 2024-11-12T21:18:03Z summary: gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938) file

[Python-checkins] gh-126688: Reinit import lock after fork (#126692)

2024-11-12 Thread colesbury
https://github.com/python/cpython/commit/5610860840aa71b186fc5639211dd268b817d65f commit: 5610860840aa71b186fc5639211dd268b817d65f branch: main author: Sam Gross committer: colesbury date: 2024-11-12T15:53:58-05:00 summary: gh-126688: Reinit import lock after fork (#126692) The PyMutex implemen

[Python-checkins] gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116903)

2024-11-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7577307ebdaeef6702b639e22a896080e81aae4e commit: 7577307ebdaeef6702b639e22a896080e81aae4e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-12T21:10:29+02:00 summary: gh-116897: Deprecate generic false values in urllib.parse.

[Python-checkins] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (#126593)

2024-11-12 Thread barneygale
https://github.com/python/cpython/commit/bf224bd7cef5d24eaff35945ebe7ffe14df7710f commit: bf224bd7cef5d24eaff35945ebe7ffe14df7710f branch: main author: Barney Gale committer: barneygale date: 2024-11-12T19:52:30Z summary: GH-120423: `pathname2url()`: handle forward slashes in Windows paths (#126

[Python-checkins] gh-89083: add support for UUID version 8 (RFC 9562) (#123224)

2024-11-12 Thread vstinner
https://github.com/python/cpython/commit/03924b5deeb766fabd53ced28ba707e4dd08fb60 commit: 03924b5deeb766fabd53ced28ba707e4dd08fb60 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-11-12T19:08:49+01:00 summary: gh-89083: add support for

[Python-checkins] gh-126705: Make os.PathLike more like a protocol (#126706)

2024-11-12 Thread AlexWaygood
https://github.com/python/cpython/commit/a83472f49b958c55befd82c871be26afbf500306 commit: a83472f49b958c55befd82c871be26afbf500306 branch: main author: Stephen Morton committer: AlexWaygood date: 2024-11-12T17:54:13Z summary: gh-126705: Make os.PathLike more like a protocol (#126706) it can now

[Python-checkins] gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)

2024-11-12 Thread ericsnowcurrently
https://github.com/python/cpython/commit/73cf0690997647c9801d9ebba43305a868d3b776 commit: 73cf0690997647c9801d9ebba43305a868d3b776 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-11-12T10:41:51-07:00 summary: gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2)

[Python-checkins] gh-95382: Use cache for indentations in the JSON encoder (GH-118636)

2024-11-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6b2a19681eb5c132caa73a268724c7d502794867 commit: 6b2a19681eb5c132caa73a268724c7d502794867 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-12T17:19:15Z summary: gh-95382: Use cache for indentations in the JSON encoder (GH-11

[Python-checkins] [3.13] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (GH-126733) (#126736)

2024-11-12 Thread kumaraditya303
https://github.com/python/cpython/commit/2da063e0b2823a770e898f2b7babe2dfc006b8d5 commit: 2da063e0b2823a770e898f2b7babe2dfc006b8d5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-11-12T13:04:27Z summary: [3.13] gh-1

[Python-checkins] [3.13] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617) (#126739)

2024-11-12 Thread vstinner
https://github.com/python/cpython/commit/865f096f51bb7290eb10b33b330f387d245c2472 commit: 865f096f51bb7290eb10b33b330f387d245c2472 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-12T14:14:21Z summary: [3.13] gh-126595:

[Python-checkins] [3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617) (#126740)

2024-11-12 Thread vstinner
https://github.com/python/cpython/commit/46710ca5f263936a2e36fa5d0f140cf9f50b2618 commit: 46710ca5f263936a2e36fa5d0f140cf9f50b2618 branch: 3.12 author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-11-12T14:05:23Z summary: [3.12] gh-126595: fix a crash w

[Python-checkins] gh-126133: Only use start year in PSF copyright, remove end years (#126236)

2024-11-12 Thread hugovk
https://github.com/python/cpython/commit/91f4908798074db6c41925b4417bee1f933aca93 commit: 91f4908798074db6c41925b4417bee1f933aca93 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-12T15:59:19+0

[Python-checkins] gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)

2024-11-12 Thread vstinner
https://github.com/python/cpython/commit/8ff7efb46d34ee454239bd86ff5136f386b9749b commit: 8ff7efb46d34ee454239bd86ff5136f386b9749b branch: main author: RUANG (James Roy) committer: vstinner date: 2024-11-12T14:18:06+01:00 summary: gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#1260

[Python-checkins] gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)

2024-11-12 Thread erlend-aasland
https://github.com/python/cpython/commit/abb90ba46c597a1b192027e914ad312dd62d2462 commit: abb90ba46c597a1b192027e914ad312dd62d2462 branch: main author: Sayandip Dutta committer: erlend-aasland date: 2024-11-12T13:11:58Z summary: gh-125916: Allow functools.reduce() 'initial' to be a keyword argum

[Python-checkins] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)

2024-11-12 Thread vstinner
https://github.com/python/cpython/commit/6e3bb8a91380ba98d704f2dca8e98923c0abc8a8 commit: 6e3bb8a91380ba98d704f2dca8e98923c0abc8a8 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-11-12T14:10:10+01:00 summary: gh-126595: fix a crash whe

[Python-checkins] [3.12] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (GH-126733) (#126737)

2024-11-12 Thread kumaraditya303
https://github.com/python/cpython/commit/b13b84ab707bbc06b26a1ed4fb58253ff309c5dd commit: b13b84ab707bbc06b26a1ed4fb58253ff309c5dd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-11-12T13:04:25Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865) (gh-125709) (GH-125204)

2024-11-12 Thread encukou
https://github.com/python/cpython/commit/02cd3ce0f201df98939c65bcba8445bb0b70717b commit: 02cd3ce0f201df98939c65bcba8445bb0b70717b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-11-12T13:45:12+01:00 summary: [3.13] gh-116

[Python-checkins] gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126733)

2024-11-12 Thread kumaraditya303
https://github.com/python/cpython/commit/37c57dfad12744608091653fd753a1f770e2479b commit: 37c57dfad12744608091653fd753a1f770e2479b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-11-12T18:01:34+05:30 summary: gh-126405: fix use-after-free in `_asyncio.Future.remove_done_ca

[Python-checkins] [3.13] gh-126451: Revert backports of ABC registrations for `contextvars.Context` and multiprocessing proxies (#126734)

2024-11-12 Thread AlexWaygood
https://github.com/python/cpython/commit/4f1440fd89c58c46094422423972496b5d870316 commit: 4f1440fd89c58c46094422423972496b5d870316 branch: 3.13 author: Alex Waygood committer: AlexWaygood date: 2024-11-12T12:29:13Z summary: [3.13] gh-126451: Revert backports of ABC registrations for `contextvar

[Python-checkins] [3.12] gh-126451: Revert backports of ABC registrations for contextvars.Context and multiprocessing proxies (#126735)

2024-11-12 Thread AlexWaygood
https://github.com/python/cpython/commit/86efa2f1fa5ad8ddcf5966104a580cd33218547e commit: 86efa2f1fa5ad8ddcf5966104a580cd33218547e branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-11-12T12:26:23Z summary: [3.12] gh-126451: Revert backports of ABC registrations for contextvars.

[Python-checkins] gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'s C and Python implementations (GH-126329)

2024-11-12 Thread encukou
https://github.com/python/cpython/commit/0ef84b0e2bf511b2cb5268a9ce64d7f2209fb3c4 commit: 0ef84b0e2bf511b2cb5268a9ce64d7f2209fb3c4 branch: main author: Daehee Kim committer: encukou date: 2024-11-12T13:01:56+01:00 summary: gh-126209: Fix inconsistency of `skip_file_prefixes` in `warnings.warn`'

[Python-checkins] [3.13] Fix error message of "Check if Autoconf files are up to date" job (GH-126683) (#126717)

2024-11-12 Thread sobolevn
https://github.com/python/cpython/commit/efd8fe4e6e6c0bfe41662a5e53d024dda7ac6e54 commit: efd8fe4e6e6c0bfe41662a5e53d024dda7ac6e54 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-12T11:01:39Z summary: [3.13] Fix error

[Python-checkins] [3.12] gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (GH-126526) (#126726)

2024-11-12 Thread sobolevn
https://github.com/python/cpython/commit/bc31c73f5aaa1c3d03f1552be6be8b44b4604b4c commit: bc31c73f5aaa1c3d03f1552be6be8b44b4604b4c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-12T10:41:28Z summary: [3.12] gh-126525:

[Python-checkins] [3.13] gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (GH-126526) (#126725)

2024-11-12 Thread sobolevn
https://github.com/python/cpython/commit/6cefffcdeeb52462ef3c72e9f049b57d4fdee220 commit: 6cefffcdeeb52462ef3c72e9f049b57d4fdee220 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-12T10:48:55Z summary: [3.13] gh-126525:

[Python-checkins] gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (#126526)

2024-11-12 Thread sobolevn
https://github.com/python/cpython/commit/f223efb2a2d6a3e86556be7295cbbd3ef839f489 commit: f223efb2a2d6a3e86556be7295cbbd3ef839f489 branch: main author: sobolevn committer: sobolevn date: 2024-11-12T13:23:57+03:00 summary: gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (#126526)

[Python-checkins] [3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-126477)

2024-11-12 Thread ambv
https://github.com/python/cpython/commit/fb0b642bf1aa3ec276304b7170deedd5040c1698 commit: fb0b642bf1aa3ec276304b7170deedd5040c1698 branch: 3.9 author: Petr Viktorin committer: ambv date: 2024-11-12T10:26:31+01:00 summary: [3.9] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-12

[Python-checkins] gh-126699: allow AsyncIterator to be used as a base for Protocols (#126702)

2024-11-12 Thread AlexWaygood
https://github.com/python/cpython/commit/feb3e0b19cb03f06364a3f5e970f0861b8883d1c commit: feb3e0b19cb03f06364a3f5e970f0861b8883d1c branch: main author: Stephen Morton committer: AlexWaygood date: 2024-11-12T09:17:07Z summary: gh-126699: allow AsyncIterator to be used as a base for Protocols (#12

[Python-checkins] [3.12] Fix error message of "Check if Autoconf files are up to date" job (GH-126683) (#126718)

2024-11-12 Thread sobolevn
https://github.com/python/cpython/commit/41873c839b104c3d4f0d1cecdb65b6c4e41b6e8f commit: 41873c839b104c3d4f0d1cecdb65b6c4e41b6e8f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-12T08:10:55Z summary: [3.12] Fix error