| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday field | Victor Stinner | 2014-02-21 | 1 | -0/+7 |
|
|
* | Issue #19748: On AIX, time.mktime() now raises an OverflowError for year | Victor Stinner | 2014-02-21 | 1 | -1/+1 |
|
|
* | Issue #20320: select.select() and select.kqueue.control() now round the timeout | Victor Stinner | 2014-02-16 | 1 | -35/+95 |
|
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -0/+3 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -0/+3 |
|
|
* | | Issue #20101: Merge with 3.3 | Zachary Ware | 2014-01-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #20101: Allow test_monotonic to pass on Windows machines on which | Zachary Ware | 2014-01-02 | 1 | -1/+2 |
|
|
* | | (Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on | Victor Stinner | 2013-12-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Close #19999: tolerate coarse time when testing time.monotonic() on very | Victor Stinner | 2013-12-16 | 1 | -1/+1 |
|
|
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -2/+1 |
|
|
* | | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #19545: Avoid chained exceptions while passing stray % to | Serhiy Storchaka | 2013-11-24 | 1 | -0/+4 |
|
|
* | | Issue #19715: Ensure that consecutive calls to monotonic() are monotonic | Victor Stinner | 2013-11-22 | 1 | -0/+9 |
|/ |
|
* | test_time.test_monotonic(): use a longer sleep to try to make the test more r... | Victor Stinner | 2013-07-03 | 1 | -2/+2 |
|
|
* | #17690: test_time now works with unittest test discovery. Patch by Zachary W... | Ezio Melotti | 2013-04-11 | 1 | -15/+4 |
|
|
* | #17572: Avoid chained exceptions while passing bad directives to time.strptim... | Ezio Melotti | 2013-04-03 | 1 | -0/+6 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields | Alexander Belopolsky | 2012-06-14 | 1 | -1/+52 |
|
|
* | | Fix test_time for adjusted/adjustable changes | Victor Stinner | 2012-06-12 | 1 | -6/+2 |
|
|
* | | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result | Victor Stinner | 2012-06-12 | 1 | -6/+6 |
|
|
* | | Fix sporadic failure of test_time.test_process_time() on Windows | Victor Stinner | 2012-06-01 | 1 | -2/+5 |
|
|
* | | don't use assertEqual for test for bool equality | Benjamin Peterson | 2012-05-01 | 1 | -9/+9 |
|
|
* | | strip is_ prefixes on clock_info fields | Benjamin Peterson | 2012-05-01 | 1 | -11/+11 |
|
|
* | | Issue #14428: Remove test_process_time_threads() from test_time | Victor Stinner | 2012-04-29 | 1 | -52/+0 |
|
|
* | | Issue #14428: Make test_process_time_threads() less strict | Victor Stinner | 2012-04-29 | 1 | -1/+2 |
|
|
* | | Issue #14428: Rewrite test_process_time_threads() test | Victor Stinner | 2012-04-29 | 1 | -7/+40 |
|
|
* | | Issue #14428, #14397: Implement the PEP 418 | Victor Stinner | 2012-04-29 | 1 | -12/+95 |
|
|
* | | Expose clock_settime() as time.clock_settime() | Victor Stinner | 2012-04-02 | 1 | -0/+11 |
|
|
* | | Issue #10278: Add an optional strict argument to time.steady(), False by default | Victor Stinner | 2012-03-15 | 1 | -0/+10 |
|
|
* | | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time... | Victor Stinner | 2012-03-14 | 1 | -22/+3 |
|
|
* | | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... | Victor Stinner | 2012-03-13 | 1 | -8/+49 |
|
|
* | | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple | Victor Stinner | 2012-03-02 | 1 | -1/+20 |
|
|
* | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -29/+4 |
|
|
* | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -4/+29 |
|
|
* | | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -1/+17 |
|
|
* | | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() | Victor Stinner | 2012-01-29 | 1 | -1/+0 |
|
|
* | | Issue #13847: Make test_localtime_failure() more robust | Victor Stinner | 2012-01-27 | 1 | -10/+15 |
|
|
* | | Issue #13847: Fix test_mktime(), time.localtime() now raises OSError | Victor Stinner | 2012-01-26 | 1 | -1/+1 |
|
|
* | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead | Victor Stinner | 2012-01-26 | 1 | -0/+15 |
|
|
* | | Issue #10278: wallclock() cannot go backward, but two consecutive calls | Victor Stinner | 2012-01-23 | 1 | -1/+1 |
|
|
* | | Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot | Victor Stinner | 2012-01-20 | 1 | -4/+9 |
|
|
* | | Be more lenient in test_wallclock (issue #10278). | Antoine Pitrou | 2012-01-18 | 1 | -2/+2 |
|
|
* | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -0/+7 |
|
|
* | | Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) | Victor Stinner | 2011-12-10 | 1 | -4/+6 |
|
|
* | | (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time | Victor Stinner | 2011-12-07 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Issue #11886: workaround an OS bug (time zone data) in test_time | Victor Stinner | 2011-12-07 | 1 | -1/+6 |
|
|
* | | Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. | Florent Xicluna | 2011-11-11 | 1 | -12/+13 |
|
|
* | | Avoid a glibc bug in test_time (issue #13309) | Antoine Pitrou | 2011-11-11 | 1 | -3/+5 |
|
|