COMMITS
/ Lib/datetime.py September 9, 2024
A
gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)
Adam Turner committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
May 25, 2023
S
gh-84976: Add back UTC to datetime.__all__ (#104920)
Shantanu committed
March 23, 2023
P
GH-84976: Re-introduce `datetime.py` and fix reprs
Paul Ganssle committed
P
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle committed
April 27, 2023
P
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle committed
April 19, 2023
A
gh-83861: Fix datetime.astimezone() method (GH-101545)
Alexander Belopolsky committed
February 6, 2023
M
Trivial Change: Remove unhelpful doc in `datetime.timedelta` (#100164)
Matty G committed
December 22, 2022
November 25, 2022
Z
bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH-21712)
Zackery Spytz committed
October 18, 2022
A
gh-98378: Add small format string example to strftime comments (GH-98379)
Alex Zvorygin committed
August 28, 2022
T
gh-69142: add %:z strftime format code (gh-95983)
TW committed
May 12, 2022
P
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle committed
May 6, 2022
P
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle committed
May 3, 2022
K
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
February 3, 2021
H
Fix typo (GH-23019)
Harry committed
October 18, 2020
S
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion committed
October 3, 2020
R
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
Ram Rachum committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
May 16, 2020
P
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle committed
September 19, 2019
T
bpo-38155: Add __all__ to datetime module (GH-16203)
t k committed
August 9, 2019
N
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar committed
August 4, 2019
S
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
Serhiy Storchaka committed
July 13, 2019
April 29, 2019
P
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle committed
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
February 4, 2019
P
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle committed
December 7, 2018
S
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017)
Serhiy Storchaka committed
October 22, 2018
P
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Paul Ganssle committed
July 25, 2018
A
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
Ammar Askar committed
June 10, 2018
A
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky committed
June 8, 2018
A
bpo-33810 Remove unused code from datetime.py. (GH-7549)
Alexander Belopolsky committed
December 21, 2017
P
bpo-15873: Implement [date][time].fromisoformat (#4699)
Paul Ganssle committed
November 9, 2017
P
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Python (#4176)
Paul Ganssle committed
July 31, 2017
A
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky committed
July 25, 2017
U
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay committed
July 21, 2017
U
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
Utkarsh Upadhyay committed
July 5, 2017
V
Revert "bpo-30822: Fix testing of datetime module." (#2588)
Victor Stinner committed
July 2, 2017
U
bpo-30822: Fix testing of datetime module. (#2530)
Utkarsh Upadhyay committed
January 4, 2017
V
Issue #24773: fix datetime.time constructor docstring
Victor Stinner committed
November 21, 2016
S
Issue #28752: Restored the __reduce__() methods of datetime objects.
Serhiy Storchaka committed
August 8, 2016
A
Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.
Alexander Belopolsky committed
August 2, 2016
A
Closes #27661: Added tzinfo keyword argument to datetime.combine.
Alexander Belopolsky committed
July 28, 2016
M
Issue #27626: Merge spelling fixes from 3.5
Martin Panter committed
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
July 22, 2016
A
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky committed
May 30, 2016
M
Issue #27125: Remove duplicated words in exception message
Martin Panter committed
March 6, 2016
A
Closes #19475: Added timespec to the datetime.isoformat() method.
Alexander Belopolsky committed
January 15, 2016
B
Merge 'used with permission' additions
Brett Cannon committed