| Commit message (Expand) | Author | Age | Files | Lines |
* | More typos in 3.5 documentation and comments | Martin Panter | 2015-10-07 | 1 | -2/+2 |
|
|
* | Issue #25155: Fix _PyTime_Divide() rounding | Victor Stinner | 2015-09-18 | 1 | -8/+8 |
|
|
* | Issue #24917: time_strftime() buffer over-read. | Steve Dower | 2015-09-07 | 1 | -0/+13 |
|
|
* | Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. | Larry Hastings | 2015-09-06 | 1 | -6/+0 |
|
|
* | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. | Steve Dower | 2015-09-05 | 1 | -0/+6 |
|
|
* | Closes #24244: Removes invalid test from test_time | Steve Dower | 2015-06-24 | 1 | -7/+0 |
|
|
* | Issue #22117: Add a new _PyTime_FromSeconds() function | Victor Stinner | 2015-04-03 | 1 | -0/+7 |
|
|
* | Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and | Victor Stinner | 2015-04-01 | 1 | -4/+72 |
|
|
* | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods | Victor Stinner | 2015-03-30 | 1 | -87/+13 |
|
|
* | Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps | Victor Stinner | 2015-03-30 | 1 | -4/+61 |
|
|
* | Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: | Victor Stinner | 2015-03-29 | 1 | -2/+2 |
|
|
* | Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime | Victor Stinner | 2015-03-28 | 1 | -48/+18 |
|
|
* | Issue #22117: Write unit tests for _PyTime_AsTimeval() | Victor Stinner | 2015-03-28 | 1 | -0/+38 |
|
|
* | Issue #22117: The signal modules uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 1 | -1/+28 |
|
|
* | Issue #22117: time.monotonic() now uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 1 | -10/+54 |
|
|
* | Issue #22117: Fix rounding in _PyTime_FromSecondsObject() | Victor Stinner | 2015-03-27 | 1 | -79/+173 |
|
|
* | 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 |
|
|