Skip to content

Commit 3f4605b

Browse files
authored
Merge branch 'main' into fileio_comments
2 parents 514dad3 + 5221d9c commit 3f4605b

File tree

900 files changed

+59362
-39981
lines changed

Some content is hidden

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

900 files changed

+59362
-39981
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Objects/exceptions.c @iritkatriel
106106

107107
# Hashing & cryptographic primitives
108108
**/*hashlib* @gpshead @tiran @picnixz
109+
**/*hashopenssl* @gpshead @tiran @picnixz
109110
**/*pyhash* @gpshead @tiran
110111
**/sha* @gpshead @tiran @picnixz
111112
Modules/md5* @gpshead @tiran @picnixz
@@ -304,3 +305,7 @@ Lib/test/test_configparser.py @jaraco
304305
Doc/reference/ @willingc @AA-Turner
305306

306307
**/*weakref* @kumaraditya303
308+
309+
# Colorize
310+
Lib/_colorize.py @hugovk
311+
Lib/test/test__colorize.py @hugovk

.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)