COMMITS
/ Lib/datetime.py 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
B
Add some "used with permission" mentions where external resources are referenced.
Brett Cannon committed
September 18, 2015
V
Merge 3.4 (datetime rounding)
Victor Stinner committed
V
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
Victor Stinner committed
September 8, 2015
V
cleanup datetime code
Victor Stinner committed
V
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner committed
V
Revert change 0eb8c182131e:
Victor Stinner committed
September 6, 2015
A
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
Alexander Belopolsky committed
September 4, 2015
V
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
Victor Stinner committed
September 3, 2015
V
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner committed
September 2, 2015
V
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner committed
March 12, 2015
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
S
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka committed
March 1, 2015
A
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky committed
February 28, 2015
A
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky committed
A
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed