summaryrefslogtreecommitdiffstats
path: root/Modules/_datetimemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-301-1/+0
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-7/+7
* Issue 9183: Intern UTC timezone.Alexander Belopolsky2010-10-141-14/+31
* Issue 9005: Removed dead code.Alexander Belopolsky2010-10-131-22/+6
* Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C APIAlexander Belopolsky2010-08-051-30/+3
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-0/+5488