summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS9
-rw-r--r--Misc/ACKS1
2 files changed, 10 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 963ab4d..8c3970b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -43,6 +43,15 @@ Objects/dict* @methane
# CSPRNG
Python/bootstrap_hash.c @python/crypto-team @tiran
+# Dates and times
+**/*datetime* @pganssle @abalkin
+**/*str*time* @pganssle @abalkin
+Doc/library/time.rst @pganssle @abalkin
+Lib/test/test_time.py @pganssle @abalkin
+Modules/timemodule.c @pganssle @abalkin
+Python/pytime.c @pganssle @abalkin
+Include/pytime.h @pganssle @abalkin
+
# Email and related
**/*mail* @python/email-team
**/*smtp* @python/email-team
diff --git a/Misc/ACKS b/Misc/ACKS
index 082fa56..05a3e61 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -541,6 +541,7 @@ Riccardo Attilio Galli
Raymund Galvin
Nitin Ganatra
Fred Gansevles
+Paul Ganssle
Lars Marius Garshol
Jake Garver
Dan Gass