[Python-checkins] gh-127945: make initialization of `error_object_name` thread safe in ctypes (#131896)

2025-03-30 Thread kumaraditya303
https://github.com/python/cpython/commit/28e476f6a2e4c7621f6724c2c3f5764a30623311 commit: 28e476f6a2e4c7621f6724c2c3f5764a30623311 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-30T10:50:35Z summary: gh-127945: make initialization of `error_object_name` thread safe in

[Python-checkins] gh-131178: Update help message for `timeit` CLI (#131326)

2025-03-30 Thread hugovk
https://github.com/python/cpython/commit/55150a79cacbce44f50cea128c511782df0ab277 commit: 55150a79cacbce44f50cea128c511782df0ab277 branch: main author: Semyon Moroz committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-03-30T14:19:38+03:00 summary: gh-131178: Update help message

[Python-checkins] gh-127794: Validate email header names according to RFC 5322 (#127820)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/c432d0147bdf1a66604e7a3d6a71660ae79b5f45 commit: c432d0147bdf1a66604e7a3d6a71660ae79b5f45 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-30T12:29:2

[Python-checkins] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (#129996)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/044a1e13d5cfc91b0a8774e936877e91cbac3a16 commit: 044a1e13d5cfc91b0a8774e936877e91cbac3a16 branch: main author: Alexander Ershov <150328014+aeers...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-30T08:1

[Python-checkins] [3.12] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131891)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/f1b65d757d3d19d014635a3606cd84c770d3bc33 commit: f1b65d757d3d19d014635a3606cd84c770d3bc33 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-127945: acquire critical section around `PyCFuncPtr_call` (#131898)

2025-03-30 Thread kumaraditya303
https://github.com/python/cpython/commit/46ada1e5e0b8942ea72e748880732a9468be1e92 commit: 46ada1e5e0b8942ea72e748880732a9468be1e92 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-30T11:01:12Z summary: gh-127945: acquire critical section around `PyCFuncPtr_call` (#131898

[Python-checkins] Update cryptographic CODEOWNERS entry (#131892)

2025-03-30 Thread gpshead
https://github.com/python/cpython/commit/2c3e3fe54ce9aaa57b1e870c450d4cad4db4b208 commit: 2c3e3fe54ce9aaa57b1e870c450d4cad4db4b208 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: gpshead date: 2025-03-30T10:55:05-07:00 summary: Update cryptographic CODEOW

[Python-checkins] [3.13] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131890)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/19187991a8311e87735eb3abe55c0c499739769d commit: 19187991a8311e87735eb3abe55c0c499739769d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] GH-129149: Add fast path for medium-sized integers in `PyLong_From*` functions (#131211)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/a175d64e30b0ff9f011aea2da6d6e21ccfdcd893 commit: a175d64e30b0ff9f011aea2da6d6e21ccfdcd893 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-30T10:12:42

[Python-checkins] [3.12] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131894)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/525eddf220318f1d60644fec57890f0607de4168 commit: 525eddf220318f1d60644fec57890f0607de4168 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] [3.13] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131893)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/2570896ad7a1e7cd1ec963f44ff4b7d0a075da44 commit: 2570896ad7a1e7cd1ec963f44ff4b7d0a075da44 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-0

[Python-checkins] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (#128208)

2025-03-30 Thread picnixz
https://github.com/python/cpython/commit/edfbd8c062285e83dc5f596288df2a762e68bcdc commit: edfbd8c062285e83dc5f596288df2a762e68bcdc branch: main author: Adam Dangoor committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-03-30T09:22:57Z summary: gh-131885: Document that `dict.se

[Python-checkins] GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)

2025-03-30 Thread brandtbucher
https://github.com/python/cpython/commit/685fd74f81e673dc0430120f50009636b0e437a5 commit: 685fd74f81e673dc0430120f50009636b0e437a5 branch: main author: Amit Lavon committer: brandtbucher date: 2025-03-30T16:07:25-07:00 summary: GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816) files: A