[Python-checkins] [3.14] gh-136697: Use the standard audit event format for sys.monitoring docs (GH-136747) (#136749)

2025-07-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/2ea3b75200d1f78d91a1798630bf28c4d7c9dc9e commit: 2ea3b75200d1f78d91a1798630bf28c4d7c9dc9e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2025-07-17T12:00:09-07:00 summary: [3.14]

[Python-checkins] [3.13] gh-136697: Use the standard audit event format for sys.monitor… (#136750)

2025-07-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/a45d3fd8bedfeb2af3fa3c068b0a361311a1b74b commit: a45d3fd8bedfeb2af3fa3c068b0a361311a1b74b branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-07-17T11:43:20-07:00 summary: [3.13] gh-136697: Use the standard audit event format for sys.monito

[Python-checkins] gh-136697: Use the standard audit event format for sys.monitoring docs (#136747)

2025-07-17 Thread gaogaotiantian
https://github.com/python/cpython/commit/28937d3a21cf8168c853ae43374a8287c21f71c9 commit: 28937d3a21cf8168c853ae43374a8287c21f71c9 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-07-17T11:10:10-07:00 summary: gh-136697: Use the standard audit event format for sys.monitoring do

[Python-checkins] gh-116738: Make pwd module thread-safe (#136695)

2025-07-17 Thread mpage
https://github.com/python/cpython/commit/eddc8c0a1d274ff6393c6fa233e535360c0dd07b commit: eddc8c0a1d274ff6393c6fa233e535360c0dd07b branch: main author: Alper committer: mpage date: 2025-07-17T09:16:01-07:00 summary: gh-116738: Make pwd module thread-safe (#136695) Make the pwd module functions

[Python-checkins] [3.14] gh-127146: Emscripten: Set umask to zero in python.sh (GH-136740) (#136745)

2025-07-17 Thread freakboy3742
https://github.com/python/cpython/commit/76d4a43bd8d1409dc0f67a3c2b52b3437a1bd049 commit: 76d4a43bd8d1409dc0f67a3c2b52b3437a1bd049 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-07-17T16:05:40Z summary: [3.14] gh-127

[Python-checkins] gh-127146: Emscripten: Set umask to zero in python.sh (#136740)

2025-07-17 Thread freakboy3742
https://github.com/python/cpython/commit/22af5d35a620ee44393853036a8450ceb047688e commit: 22af5d35a620ee44393853036a8450ceb047688e branch: main author: Hood Chatham committer: freakboy3742 date: 2025-07-17T15:39:01Z summary: gh-127146: Emscripten: Set umask to zero in python.sh (#136740) Clears

[Python-checkins] [3.13] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136725)

2025-07-17 Thread vsajip
https://github.com/python/cpython/commit/46fe8e38c4ad82f6a85c23e2f52e85badc219b9c commit: 46fe8e38c4ad82f6a85c23e2f52e85badc219b9c branch: 3.13 author: Facundo Batista committer: vsajip date: 2025-07-17T11:25:31+01:00 summary: [3.13] Improved venv docs to indicate that isolation is the default.

[Python-checkins] [3.14] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136705)

2025-07-17 Thread vsajip
https://github.com/python/cpython/commit/2ce207108c381a1f765d03dffd6205ecc35db5e1 commit: 2ce207108c381a1f765d03dffd6205ecc35db5e1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-07-17T11:24:54+01:00 summary: [3.14] Improve