summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 10825: Minor updates to the test suite.Raymond Hettinger2011-01-061-1/+1
* Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-1/+7
* Issue #10624: Use support.requires_IEEE_754 in all appropriate tests.Eric Smith2010-12-041-7/+2
* 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