summaryrefslogtreecommitdiffstats
path: root/Modules/_datetimemodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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