summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
Commit message (Expand)AuthorAgeFilesLines
* merged 3.2Alexander Belopolsky2012-09-201-0/+2
|\
| * Issue #15973: Fixed segmentation fault on timezone comparison to other types.Alexander Belopolsky2012-09-201-0/+2
* | Issue #9527: tm_gmtoff has 'correct' sign.Alexander Belopolsky2012-06-221-2/+4
* | Issue #9527: datetime.astimezone() method will now supply a classAlexander Belopolsky2012-06-221-2/+2
* | Issue #9527: datetime.astimezone() method will now supply a classAlexander Belopolsky2012-06-221-3/+18
* | Issue #15006: Allow equality comparison between naive and aware timeAlexander Belopolsky2012-06-161-6/+6
* | Relax datetime.timestamp() test around DST changeAlexander Belopolsky2012-06-081-1/+1
* | Relax datetime.timestamp() test around DST changeAlexander Belopolsky2012-06-081-3/+3
* | Issue #2736: Added datetime.timestamp() method.Alexander Belopolsky2012-06-081-0/+36
* | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() andVictor Stinner2012-03-131-10/+15
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-7/+27
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-2/+0
|\ \ | |/
| * Fix obscure failures of datetime-related tests due to the datetime tests fail...Georg Brandl2012-02-201-2/+0
* | Strengthen the tests for format '%Y', in relation with issue #13305.Florent Xicluna2011-11-011-2/+10
* | Relax %Y test.Alexander Belopolsky2011-05-021-2/+2
* | Issue #11930: Remove year >= 1000 limitation from datetime.strftime.Alexander Belopolsky2011-05-021-6/+4
|/
* Issue #11576: Fixed timedelta subtraction glitch on big timedelta valuesAlexander Belopolsky2011-04-061-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