COMMITS
/ Doc/library/datetime.rst March 13, 2026
J
gh-140715: Add %t and %n format codes support to strptime() (GH-144896)
Jason Yalim, PhD committed
March 6, 2026
H
Docs: `import datetime as dt` in examples (#145315)
Hugo van Kemenade committed
March 1, 2026
E
gh-140715: Improve class reference links on datetime.rst (#123980)
edson duarte committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 18, 2026
S
Datetime: Tidy up docs (GH-144720)
Stan Ulbrych committed
February 16, 2026
J
gh-140715: Add `%D` format code support to `strptime()` (GH-144819)
Jason Yalim, PhD committed
February 12, 2026
S
gh-57095: Add note about input splitting in `datetime.*.strptime` (GH-131049)
Stan Ulbrych committed
February 9, 2026
J
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
Jason Yalim, PhD committed
February 6, 2026
S
gh-140715: Update `datetime.*.str*time` format code tables (GH-140716)
Stan Ulbrych committed
December 21, 2025
G
gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179)
Gregory P. Smith committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
September 19, 2025
S
gh-121237: Add `%:z` directive to datetime.strptime (#136961)
Semyon Moroz committed
August 9, 2025
S
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka committed
May 20, 2025
S
gh-76075: Correct `datetime.timestamp` documentation (#131202)
Stan Ulbrych committed
May 10, 2025
K
gh-132642: document how to render human-readable `timedelta` objects (#133825)
Kentaro Jay Takahashi committed
March 24, 2025
D
gh-115684: Clarify datetime `replace` documentation (#116519)
David Lowry-Duda committed
February 4, 2025
S
Use roles :data: and :const: for referencing module variables (GH-129507)
Serhiy Storchaka committed
October 14, 2024
E
gh-85453: Improve variable mark up for datetime.rst (#120702)
edson duarte committed
October 8, 2024
S
gh-124832: Add a note to indicate that `datetime.now` may return the same instant (#124834)
spacemanspiff2007 committed
October 1, 2024
G
Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124811)
Gregory P. Smith committed
September 25, 2024
N
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120752)
Nice Zombies committed
September 5, 2024
E
gh-85453: Improve instance attributes mark up on datetime.rst (#123655)
edson duarte committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
July 16, 2024
E
gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (#118449)
edson duarte committed
June 12, 2024
S
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 7, 2024
X
Fix several typos in documentation (GH-118625)
Xie Yanbo committed
April 30, 2024
E
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
edson duarte committed
April 24, 2024
E
gh-85453: Make numeric literals consistent across datetime.rst (#118245)
edson duarte committed
April 15, 2024
H
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade committed
April 3, 2024
G
GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107)
Gregory P. Smith committed
March 1, 2024
S
gh-116035: Document that both tzinfo and fold are ignored in comparisons if tzinfo is the same (GH-116187)
Serhiy Storchaka committed
February 14, 2024
S
gh-115403: Remove extra colon after "Examples" in datetime documentation (#115452)
Stanislav Lyu committed
February 11, 2024
S
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka committed
February 2, 2024
J
Correct timedelta description (GH-101417)
John Belmonte committed
S
Fix indentation of "versionchanged" in datetime.rst (GH-114933)
Serhiy Storchaka committed
S
gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749)
Serhiy Storchaka committed
February 1, 2024
N
gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
Nicholas Hollander committed
January 29, 2024
S
Fix more references to datetime and time classes (GH-114717)
Serhiy Storchaka committed
S
gh-101100: Fix datetime reference warnings (GH-114661)
Skip Montanaro committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
December 23, 2023
December 15, 2023
November 8, 2023
J
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
September 1, 2023
T
gh-105563: reference DateType in datetime's documentation (#105946)
TATHAGATA ROY committed
August 22, 2023
H
Docs: Add link to skip to datetime's format codes (#108027)
Hugo van Kemenade committed
April 27, 2023
P
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle committed