Skip to content

Commit 51c0fd3

Browse files
Merge branch 'main' into sys-monitoring-async-gen
2 parents 0b60959 + 275056a commit 51c0fd3

File tree

1,439 files changed

+100636
-62544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,439 files changed

+100636
-62544
lines changed

.github/CODEOWNERS

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# https://git-scm.com/docs/gitignore#_pattern_format
66

77
# GitHub
8-
.github/** @ezio-melotti @hugovk
8+
.github/** @ezio-melotti @hugovk @AA-Turner
99

1010
# pre-commit
1111
.pre-commit-config.yaml @hugovk @AlexWaygood
12-
.ruff.toml @hugovk @AlexWaygood
12+
.ruff.toml @hugovk @AlexWaygood @AA-Turner
1313

1414
# Build system
1515
configure* @erlend-aasland @corona10
@@ -56,6 +56,14 @@ Tools/c-analyzer/ @ericsnowcurrently
5656
# dbm
5757
**/*dbm* @corona10 @erlend-aasland @serhiy-storchaka
5858

59+
# Doc/ tools
60+
Doc/conf.py @AA-Turner @hugovk
61+
Doc/Makefile @AA-Turner @hugovk
62+
Doc/make.bat @AA-Turner @hugovk
63+
Doc/requirements.txt @AA-Turner @hugovk
64+
Doc/_static/** @AA-Turner @hugovk
65+
Doc/tools/** @AA-Turner @hugovk
66+
5967
# runtime state/lifecycle
6068
**/*pylifecycle* @ericsnowcurrently
6169
**/*pystate* @ericsnowcurrently
@@ -98,13 +106,17 @@ Objects/exceptions.c @iritkatriel
98106

99107
# Hashing & cryptographic primitives
100108
**/*hashlib* @gpshead @tiran @picnixz
101-
**/*pyhash* @gpshead @tiran
102-
**/sha* @gpshead @tiran @picnixz
103-
Modules/md5* @gpshead @tiran @picnixz
104-
**/*blake* @gpshead @tiran @picnixz
105-
Modules/_hacl/** @gpshead
109+
**/*hashopenssl* @gpshead @tiran @picnixz
110+
**/*pyhash* @gpshead @tiran @picnixz
111+
Modules/*blake* @gpshead @tiran @picnixz
112+
Modules/*md5* @gpshead @tiran @picnixz
113+
Modules/*sha* @gpshead @tiran @picnixz
114+
Modules/_hacl/** @gpshead @picnixz
106115
**/*hmac* @gpshead @picnixz
107116

117+
# libssl
118+
**/*ssl* @gpshead @picnixz
119+
108120
# logging
109121
**/*logging* @vsajip
110122

@@ -176,6 +188,7 @@ Python/ast_opt.c @isidentical @eclips4
176188
Parser/asdl.py @isidentical @JelleZijlstra @eclips4
177189
Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4
178190
Lib/ast.py @isidentical @JelleZijlstra @eclips4
191+
Lib/_ast_unparse.py @isidentical @JelleZijlstra @eclips4
179192
Lib/test/test_ast/ @eclips4
180193

181194
# Mock
@@ -293,6 +306,13 @@ Lib/configparser.py @jaraco
293306
Lib/test/test_configparser.py @jaraco
294307

295308
# Doc sections
296-
Doc/reference/ @willingc
309+
Doc/reference/ @willingc @AA-Turner
297310

298311
**/*weakref* @kumaraditya303
312+
313+
# Colorize
314+
Lib/_colorize.py @hugovk
315+
Lib/test/test__colorize.py @hugovk
316+
317+
# Fuzzing
318+
Modules/_xxtestfuzz/ @ammaraskar

.github/actionlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
self-hosted-runner:
2-
labels: ["ubuntu-24.04-aarch64", "windows-aarch64"]
2+
labels: ["windows-aarch64"]
33

44
config-variables: null
55

66
paths:
77
.github/workflows/**/*.yml:
88
ignore:
99
- 1st argument of function call is not assignable
10-
- SC2(015|038|086|091|097|098|129|155)
10+
- SC2(015|038|086|091|097|098|129|155)

.github/workflows/add-issue-header.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
permissions:
2020
issues: write
21+
timeout-minutes: 5
2122
steps:
2223
- uses: actions/github-script@v7
2324
with:

0 commit comments

Comments
 (0)