[Python-checkins] [3.13] gh-106318: Add example for `str.find()` (GH-134529) (#138175)

2025-08-26 Thread hugovk
https://github.com/python/cpython/commit/d6f7c615c097a78586b068d69ecb7e340591a559 commit: d6f7c615c097a78586b068d69ecb7e340591a559 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.14] gh-106318: Add example for `str.find()` (GH-134529) (#138174)

2025-08-26 Thread hugovk
https://github.com/python/cpython/commit/f4af7176c121b801e4c29705f1c44160e289a784 commit: f4af7176c121b801e4c29705f1c44160e289a784 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] gh-106318: Add example for `str.find()` (#134529)

2025-08-26 Thread hugovk
https://github.com/python/cpython/commit/14a5ad1db177c557f2c433501d591d576954a0ae commit: 14a5ad1db177c557f2c433501d591d576954a0ae branch: main author: Blaise Pabon committer: hugovk <[email protected]> date: 2025-08-27T09:42:00+03:00 summary: gh-106318: Add example for `str

[Python-checkins] gh-128042: Emit a ``configure`` warning when ``-O0`` and ``--enable-optimizations`` are combined (#137975)

2025-08-26 Thread AA-Turner
https://github.com/python/cpython/commit/ffaec6e2a11fb7b41facfec7d99e41b29d9d7967 commit: ffaec6e2a11fb7b41facfec7d99e41b29d9d7967 branch: main author: Taegyun Kim committer: AA-Turner <[email protected]> date: 2025-08-27T01:00:43+02:00 summary: gh-128042: Emit a ``config

[Python-checkins] enhance docs for critical sections (#137334)

2025-08-26 Thread kumaraditya303
https://github.com/python/cpython/commit/5ae8b97f6bdcadd0cc15e0046b0db09e4c6e0d6b commit: 5ae8b97f6bdcadd0cc15e0046b0db09e4c6e0d6b branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-26T22:43:02+05:30 summary: enhance docs for critical sections (#137334) files: M Doc/c-api

[Python-checkins] [3.13] gh-137740: Clarify `__del__` invocation mechanism in reference counting (GH-137741) (#138112)

2025-08-26 Thread kumaraditya303
https://github.com/python/cpython/commit/238a1ca713f6259ee00e1d5e3cf8cb6abe126007 commit: 238a1ca713f6259ee00e1d5e3cf8cb6abe126007 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-08-26T23:43:42+05:30 summary: [3.13]

[Python-checkins] [3.13] enhance docs for critical sections (GH-137334) (#138168)

2025-08-26 Thread kumaraditya303
https://github.com/python/cpython/commit/0a72696f45cb6a8d38af0c85078fda1c98c9d511 commit: 0a72696f45cb6a8d38af0c85078fda1c98c9d511 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-08-26T17:26:09Z summary: [3.13] enha

[Python-checkins] gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)

2025-08-26 Thread encukou
https://github.com/python/cpython/commit/fd8f42d3d1038a812340c3ec3cbfc995a80c4e13 commit: fd8f42d3d1038a812340c3ec3cbfc995a80c4e13 branch: main author: Rani Pinchuk <[email protected]> committer: encukou date: 2025-08-26T15:33:21+02:00 summary: gh-135427: Fix Deprecat

[Python-checkins] gh-137481: Fix test_calendar on Solaris and OpenIndiana (GH-138156)

2025-08-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f60f8225ed146a8f9b5fbf1eeed3474782127ea8 commit: f60f8225ed146a8f9b5fbf1eeed3474782127ea8 branch: main author: Jakub Kulík committer: serhiy-storchaka date: 2025-08-26T14:21:09+03:00 summary: gh-137481: Fix test_calendar on Solaris and OpenIndiana (GH-138

[Python-checkins] [3.13] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (GH-138160)

2025-08-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/31eb3ef569683243f76debab4de2df3d75c9cc03 commit: 31eb3ef569683243f76debab4de2df3d75c9cc03 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-26T11:20:32Z summary: [3.13] gh-13

[Python-checkins] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155)

2025-08-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/43b113d23dfc5ab28d97fbb7ac94a36b361928d4 commit: 43b113d23dfc5ab28d97fbb7ac94a36b361928d4 branch: main author: Krishna Chaitanya <[email protected]> committer: ZeroIntensity date: 2025-08-26T07:13:33-04:00 summary: gh-138148: F

[Python-checkins] gh-136565: use SHA-256 for `hashlib.__doc__` example instead of MD5 (#138157)

2025-08-26 Thread picnixz
https://github.com/python/cpython/commit/1700cc4d76e9c373268158e0d622452477c56f4e commit: 1700cc4d76e9c373268158e0d622452477c56f4e branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-08-26T10:38:53Z

[Python-checkins] gh-138143: Allow anonymous unions in public headers, using `_Py_ANONYMOUS` (GH-137283)

2025-08-26 Thread encukou
https://github.com/python/cpython/commit/ce1a877a3882acf50f1162e4a823ce0abf2d8525 commit: ce1a877a3882acf50f1162e4a823ce0abf2d8525 branch: main author: Petr Viktorin committer: encukou date: 2025-08-26T11:14:35+02:00 summary: gh-138143: Allow anonymous unions in public headers, using `_Py_ANONYM