summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_time.py
Commit message (Expand)AuthorAgeFilesLines
* #17690: test_time now works with unittest test discovery. Patch by Zachary W...Ezio Melotti2013-04-111-15/+4
* #17572: Avoid chained exceptions while passing bad directives to time.strptim...Ezio Melotti2013-04-031-0/+6
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-141-1/+52
* | Fix test_time for adjusted/adjustable changesVictor Stinner2012-06-121-6/+2
* | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() resultVictor Stinner2012-06-121-6/+6
* | Fix sporadic failure of test_time.test_process_time() on WindowsVictor Stinner2012-06-011-2/+5
* | don't use assertEqual for test for bool equalityBenjamin Peterson2012-05-011-9/+9
* | strip is_ prefixes on clock_info fieldsBenjamin Peterson2012-05-011-11/+11
* | Issue #14428: Remove test_process_time_threads() from test_timeVictor Stinner2012-04-291-52/+0
* | Issue #14428: Make test_process_time_threads() less strictVictor Stinner2012-04-291-1/+2
* | Issue #14428: Rewrite test_process_time_threads() testVictor Stinner2012-04-291-7/+40
* | Issue #14428, #14397: Implement the PEP 418Victor Stinner2012-04-291-12/+95
* | Expose clock_settime() as time.clock_settime()Victor Stinner2012-04-021-0/+11
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-151-0/+10
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-141-22/+3
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-8/+49
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-1/+20
* | 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