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
/
Modules
/
_datetimemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15973: fixed 3.2 backport.
Alexander Belopolsky
2012-09-20
1
-2/+4
*
Issue #15973: Fixed segmentation fault on timezone comparison to other types.
Alexander Belopolsky
2012-09-20
1
-3/+7
*
merge 3.2
Benjamin Peterson
2012-02-21
1
-0/+1
*
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
1
-1/+3
*
Issue #11576: Fixed timedelta subtraction glitch on big timedelta values
Alexander Belopolsky
2011-04-06
1
-7/+8
*
Issue #1777412: extended year range of strftime down to 1000.
Alexander Belopolsky
2011-01-08
1
-6/+6
*
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...
Alexander Belopolsky
2010-12-08
1
-1/+2
*
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-1/+0
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-7/+7
*
Issue 9183: Intern UTC timezone.
Alexander Belopolsky
2010-10-14
1
-14/+31
*
Issue 9005: Removed dead code.
Alexander Belopolsky
2010-10-13
1
-22/+6
*
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky
2010-08-05
1
-30/+3
*
Issue #7989: Added pure python implementation of the datetime module.
Alexander Belopolsky
2010-07-23
1
-0/+5488