summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_time.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-29/+4
* | PEP 410Victor Stinner2012-02-081-4/+29
* | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-1/+17
* | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()Victor Stinner2012-01-291-1/+0
* | Issue #13847: Make test_localtime_failure() more robustVictor Stinner2012-01-271-10/+15
* | Issue #13847: Fix test_mktime(), time.localtime() now raises OSErrorVictor Stinner2012-01-261-1/+1
* | Issue #13847: time.localtime() and time.gmtime() now raise an OSError insteadVictor Stinner2012-01-261-0/+15
* | Issue #10278: wallclock() cannot go backward, but two consecutive callsVictor Stinner2012-01-231-1/+1
* | Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannotVictor Stinner2012-01-201-4/+9
* | Be more lenient in test_wallclock (issue #10278).Antoine Pitrou2012-01-181-2/+2
* | Close #10278: Add time.wallclock() function, monotonic clock.Victor Stinner2012-01-181-0/+7
* | Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST)Victor Stinner2011-12-101-4/+6
* | (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_timeVictor Stinner2011-12-071-1/+6
|\ \ | |/
| * Issue #11886: workaround an OS bug (time zone data) in test_timeVictor Stinner2011-12-071-1/+6
* | Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309.Florent Xicluna2011-11-111-12/+13
* | Avoid a glibc bug in test_time (issue #13309)Antoine Pitrou2011-11-111-3/+5
* | Issue #13312: skip the failing negative years for now.Florent Xicluna2011-11-021-3/+4
* | Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue...Florent Xicluna2011-11-021-2/+3
* | Issue #13312: skip the single failing value for now.Florent Xicluna2011-11-021-1/+3
* | Additional tests for negative years.Florent Xicluna2011-11-011-0/+2
* | Lowercase the test name, to run last.Florent Xicluna2011-11-011-4/+3
* | Replace temporary tests with the real test case for issue #13309 on Gentoo.Florent Xicluna2011-11-011-7/+9
* | Troubleshoot issue #13309 on Gentoo buildbot.Florent Xicluna2011-11-011-2/+4
* | Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.Florent Xicluna2011-11-011-0/+4
* | Test the year range supported by time.strftime() and time.asctime().Florent Xicluna2011-11-011-37/+59
* | Strengthen the tests for format '%Y', in relation with issue #13305.Florent Xicluna2011-11-011-14/+52
* | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+21
* | Issue #12459: time.sleep() now raises a ValueError if the sleep length isVictor Stinner2011-07-051-0/+2
* | Issue #11930: Remove deprecated time.accept2dyear.Alexander Belopolsky2011-05-021-57/+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