index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
datetime.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-15873: Implement [date][time].fromisoformat (#4699)
Paul Ganssle
2017-12-21
1
-30/+175
*
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt...
Paul Ganssle
2017-11-09
1
-3/+3
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-22/+29
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-12/+10
*
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
Utkarsh Upadhyay
2017-07-21
1
-1/+2
*
Revert "bpo-30822: Fix testing of datetime module." (#2588)
Victor Stinner
2017-07-05
1
-2/+1
*
bpo-30822: Fix testing of datetime module. (#2530)
Utkarsh Upadhyay
2017-07-02
1
-1/+2
*
Issue #24773: fix datetime.time constructor docstring
Victor Stinner
2017-01-04
1
-1/+1
*
Issue #28752: Restored the __reduce__() methods of datetime objects.
Serhiy Storchaka
2016-11-21
1
-3/+9
*
Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.
Alexander Belopolsky
2016-08-08
1
-6/+8
*
Closes #27661: Added tzinfo keyword argument to datetime.combine.
Alexander Belopolsky
2016-08-02
1
-2/+4
*
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky
2016-07-22
1
-70/+172
*
|
Issue #27125: Remove duplicated words in exception message
Martin Panter
2016-05-30
1
-1/+1
*
|
Closes #19475: Added timespec to the datetime.isoformat() method.
Alexander Belopolsky
2016-03-06
1
-15/+36
*
|
Merge 'used with permission' additions
Brett Cannon
2016-01-15
1
-0/+1
|
\
\
|
|
/
|
*
Add some "used with permission" mentions where external resources are referen...
Brett Cannon
2016-01-15
1
-0/+1
|
*
Merge 3.4 (datetime rounding)
Victor Stinner
2015-09-18
1
-28/+22
|
|
\
|
|
*
Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
Victor Stinner
2015-09-18
1
-29/+22
*
|
|
cleanup datetime code
Victor Stinner
2015-09-08
1
-7/+0
*
|
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-08
1
-1/+1
*
|
|
Revert change 0eb8c182131e:
Victor Stinner
2015-09-08
1
-2/+2
*
|
|
Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.
Alexander Belopolsky
2015-09-06
1
-0/+2
*
|
|
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
Victor Stinner
2015-09-04
1
-27/+21
*
|
|
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner
2015-09-03
1
-2/+2
*
|
|
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner
2015-09-02
1
-2/+10
|
/
/
*
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-3/+4
|
\
\
|
|
/
|
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-3/+4
*
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
1
-1/+1
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-3/+23
|
\
\
|
|
/
|
*
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-3/+23
*
|
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka
2015-01-31
1
-25/+0
*
|
Closes issue #20858: Enhancements/fixes to pure-python datetime module
Alexander Belopolsky
2014-09-28
1
-134/+147
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-20/+29
*
|
remove the ability of datetime.time to be considered false (closes #13936)
Benjamin Peterson
2014-03-20
1
-6/+0
|
/
*
improve comment
Benjamin Peterson
2013-08-29
1
-2/+2
*
make lists uniformly integers for the benefit of pypy
Benjamin Peterson
2013-08-29
1
-2/+3
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2/+2
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2/+2
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
|
#17571: merge with 3.3.
Ezio Melotti
2013-04-13
1
-15/+3
|
\
\
|
|
/
|
*
#17571: remove broken links in datetime.py docstring.
Ezio Melotti
2013-04-13
1
-15/+3
*
|
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner
2013-03-26
1
-195/+195
|
/
*
Closes #15973: fix a segmentation fault when comparing timezone objects.
Georg Brandl
2012-09-22
1
-0/+2
*
Issue #9527: tm_gmtoff has 'correct' sign.
Alexander Belopolsky
2012-06-22
1
-3/+3
*
Issue #9527: datetime.astimezone() method will now supply a class
Alexander Belopolsky
2012-06-22
1
-2/+2
[next]