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
*
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
*
Issue #9527: datetime.astimezone() method will now supply a class
Alexander Belopolsky
2012-06-22
1
-2/+26
*
Issue #15006: Allow equality comparison between naive and aware time
Alexander Belopolsky
2012-06-16
1
-8/+14
*
Removed redundant code
Alexander Belopolsky
2012-06-15
1
-4/+2
*
Issue #2736: Added datetime.timestamp() method.
Alexander Belopolsky
2012-06-08
1
-1/+10
*
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
1
-2/+2
*
Merge with 3.2.
Ezio Melotti
2011-10-19
1
-1/+1
|
\
|
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
*
|
Issue #11930: Remove year >= 1000 limitation from datetime.strftime.
Alexander Belopolsky
2011-05-02
1
-4/+0
|
/
*
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
Alexander Belopolsky
2011-04-06
1
-1/+5
*
Issue #1777412: extended year range of strftime down to 1000.
Alexander Belopolsky
2011-01-08
1
-4/+4
*
Issue 9183: Intern UTC timezone.
Alexander Belopolsky
2010-10-14
1
-16/+23
*
Fixed microsecond rounding in python version of utcfromtimestamp
Alexander Belopolsky
2010-09-21
1
-5/+10
*
Make python version of fromtimestamp behave more like C.
Alexander Belopolsky
2010-07-26
1
-9/+13
*
Use _datetime docstring if _datetime is available.
Alexander Belopolsky
2010-07-23
1
-0/+5
*
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky
2010-07-23
1
-0/+2087