From 39fd0e03f26f65d89446fe69c6b1b774fa068445 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Wed, 17 Sep 2025 13:09:30 +0100 Subject: [PATCH 1/5] Add pganssle to CODEOWNERS for zoneinfo --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f581216ca96e3..e7aaaad7b670a1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -413,6 +413,9 @@ Lib/test/datetimetester.py @pganssle @abalkin Lib/test/test_*time.py @pganssle @abalkin Modules/*time* @pganssle @abalkin Python/pytime.c @pganssle @abalkin +Modules/**/*zoneinfo* @pganssle +Lib/**/*zoneinfo* @pganssle +Doc/**/*zoneinfo* @pganssle # Dbm Doc/library/dbm.rst @corona10 @erlend-aasland @serhiy-storchaka From ef784e5fb81f614f2cfc25b3aca738669c2440a2 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Wed, 17 Sep 2025 14:14:54 +0100 Subject: [PATCH 2/5] Fixup (sort alphabetically) --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e7aaaad7b670a1..bdc432563fbfcf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -406,16 +406,16 @@ Lib/test/test_dataclasses/ @ericvsmith # Dates and times Doc/**/*time.rst @pganssle @abalkin +Doc/**/*zoneinfo* @pganssle Include/datetime.h @pganssle @abalkin Include/internal/pycore_time.h @pganssle @abalkin +Lib/**/*zoneinfo* @pganssle Lib/*time.py @pganssle @abalkin Lib/test/datetimetester.py @pganssle @abalkin Lib/test/test_*time.py @pganssle @abalkin +Modules/**/*zoneinfo* @pganssle Modules/*time* @pganssle @abalkin Python/pytime.c @pganssle @abalkin -Modules/**/*zoneinfo* @pganssle -Lib/**/*zoneinfo* @pganssle -Doc/**/*zoneinfo* @pganssle # Dbm Doc/library/dbm.rst @corona10 @erlend-aasland @serhiy-storchaka From 354f049f627e724da8b8c29fe7e678eec0c24853 Mon Sep 17 00:00:00 2001 From: Paul Ganssle <1377457+pganssle@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:12:39 +0100 Subject: [PATCH 3/5] Update .github/CODEOWNERS Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bdc432563fbfcf..c0b8ec7544b723 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -406,7 +406,7 @@ Lib/test/test_dataclasses/ @ericvsmith # Dates and times Doc/**/*time.rst @pganssle @abalkin -Doc/**/*zoneinfo* @pganssle +Doc/library/zoneinfo.rst @pganssle Include/datetime.h @pganssle @abalkin Include/internal/pycore_time.h @pganssle @abalkin Lib/**/*zoneinfo* @pganssle From 803ee32ad4bc7feaaa3c759b26eb332673485b6e Mon Sep 17 00:00:00 2001 From: Paul Ganssle <1377457+pganssle@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:12:51 +0100 Subject: [PATCH 4/5] Update .github/CODEOWNERS Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c0b8ec7544b723..5825ba717a474a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -409,7 +409,8 @@ Doc/**/*time.rst @pganssle @abalkin Doc/library/zoneinfo.rst @pganssle Include/datetime.h @pganssle @abalkin Include/internal/pycore_time.h @pganssle @abalkin -Lib/**/*zoneinfo* @pganssle +Lib/test/test_zoneinfo/ @pganssle +Lib/zoneinfo/ @pganssle Lib/*time.py @pganssle @abalkin Lib/test/datetimetester.py @pganssle @abalkin Lib/test/test_*time.py @pganssle @abalkin From 51749b7426865b3d5b78736060e4329f8bf11b2c Mon Sep 17 00:00:00 2001 From: Paul Ganssle <1377457+pganssle@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:12:58 +0100 Subject: [PATCH 5/5] Update .github/CODEOWNERS Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5825ba717a474a..5a6d2b325adc6f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -414,7 +414,7 @@ Lib/zoneinfo/ @pganssle Lib/*time.py @pganssle @abalkin Lib/test/datetimetester.py @pganssle @abalkin Lib/test/test_*time.py @pganssle @abalkin -Modules/**/*zoneinfo* @pganssle +Modules/*zoneinfo* @pganssle Modules/*time* @pganssle @abalkin Python/pytime.c @pganssle @abalkin