summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_time.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Issue #11886: workaround an OS bug (time zone data) in test_timeVictor Stinner2011-12-071-1/+6
* Merge from 3.1Senthil Kumaran2011-04-061-0/+8
|\
| * Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...Senthil Kumaran2011-04-061-0/+8
| * Merged revisions 87921 via svnmerge fromAlexander Belopolsky2011-02-151-1/+2
| * Merged revisions 87919 via svnmerge fromAlexander Belopolsky2011-02-151-0/+9
| * Issue 10814: time.asctime test will now use a valid day with out of range year.Alexander Belopolsky2011-01-031-1/+1
| * Merged revisions 87648,87656 via svnmerge fromAlexander Belopolsky2011-01-021-0/+10
| * Merged revisions 87222 via svnmerge fromR. David Murray2010-12-141-2/+2
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-24/+24
* | Issue #10864 has been fixed: remove the workaroundVictor Stinner2011-03-211-6/+2
* | This should fix mktime test on WindowsAlexander Belopolsky2011-01-111-1/+2
* | Make mktime test more robust.Alexander Belopolsky2011-01-111-3/+7
* | Issue #1726687: time.mktime() will now correctly compute value oneAlexander Belopolsky2011-01-111-0/+13
* | Issue #1777412: Remove all limits on tm_year from time.strftime()Victor Stinner2011-01-081-17/+19
* | Issue #1777412: fix test_time for Mac OS X and OpenIndianaVictor Stinner2011-01-081-9/+14
* | Issue #1777412: test large years value for strftime('%Y')Victor Stinner2011-01-081-5/+10
* | Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900Victor Stinner2011-01-081-30/+70
* | Fixed error handling branches. ThanksAlexander Belopolsky2011-01-081-1/+12
* | Issue #10827: Changed the rules for 2-digit years. The time.asctimeAlexander Belopolsky2011-01-071-26/+36
* | Further simplify gettmarg()Alexander Belopolsky2011-01-061-0/+1
* | - time.accept2dyear = True is now equivalent to time.accept2dyear = 1Alexander Belopolsky2011-01-051-1/+41
* | test_time: assertEquals => assertEqualVictor Stinner2011-01-051-1/+1
* | Fix test_time under WindowsAntoine Pitrou2011-01-041-1/+1
* | Fix exception catching.Georg Brandl2011-01-041-1/+1
* | Issue #8013: Fix time.ctime test failure on 32-bit platforms.Alexander Belopolsky2011-01-041-1/+1
* | Issue #8013: time.asctime and time.ctime no longer call system asctimeAlexander Belopolsky2011-01-041-17/+16
* | #8013 follow-up:Georg Brandl2011-01-021-6/+20
* | Issue #8013: Fixed testAlexander Belopolsky2011-01-021-2/+9
* | Issue #8013: Fixed time.asctime segfault when OS's asctime failsAlexander Belopolsky2011-01-021-0/+3
* | Use skipIf instead of a return when attribute doesn't exist.R. David Murray2010-12-141-2/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* | Issue #6608: time.asctime is now checking struct tm fields its inputAlexander Belopolsky2010-10-011-17/+23
* | Merged revisions 75011 via svnmerge fromBrett Cannon2009-09-221-5/+0
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-24/+24
|/
* 5562 -> 3061.Martin v. Löwis2009-05-301-1/+1
* Issue #5562: Use wcsftime for time.strftime where available.Martin v. Löwis2009-05-301-3/+18
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-301-0/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-3/+7
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-16/+28
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-031-0/+17
* Bug 975996: Add _PyTime_DoubleToTimet to C APITim Peters2004-06-201-0/+8
* Have strftime() check its time tuple argument to make sure the tuple's valuesBrett Cannon2004-03-021-0/+56
* Whitespace normalization.Tim Peters2003-04-241-5/+5
* SF patch #706707, time.tzset standards compliance update by Stuart BishopNeal Norwitz2003-04-111-58/+41
* If time.tzset doesn't exist, don't test it.Guido van Rossum2003-03-151-0/+3