[Python-checkins] [3.12] gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `Context` objects (GH-128379) (#128402)

2025-01-01 Thread Eclips4
https://github.com/python/cpython/commit/487caa95796651bc99bccc77fc42e4e5e7a8ae2b commit: 487caa95796651bc99bccc77fc42e4e5e7a8ae2b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-01-02T07:30:39Z summary: [3.12] gh-128349:

[Python-checkins] [3.13] gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `Context` objects (GH-128379) (#128401)

2025-01-01 Thread Eclips4
https://github.com/python/cpython/commit/48d50fd4918d9236cf0bc88fb318e560f5a4e3d8 commit: 48d50fd4918d9236cf0bc88fb318e560f5a4e3d8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-01-02T07:28:12Z summary: [3.13] gh-128349:

[Python-checkins] gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `Context` objects (#128379)

2025-01-01 Thread Eclips4
https://github.com/python/cpython/commit/60c65184695a3eab766b3bc26fc99f695deb998f commit: 60c65184695a3eab766b3bc26fc99f695deb998f branch: main author: abkmystery <[email protected]> committer: Eclips4 date: 2025-01-02T09:20:31+02:00 summary: gh-128349: Use `.. data::`

[Python-checkins] gh-126469: remove unnecessary error-checking branch in `lexer.c` (#126473)

2025-01-01 Thread pablogsal
https://github.com/python/cpython/commit/c810ed7c8e0a7464d19700ba1c8668a406f1c042 commit: c810ed7c8e0a7464d19700ba1c8668a406f1c042 branch: main author: qqwqqw689 <[email protected]> committer: pablogsal date: 2025-01-01T22:11:29Z summary: gh-126469: remove unnecessary e

[Python-checkins] Fix while statements with non-bool conditions in `_pyrepl` (#127509)

2025-01-01 Thread pablogsal
https://github.com/python/cpython/commit/a327810169982e3782bdefc2247789a71aa79b43 commit: a327810169982e3782bdefc2247789a71aa79b43 branch: main author: RUANG (James Roy) committer: pablogsal date: 2025-01-01T20:39:28Z summary: Fix while statements with non-bool conditions in `_pyrepl` (#127509)

[Python-checkins] gh-128277: remove unnecessary critical section from `socket.close` (#128305)

2025-01-01 Thread kumaraditya303
https://github.com/python/cpython/commit/bb9d955e16c5578bdbc72750fbbffc8313559109 commit: bb9d955e16c5578bdbc72750fbbffc8313559109 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-01T18:00:47+05:30 summary: gh-128277: remove unnecessary critical section from `socket.clos

[Python-checkins] gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``functools.reduce`` is called with `function` or `sequence` as a keyword args (#121677)

2025-01-01 Thread Eclips4
https://github.com/python/cpython/commit/d903b17499b1a3bfb3ea848f6a1b6da02eac3328 commit: d903b17499b1a3bfb3ea848f6a1b6da02eac3328 branch: main author: Kirill Podoprigora committer: Eclips4 date: 2025-01-01T13:36:47+02:00 summary: gh-121676: Raise a ``DeprecationWarning`` if the Python implement