[Python-checkins] [3.13] Generate social media preview cards for the documentation (GH-132101) (#132344)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/f24f2418021ae178df177eebe8a7b1b35ad1654e commit: f24f2418021ae178df177eebe8a7b1b35ad1654e branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-04-10T06:39:4

[Python-checkins] docs: Fix typo in context_aware_warnings flag (#132340)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/5f1aed1c7e6e45b6b77608c6ea64484f1e162451 commit: 5f1aed1c7e6e45b6b77608c6ea64484f1e162451 branch: main author: Jo <[email protected]> committer: AA-Turner <[email protected]> date: 2025-04-10T05:19:01+01:00 summa

[Python-checkins] gh-128182: switch `ctypes` locking to critical sections (#132133)

2025-04-09 Thread kumaraditya303
https://github.com/python/cpython/commit/8e260b384aad1910e12b68981cd8390919184d5d commit: 8e260b384aad1910e12b68981cd8390919184d5d branch: main author: Peter Bierma committer: kumaraditya303 date: 2025-04-07T22:00:31+05:30 summary: gh-128182: switch `ctypes` locking to critical sections (#132133

[Python-checkins] GH-132330: Synchronise ``Doc/includes/typestruct.h`` with ``PyTypeObject`` (#132332)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/e329f74e7d24be6ae1782b5ab90e20723aa47bcd commit: e329f74e7d24be6ae1782b5ab90e20723aa47bcd branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-04-10T01:51:5

[Python-checkins] [3.13] Remove a duplicate word in the Makefile (GH-132301) (#132325)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/c2538bf77fe6ba74006cd790a0e6d55afdb49e16 commit: c2538bf77fe6ba74006cd790a0e6d55afdb49e16 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] Escape hyphens in manpage (GH-132291) (#132334)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/f30a2512d27d06ad8a4abb37bc65618284d3988f commit: f30a2512d27d06ad8a4abb37bc65618284d3988f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Escape hyphens in manpage (#132291)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/e5237541a098e32a70fc621dee08721a72be7eb8 commit: e5237541a098e32a70fc621dee08721a72be7eb8 branch: main author: Stefano Rivera committer: AA-Turner <[email protected]> date: 2025-04-09T22:41:16Z summary: Escape hyphens in manpage (#

[Python-checkins] gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632)

2025-04-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7ebbd271444d89218870169624921b795a717470 commit: 7ebbd271444d89218870169624921b795a717470 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-09T11:08:04+03:00 summary: gh-130631: Make join_header_words() more similar to the or

[Python-checkins] GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-132289)

2025-04-09 Thread brandtbucher
https://github.com/python/cpython/commit/20926c73b5cfebf954e16d79b5d683c95cfa61ad commit: 20926c73b5cfebf954e16d79b5d683c95cfa61ad branch: main author: Brandt Bucher committer: brandtbucher date: 2025-04-09T14:32:21-07:00 summary: GH-131798: Remove JIT guards for dict, frozenset, list, set, and

[Python-checkins] gh-130587: Invoke regen-token rst with rstfile as an argument (#132304)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/a26d58ce5242022c6ac2c8e408cf95eb5383a8e2 commit: a26d58ce5242022c6ac2c8e408cf95eb5383a8e2 branch: main author: Karolina Surma <[email protected]> committer: AA-Turner <[email protected]> date: 2025-04-09T19:1

[Python-checkins] [3.13] gh-130587: Invoke regen-token rst with rstfile as an argument (GH-132304) (#132327)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/70f04ea40471070287d870747d2a452ee52313ce commit: 70f04ea40471070287d870747d2a452ee52313ce branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-132305: Make Argument Clinic code compatible with Python 3.10 (#132306)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/487cf3c1702836dfce0025208b989853681d2cd9 commit: 487cf3c1702836dfce0025208b989853681d2cd9 branch: main author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-04-09T19:10:02+01:00 summary: gh-132305: Make Argum

[Python-checkins] gh-129987: Disable GCC SLP autovectorization for the interpreter loop on x86-64 (#132295)

2025-04-09 Thread mpage
https://github.com/python/cpython/commit/1f5682f3a27516833f7c317707dd359280dba6e7 commit: 1f5682f3a27516833f7c317707dd359280dba6e7 branch: main author: mpage committer: mpage date: 2025-04-09T10:34:12-07:00 summary: gh-129987: Disable GCC SLP autovectorization for the interpreter loop on x86-64

[Python-checkins] Remove a duplicate word in the Makefile (#132301)

2025-04-09 Thread AA-Turner
https://github.com/python/cpython/commit/4a919dd6eef1e5dbaddfd749f385f49cedc076a9 commit: 4a919dd6eef1e5dbaddfd749f385f49cedc076a9 branch: main author: Chu committer: AA-Turner <[email protected]> date: 2025-04-09T18:47:52+01:00 summary: Remove a duplicate word in the Mak

[Python-checkins] gh-132285: Fix that `__annotate__` is not deleted when `__annotations__` is deleted (#132286)

2025-04-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/254110356d17204d2aebb9e74b6074cc6ef6382e commit: 254110356d17204d2aebb9e74b6074cc6ef6382e branch: main author: sobolevn committer: JelleZijlstra date: 2025-04-09T10:36:08-07:00 summary: gh-132285: Fix that `__annotate__` is not deleted when `__annotations

[Python-checkins] gh-126703: Fix possible use after free in pycfunction freelist (GH-132319)

2025-04-09 Thread Fidget-Spinner
https://github.com/python/cpython/commit/bd3aa0b9f736164277a5bcd0a54f5f9beddbf11c commit: bd3aa0b9f736164277a5bcd0a54f5f9beddbf11c branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-04-09T22:49:33+08:00 summary: gh-126703: Fix possible use after free in pycfunction freelist (GH-13

[Python-checkins] [3.13] gh-131434: Improve error reporting for incorrect format in strptime() (GH-131568) (GH-132309)

2025-04-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e2d13b42ff049469b3dd6f99d708fe02b7fc75df commit: e2d13b42ff049469b3dd6f99d708fe02b7fc75df branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-04-09T10:50:24Z summary: [3.13] gh

[Python-checkins] gh-131434: Improve error reporting for incorrect format in strptime() (GH-131568)

2025-04-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3feac7a093b3fcd549c5dc54277f26f585f2ab0c commit: 3feac7a093b3fcd549c5dc54277f26f585f2ab0c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-09T13:26:50+03:00 summary: gh-131434: Improve error reporting for incorrect format in

[Python-checkins] [3.13] gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632) (GH-132303)

2025-04-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8e97bd7ef41b00b6ef229b4db9deeb848b6f4388 commit: 8e97bd7ef41b00b6ef229b4db9deeb848b6f4388 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-09T09:18:31Z summary: [3.13] gh-130631: Make join_header_words() more similar to the