summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 9183: Intern UTC timezone.Alexander Belopolsky2010-10-141-1/+3
* Fixed microsecond rounding in python version of utcfromtimestampAlexander Belopolsky2010-09-211-4/+4
* #9440: Remove borderline test case that fails based on unpredictable conditio...Georg Brandl2010-07-311-4/+0
* Make python version of fromtimestamp behave more like C.Alexander Belopolsky2010-07-261-1/+7
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-0/+3674