[Python-checkins] [3.13] gh-87744: fix waitpid race while calling send_signal in asyncio (GH-121126) (#121194)

2024-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/d481d4b7676f2e5d33465ca691346f69af655b24 commit: d481d4b7676f2e5d33465ca691346f69af655b24 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-01T05:11:47Z summary: [3.13] gh-8

[Python-checkins] gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)

2024-06-30 Thread kumaraditya303
https://github.com/python/cpython/commit/bd473aa598c5161521a7018896dc124728214a6c commit: bd473aa598c5161521a7018896dc124728214a6c branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-07-01T10:17:36+05:30 summary: gh-87744: fix waitpid race while calling send_signal in asyncio

[Python-checkins] gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter() (#121164)

2024-06-30 Thread vstinner
https://github.com/python/cpython/commit/1a84bdc2371ada60c01c72493caba62c9860007b commit: 1a84bdc2371ada60c01c72493caba62c9860007b branch: main author: Kirill Podoprigora committer: vstinner date: 2024-06-30T19:48:00+02:00 summary: gh-121163: Add "all" as an valid alias for "always" in warnings.

[Python-checkins] [3.13] [doc] Update element positions and styles in logging flow diagram. (GH-121182) (GH-121183)

2024-06-30 Thread vsajip
https://github.com/python/cpython/commit/af89237c9c1bdcda7915ea195b279734f7ebddf2 commit: af89237c9c1bdcda7915ea195b279734f7ebddf2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-30T15:06:27+01:00 summary: [3.13] [doc] U

[Python-checkins] [3.12] [doc] Update element positions and styles in logging flow diagram. (GH-121182) (GH-121184)

2024-06-30 Thread vsajip
https://github.com/python/cpython/commit/99bc8589f09e66682a52df1f1a9598c7056d49dd commit: 99bc8589f09e66682a52df1f1a9598c7056d49dd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-30T14:53:10+01:00 summary: [3.12] [doc] U

[Python-checkins] [doc] Update element positions and styles in logging flow diagram. (GH-121182)

2024-06-30 Thread vsajip
https://github.com/python/cpython/commit/2a455bbe8fd91a688ae20509a2fdc8beaa8c8447 commit: 2a455bbe8fd91a688ae20509a2fdc8beaa8c8447 branch: main author: Vinay Sajip committer: vsajip date: 2024-06-30T14:38:49+01:00 summary: [doc] Update element positions and styles in logging flow diagram. (GH-12

[Python-checkins] [3.13] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (GH-121178) (#121179)

2024-06-30 Thread vstinner
https://github.com/python/cpython/commit/7776179ec459cc598fedf761a3c36463aa2e42a8 commit: 7776179ec459cc598fedf761a3c36463aa2e42a8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-30T10:04:39Z summary: [3.13] gh-119447:

[Python-checkins] [3.12] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178) (#121180)

2024-06-30 Thread vstinner
https://github.com/python/cpython/commit/e0b9905ce66fc0a73165608f8e67cc7d3dabbeb8 commit: e0b9905ce66fc0a73165608f8e67cc7d3dabbeb8 branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-06-30T10:02:08Z summary: [3.12] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178) (#12

[Python-checkins] gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)

2024-06-30 Thread vstinner
https://github.com/python/cpython/commit/c3677befbecbd7fa94cde8c1fecaa4cc18e6aa2b commit: c3677befbecbd7fa94cde8c1fecaa4cc18e6aa2b branch: main author: Yureka committer: vstinner date: 2024-06-30T11:40:40+02:00 summary: gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178) files: M Incl