[Python-checkins] [3.14] gh-132339: Add support for OpenSSL 3.5 (GH-137720) (#137747)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/d8f4d56f839eb90a0ebe17227a4fa3abc926db42 commit: d8f4d56f839eb90a0ebe17227a4fa3abc926db42 branch: 3.14 author: Zachary Ware committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-14T08:58:18+03:00 summary: [3.14] gh-132339: Add support f

[Python-checkins] gh-132339: Add support for OpenSSL 3.5 (GH-137720)

2025-08-13 Thread zware
https://github.com/python/cpython/commit/7a703c8f1942c8bd07943458962f6e59d2892757 commit: 7a703c8f1942c8bd07943458962f6e59d2892757 branch: main author: Zachary Ware committer: zware date: 2025-08-13T23:18:03-05:00 summary: gh-132339: Add support for OpenSSL 3.5 (GH-137720) * Add OpenSSL 3.5.2 d

[Python-checkins] Use the latest dev container image perpetually (#137734)

2025-08-13 Thread brettcannon
https://github.com/python/cpython/commit/14319a99e52954d038d7568c5119be161a00a6b8 commit: 14319a99e52954d038d7568c5119be161a00a6b8 branch: main author: Brett Cannon committer: brettcannon date: 2025-08-13T14:05:08-07:00 summary: Use the latest dev container image perpetually (#137734) With `Too

[Python-checkins] gh-131788: make resource_tracker re-entrant safe (GH-131787)

2025-08-13 Thread gpshead
https://github.com/python/cpython/commit/f24a012350f71141648cbd61081a25a458dd7fff commit: f24a012350f71141648cbd61081a25a458dd7fff branch: main author: Thomas Grainger committer: gpshead <68491+gpsh...@users.noreply.github.com> date: 2025-08-13T20:00:23Z summary: gh-131788: make resource_tracker

[Python-checkins] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)

2025-08-13 Thread colesbury
https://github.com/python/cpython/commit/a10152f8fd0f4b291e53d646cffe22fbeec73e1e commit: a10152f8fd0f4b291e53d646cffe22fbeec73e1e branch: main author: Sam Gross committer: colesbury date: 2025-08-13T14:15:12-04:00 summary: gh-137400: Fix thread-safety issues when profiling all threads (gh-13751

[Python-checkins] [3.13] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313) (GH-137723)

2025-08-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9417ea59410c750be28feb819df924ed2e049882 commit: 9417ea59410c750be28feb819df924ed2e049882 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-08-13T21:11:25+03:00 summary: [3.1

[Python-checkins] Add internal doc describing the stack protection mechanism (GH137663)

2025-08-13 Thread markshannon
https://github.com/python/cpython/commit/923d68655b6730f297106b2e79c964981fc3be7c commit: 923d68655b6730f297106b2e79c964981fc3be7c branch: main author: Mark Shannon committer: markshannon date: 2025-08-13T19:04:25+01:00 summary: Add internal doc describing the stack protection mechanism (GH13766

[Python-checkins] gh-87281: Improve documentation for locale.setlocale() and locale.getlocale() (GH-137313)

2025-08-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/15ab45775cb01e4baab6af6016347a6f95124e23 commit: 15ab45775cb01e4baab6af6016347a6f95124e23 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-13T20:49:33+03:00 summary: gh-87281: Improve documentation for locale.setlocale() and

[Python-checkins] gh-137681: Always initialize exception handler for new instruction (#137655)

2025-08-13 Thread DinoV
https://github.com/python/cpython/commit/b78e9c05b627f2b205fa43f31d4d3d14ad3eb13b commit: b78e9c05b627f2b205fa43f31d4d3d14ad3eb13b branch: main author: Dino Viehland committer: DinoV date: 2025-08-13T08:58:26-07:00 summary: gh-137681: Always initialize exception handler for new instruction (#137

[Python-checkins] [3.14] gh-137226: Fix behavior of ForwardRef.evaluate with type_params (GH-137227) (#137709)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/902de283a8303177eb95bf5bc252d2421fcbd758 commit: 902de283a8303177eb95bf5bc252d2421fcbd758 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-1

[Python-checkins] gh-137226: Fix behavior of ForwardRef.evaluate with type_params (#137227)

2025-08-13 Thread JelleZijlstra
https://github.com/python/cpython/commit/089a324a4258fd5783b7e65acc29231d1042646e commit: 089a324a4258fd5783b7e65acc29231d1042646e branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-08-13T06:47:47-07:00 summary: gh-137226: Fix behavior of ForwardRef.evaluate with type_params

[Python-checkins] gh-73487: Convert `_decimal` to use Argument Clinic (part 1) (#137606)

2025-08-13 Thread vstinner
https://github.com/python/cpython/commit/70730ad0414e4661d2e94710d865edf1f7f164a1 commit: 70730ad0414e4661d2e94710d865edf1f7f164a1 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-08-13T14:41:57+02:00 summary: gh-73487: Convert `_decimal` to use Argument Clinic (part 1) (#1

[Python-checkins] [3.14] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (GH-137692) (#137698)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/ad9f20dffa674f3cb7d563d9ce01b69c9e32588f commit: ad9f20dffa674f3cb7d563d9ce01b69c9e32588f branch: 3.14 author: sobolevn committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-13T11:10:58Z summary: [3.14] gh-133403: Run `mypy` on `Tools/b

[Python-checkins] [3.14] gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules` with mypy (GH-137546) (#137679)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/b7df4732605a114f32232daf718631729dafaf24 commit: b7df4732605a114f32232daf718631729dafaf24 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-1

[Python-checkins] [3.14] gh-137450: macOS installer shell path management improvements (GH-137451) (#137453)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/c60289c7f26e0334997581510137e06d691768cc commit: c60289c7f26e0334997581510137e06d691768cc branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-1

[Python-checkins] gh-64612: Remove error handlers list under `open()` (GH-137304)

2025-08-13 Thread encukou
https://github.com/python/cpython/commit/9e512ae01081c5eedf6ca1b35fb69d9e54f6f91a commit: 9e512ae01081c5eedf6ca1b35fb69d9e54f6f91a branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: encukou date: 2025-08-13T12:38:30+02:00 summary: gh-64612: Remove er

[Python-checkins] [3.14] GH-134291: Support older macOS deployment targets for JIT builds (GH-137211) (#137701)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/2392232ec49ccabeb029b4507eeeab067065b889 commit: 2392232ec49ccabeb029b4507eeeab067065b889 branch: 3.14 author: Ned Deily committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-13T13:37:01+03:00 summary: [3.14] GH-134291: Support older ma

[Python-checkins] [3.14] gh-137242: Add Android CI job (GH-137186) (#137683)

2025-08-13 Thread hugovk
https://github.com/python/cpython/commit/ccb6de37d3de70e975f989970c1911e17b03d251 commit: ccb6de37d3de70e975f989970c1911e17b03d251 branch: 3.14 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-13T12:39:14+0

[Python-checkins] [3.13] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669) (GH-137704)

2025-08-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3a74d52584c4f717e02545421ca04ee2f73f7e83 commit: 3a74d52584c4f717e02545421ca04ee2f73f7e83 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-13T09:37:15Z summary: [3.13] gh-137668: Document that ord() supports also bytes and b

[Python-checkins] gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)

2025-08-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/35759fe2faf1443455dfcb15ef7c435e34b492c7 commit: 35759fe2faf1443455dfcb15ef7c435e34b492c7 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-13T12:12:16+03:00 summary: gh-137668: Document that ord() supports also bytes and byt

[Python-checkins] gh-131146: Fall back to `month_name` if `standalone_month_name`s aren't distinct (GH-137674)

2025-08-13 Thread encukou
https://github.com/python/cpython/commit/639df39bf0b7e1172ebc4df84c1ae097ea7c0c22 commit: 639df39bf0b7e1172ebc4df84c1ae097ea7c0c22 branch: main author: Petr Viktorin committer: encukou date: 2025-08-13T07:03:05Z summary: gh-131146: Fall back to `month_name` if `standalone_month_name`s aren't di