[Python-checkins] gh-141659: Fix bad file descriptor error in subprocess on AIX (GH-141660)

2025-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/92c5de73b8d7526326c865b1a669b868f0d40c1e commit: 92c5de73b8d7526326c865b1a669b868f0d40c1e branch: main author: Ayappan Perumal committer: serhiy-storchaka date: 2025-11-19T09:37:09+02:00 summary: gh-141659: Fix bad file descriptor error in subprocess on A

[Python-checkins] [3.14] gh-141692: Add a slice-specific lib folder to iOS XCframeworks. (GH-141693) (#141733)

2025-11-18 Thread freakboy3742
https://github.com/python/cpython/commit/daff2a9c3cd6ee9bf64f530055f8acd31e02eec3 commit: daff2a9c3cd6ee9bf64f530055f8acd31e02eec3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-11-19T02:25:34Z summary: [3.14] gh-141

[Python-checkins] gh-141692: Add a slice-specific lib folder to iOS XCframeworks. (#141693)

2025-11-18 Thread freakboy3742
https://github.com/python/cpython/commit/7b0b70867586ef7109de60ccce94d13164dbb776 commit: 7b0b70867586ef7109de60ccce94d13164dbb776 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-11-19T09:48:51+08:00 summary: gh-141692: Add a slice-specific lib folder to iOS XCframewo

[Python-checkins] gh-139103: fix free-threading `dataclass.__init__` perf issue (gh-141596)

2025-11-18 Thread colesbury
https://github.com/python/cpython/commit/ce791541769a41beabec0f515cd62e504d46ff1c commit: ce791541769a41beabec0f515cd62e504d46ff1c branch: main author: Edward Xu committer: colesbury date: 2025-11-19T00:57:59Z summary: gh-139103: fix free-threading `dataclass.__init__` perf issue (gh-141596) Th

[Python-checkins] gh-140381: Increase slow_fibonacci call frequency in test_profiling (#140673)

2025-11-18 Thread pablogsal
https://github.com/python/cpython/commit/652c764a59913327b28b32016405696a620d969e commit: 652c764a59913327b28b32016405696a620d969e branch: main author: Thierry Martos <[email protected]> committer: pablogsal date: 2025-11-19T00:01:09Z summary: gh-140381: Increase slow_fi

[Python-checkins] [3.14] gh-141691: Apply ruff rules to Apple folder. (GH-141694) (#141728)

2025-11-18 Thread freakboy3742
https://github.com/python/cpython/commit/9543c2efc3af1e4eb087abc3e21be3f42ffef7ef commit: 9543c2efc3af1e4eb087abc3e21be3f42ffef7ef branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-11-18T23:14:31Z summary: [3.14] gh-141

[Python-checkins] gh-141691: Apply ruff rules to Apple folder. (#141694)

2025-11-18 Thread freakboy3742
https://github.com/python/cpython/commit/17636ba48ce535fc1b1926c0bab26339da50631a commit: 17636ba48ce535fc1b1926c0bab26339da50631a branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-11-18T22:39:21Z summary: gh-141691: Apply ruff rules to Apple folder. (#141694) Add ruff

[Python-checkins] GH-141686: Break cycles created by JSONEncoder.iterencode (GH-141687)

2025-11-18 Thread brandtbucher
https://github.com/python/cpython/commit/4cfa695c953e5dfdab99ade81cee960ddf4b106d commit: 4cfa695c953e5dfdab99ade81cee960ddf4b106d branch: main author: Brandt Bucher committer: brandtbucher date: 2025-11-18T09:51:18-08:00 summary: GH-141686: Break cycles created by JSONEncoder.iterencode (GH-141

[Python-checkins] gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths (#141529)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/daafacf0053e9c329b0f96447258f628dd0bd6f1 commit: daafacf0053e9c329b0f96447258f628dd0bd6f1 branch: main author: Shamil committer: vstinner date: 2025-11-18T17:34:58+01:00 summary: gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths (#14152

[Python-checkins] gh-141070: Add PyUnstable_Object_Dump() function (#141072)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/600f3feb234219c9a9998e30ea653a2afb1f8116 commit: 600f3feb234219c9a9998e30ea653a2afb1f8116 branch: main author: Victor Stinner committer: vstinner date: 2025-11-18T16:13:13Z summary: gh-141070: Add PyUnstable_Object_Dump() function (#141072) * Promote _Py

[Python-checkins] gh-138189: Link references to type slots (GH-141410)

2025-11-18 Thread encukou
https://github.com/python/cpython/commit/4695ec109d07c9bfd9eb7d91d6285c974a4331a7 commit: 4695ec109d07c9bfd9eb7d91d6285c974a4331a7 branch: main author: Petr Viktorin committer: encukou date: 2025-11-18T16:33:52+01:00 summary: gh-138189: Link references to type slots (GH-141410) Link references

[Python-checkins] gh-133879: Copyedit "What's new in Python 3.15" (#141717)

2025-11-18 Thread hugovk
https://github.com/python/cpython/commit/f46785f8bc118e0efb840af1e520777b1baa03d9 commit: f46785f8bc118e0efb840af1e520777b1baa03d9 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-18T16:42:13+0

[Python-checkins] [3.13] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (GH-141544) (#141700)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/a5650e42ac1c2c62ac7d83807e28224882cecd57 commit: a5650e42ac1c2c62ac7d83807e28224882cecd57 branch: 3.13 author: Sergey B Kirpichev committer: vstinner date: 2025-11-18T14:32:48+01:00 summary: [3.13] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_

[Python-checkins] [3.14] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (GH-141544) (#141698)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/ed5c854c6a7ef91161b2265451a39d39bfdba1f8 commit: ed5c854c6a7ef91161b2265451a39d39bfdba1f8 branch: 3.14 author: Sergey B Kirpichev committer: vstinner date: 2025-11-18T14:32:44+01:00 summary: [3.14] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_

[Python-checkins] GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703)

2025-11-18 Thread markshannon
https://github.com/python/cpython/commit/b420f6be53efdf40f552c94f19a7ce85f882b5e2 commit: b420f6be53efdf40f552c94f19a7ce85f882b5e2 branch: main author: Mark Shannon committer: markshannon date: 2025-11-18T13:31:48Z summary: GH-139109: Support switch/case dispatch with the tracing interpreter. (

[Python-checkins] [3.13] gh-140691: urllib.request: Close FTP control socket if data socket can't connect (GH-140835) (GH-141657)

2025-11-18 Thread encukou
https://github.com/python/cpython/commit/1bca1b4da463561edd860cae5eb81973e9fdd6ff commit: 1bca1b4da463561edd860cae5eb81973e9fdd6ff branch: 3.13 author: Petr Viktorin committer: encukou date: 2025-11-18T13:34:40+01:00 summary: [3.13] gh-140691: urllib.request: Close FTP control socket if data soc

[Python-checkins] [3.13] gh-140873: Fix the singledispatchmethod documentation (GH-141523) (GH-141710)

2025-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8f7188847fcd2e9ba1abc85a554933bef0e59f92 commit: 8f7188847fcd2e9ba1abc85a554933bef0e59f92 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-11-18T11:38:38Z summary: [3.13] gh

[Python-checkins] [3.14] gh-140873: Fix the singledispatchmethod documentation (GH-141523)

2025-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d89eb2f984032836e268d1b9af9c2400cddc474e commit: d89eb2f984032836e268d1b9af9c2400cddc474e branch: 3.14 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-11-18T13:16:39+02:00 summary: [3.14] gh-140873: Fix the singledispatchmethod documentati

[Python-checkins] [3.13] Add missing backticks in os and decimal docs (GH-141699) (#141706)

2025-11-18 Thread hugovk
https://github.com/python/cpython/commit/b41963a4aaf6708affb7af4eda3e480c0707a41d commit: b41963a4aaf6708affb7af4eda3e480c0707a41d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-1

[Python-checkins] [3.14] Add missing backticks in os and decimal docs (GH-141699) (#141705)

2025-11-18 Thread hugovk
https://github.com/python/cpython/commit/3388413fc5a1331de64def824a660d1d0a941538 commit: 3388413fc5a1331de64def824a660d1d0a941538 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-1

[Python-checkins] Add missing backticks in os and decimal docs (#141699)

2025-11-18 Thread hugovk
https://github.com/python/cpython/commit/b87613f21474ea848fec435cbfe63d8cb1c7c44c commit: b87613f21474ea848fec435cbfe63d8cb1c7c44c branch: main author: Mariusz Felisiak committer: hugovk <[email protected]> date: 2025-11-18T12:32:15+02:00 summary: Add missing backticks in os

[Python-checkins] [3.13] gh-141497: Make ipaddress.IP{v4,v6}Network.hosts() always returning an iterator (GH-141547) (GH-141695)

2025-11-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7b3312747f63d2139b74476f31663302db59fafa commit: 7b3312747f63d2139b74476f31663302db59fafa branch: 3.13 author: Krishna Chaitanya <[email protected]> committer: serhiy-storchaka date: 2025-11-18T11:43:15+02:00 summary: [3.13] gh

[Python-checkins] gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (#141544)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/630cd37bfae0fc4021d9e9461b94d36e7ce6b95c commit: 630cd37bfae0fc4021d9e9461b94d36e7ce6b95c branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-11-18T10:17:37+01:00 summary: gh-141004: Document Py_HUGE_VAL/IS_FINITE/IS_INFINITE/IS_NAN (#1

[Python-checkins] gh-129005: Remove copies from _pyio using take_bytes (#141539)

2025-11-18 Thread vstinner
https://github.com/python/cpython/commit/58f3fe0d9b9882656e629e8caab687c7fcb21b36 commit: 58f3fe0d9b9882656e629e8caab687c7fcb21b36 branch: main author: Cody Maloney committer: vstinner date: 2025-11-18T10:10:32+01:00 summary: gh-129005: Remove copies from _pyio using take_bytes (#141539) Memory