COMMITS
/ Lib/datetime.py 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
September 28, 2014
A
Closes issue #20858: Enhancements/fixes to pure-python datetime module
Alexander Belopolsky committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
March 20, 2014
B
remove the ability of datetime.time to be considered false (closes #13936)
Benjamin Peterson committed
August 29, 2013
B
improve comment
Benjamin Peterson committed
B
make lists uniformly integers for the benefit of pypy
Benjamin Peterson committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 13, 2013
E
#17571: merge with 3.3.
Ezio Melotti committed
E
#17571: remove broken links in datetime.py docstring.
Ezio Melotti committed
March 26, 2013
V
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner committed
September 22, 2012
G
Closes #15973: fix a segmentation fault when comparing timezone objects.
Georg Brandl committed
June 22, 2012
A
Issue #9527: tm_gmtoff has 'correct' sign.
Alexander Belopolsky committed
A
Issue #9527: datetime.astimezone() method will now supply a class
Alexander Belopolsky committed
A
Issue #9527: datetime.astimezone() method will now supply a class
Alexander Belopolsky committed
June 16, 2012
A
Issue #15006: Allow equality comparison between naive and aware time
Alexander Belopolsky committed
June 15, 2012
A
Removed redundant code
Alexander Belopolsky committed
June 8, 2012
A
Issue #2736: Added datetime.timestamp() method.
Alexander Belopolsky committed
March 13, 2012
V
Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec
Victor Stinner committed
October 19, 2011
E
Merge with 3.2.
Ezio Melotti committed
E
Remove duplication.
Ezio Melotti committed