[Python-checkins] gh-128277: use relaxed atomics for `sock_fd` (#128304)

2024-12-30 Thread kumaraditya303
https://github.com/python/cpython/commit/7c72c1f0dfff8950e3c6f656307099f1b0a4f8a3 commit: 7c72c1f0dfff8950e3c6f656307099f1b0a4f8a3 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-12-31T11:50:35+05:30 summary: gh-128277: use relaxed atomics for `sock_fd` (#128304) files: M

[Python-checkins] gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)

2024-12-30 Thread Fidget-Spinner
https://github.com/python/cpython/commit/7ef49074123511003c8b7f7f3ba2a4e05285e8dc commit: 7ef49074123511003c8b7f7f3ba2a4e05285e8dc branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-12-31T12:24:17+08:00 summary: gh-128262: Allow specialization of calls to classes with __slots__ (G

[Python-checkins] [3.13] gh-128342: Specify timeout unit in subprocess docstrings (GH-128343) (#128365)

2024-12-30 Thread gpshead
https://github.com/python/cpython/commit/62729d79206014886f5de2b62a5824436e18b66f commit: 62729d79206014886f5de2b62a5824436e18b66f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-12-30T21:15:44Z summary: [3.13] gh-128342:

[Python-checkins] [3.12] gh-128342: Specify timeout unit in subprocess docstrings (GH-128343) (#128366)

2024-12-30 Thread gpshead
https://github.com/python/cpython/commit/fcc9bc49c4f708a800ba0d67a39ca467c649960f commit: fcc9bc49c4f708a800ba0d67a39ca467c649960f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-12-30T13:14:27-08:00 summary: [3.12] gh-128

[Python-checkins] gh-128342: Specify timeout unit in subprocess docstrings (GH-128343)

2024-12-30 Thread gpshead
https://github.com/python/cpython/commit/dafe7a44630aa32bb411cceb45c7b7df725e3fe3 commit: dafe7a44630aa32bb411cceb45c7b7df725e3fe3 branch: main author: n-l-i <[email protected]> committer: gpshead date: 2024-12-30T20:52:04Z summary: gh-128342: Specify timeout unit in subproc

[Python-checkins] gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (GH-128297)

2024-12-30 Thread colesbury
https://github.com/python/cpython/commit/47d2cb8eb7595df5940225867dbb66b6dd59413a commit: 47d2cb8eb7595df5940225867dbb66b6dd59413a branch: main author: Bogdan Romanyuk <[email protected]> committer: colesbury date: 2024-12-30T20:38:49Z summary: gh-128100: Use atomic dict

[Python-checkins] gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `adaptive.md` (#128329)

2024-12-30 Thread Eclips4
https://github.com/python/cpython/commit/fe4dd07a84ba423179a93ed84bdcc2b4c99b35a9 commit: fe4dd07a84ba423179a93ed84bdcc2b4c99b35a9 branch: main author: Yan Yanchii committer: Eclips4 date: 2024-12-30T18:38:09Z summary: gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `ad

[Python-checkins] [3.13] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (GH-128322) (#128356)

2024-12-30 Thread erlend-aasland
https://github.com/python/cpython/commit/5a892cbd46f223b71fa9475e77f3a832d94c533a commit: 5a892cbd46f223b71fa9475e77f3a832d94c533a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-12-30T17:48:32Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (GH-128322) (#128355)

2024-12-30 Thread erlend-aasland
https://github.com/python/cpython/commit/4ddee55c5c81237f98306b0c740035c42f80e5c8 commit: 4ddee55c5c81237f98306b0c740035c42f80e5c8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-12-30T17:42:49Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-128317: Document `calendar.TextCalendar.formatweek` (GH-128353) (#128357)

2024-12-30 Thread hugovk
https://github.com/python/cpython/commit/207a81ac19cc8fa4b9b6b2569b23af2a514c9436 commit: 207a81ac19cc8fa4b9b6b2569b23af2a514c9436 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-12-3

[Python-checkins] [3.12] gh-128317: Document `calendar.TextCalendar.formatweek` (GH-128353) (#128358)

2024-12-30 Thread hugovk
https://github.com/python/cpython/commit/b22d0fcbe17c0a2108f30ff3fc69c72ca3d9540d commit: b22d0fcbe17c0a2108f30ff3fc69c72ca3d9540d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-12-3

[Python-checkins] gh-128317: Document `calendar.TextCalendar.formatweek` (#128353)

2024-12-30 Thread hugovk
https://github.com/python/cpython/commit/6dbace397fab5154f66226abb11af32d2d13219f commit: 6dbace397fab5154f66226abb11af32d2d13219f branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-12-30T19:25:39+0

[Python-checkins] gh-128118: Speed up copy.copy with fast lookup for atomic and container types (#128119)

2024-12-30 Thread erlend-aasland
https://github.com/python/cpython/commit/34b85ef26c44bbbd8a05d3e7dee6997b3623aab0 commit: 34b85ef26c44bbbd8a05d3e7dee6997b3623aab0 branch: main author: Pieter Eendebak committer: erlend-aasland date: 2024-12-30T18:18:42+01:00 summary: gh-128118: Speed up copy.copy with fast lookup for atomic and

[Python-checkins] gh-119180: Set the name of the param to __annotate__ to "format" (#124730)

2024-12-30 Thread JelleZijlstra
https://github.com/python/cpython/commit/348012432155271cfbee71a78d0c27254fc230e2 commit: 348012432155271cfbee71a78d0c27254fc230e2 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-12-30T08:19:38-08:00 summary: gh-119180: Set the name of the param to __annotate__ to "format

[Python-checkins] Docs: correctly markup sys.monitoring "What's New" entry (#128346)

2024-12-30 Thread hugovk
https://github.com/python/cpython/commit/2bd5a7ab0f4a1f65ab8043001bd6e8416c5079bd commit: 2bd5a7ab0f4a1f65ab8043001bd6e8416c5079bd branch: main author: Erlend E. Aasland committer: hugovk <[email protected]> date: 2024-12-30T14:53:40+02:00 summary: Docs: correctly markup sys

[Python-checkins] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#128322)

2024-12-30 Thread erlend-aasland
https://github.com/python/cpython/commit/81376fef76a53fb79893bfa9c9db18d97c228fbe commit: 81376fef76a53fb79893bfa9c9db18d97c228fbe branch: main author: Zanie Blue committer: erlend-aasland date: 2024-12-30T09:55:14+01:00 summary: gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requi