summaryrefslogtreecommitdiff
path: root/Lib/test/datetimetester.py
Commit message (Expand)AuthorAgeFilesLines
* Fix obscure failures of datetime-related tests due to the datetime tests fail...Georg Brandl2012-02-201-2/+0
* Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-051-0/+6
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
* Issue #1777412: extended year range of strftime down to 1000.Alexander Belopolsky2011-01-081-3/+3
* 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