| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-32025: Add time.thread_time() (#4410) | Antoine Pitrou | 2017-11-15 | 1 | -0/+57 |
|
|
* | bpo-31784: Implement PEP 564: add time.time_ns() (#3989) | Victor Stinner | 2017-11-02 | 1 | -1/+23 |
|
|
* | time.clock() now emits a DeprecationWarning (GH-4020) | Victor Stinner | 2017-10-17 | 1 | -10/+12 |
|
|
* | bpo-31786: Make functions in the select module blocking when timeout is a sma... | Pablo Galindo | 2017-10-17 | 1 | -0/+3 |
|
|
* | weaken pthread_getcpuclockid test (more bpo-31596) (#3904) | Benjamin Peterson | 2017-10-06 | 1 | -8/+1 |
|
|
* | closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) | pdox | 2017-10-05 | 1 | -0/+20 |
|
|
* | bpo-26669: Fix nan arg value error in pytime.c (#3085) | Han Lee | 2017-09-08 | 1 | -0/+29 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -4/+0 |
|
|
* | [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) | Serhiy Storchaka | 2017-06-28 | 1 | -0/+4 |
|
|
* | Fix typo in test_time.py | Victor Stinner | 2016-08-17 | 1 | -1/+1 |
|
|
* | pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour | Victor Stinner | 2015-09-10 | 1 | -1/+2 |
|
|
* | Fix test_time on platform with 32-bit time_t type | Victor Stinner | 2015-09-10 | 1 | -3/+6 |
|
|
* | Fix test_time on platform with 32-bit time_t type | Victor Stinner | 2015-09-10 | 1 | -5/+18 |
|
|
* | Fix test_time on Windows | Victor Stinner | 2015-09-10 | 1 | -9/+24 |
|
|
* | test_time: rewrite PyTime API rounding tests | Victor Stinner | 2015-09-09 | 1 | -562/+234 |
|
|
* | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of | Victor Stinner | 2015-09-08 | 1 | -135/+110 |
|
|
* | Merge from 3.5 | Steve Dower | 2015-09-07 | 1 | -0/+13 |
|\ |
|
| * | 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: Backed out changeset 09b62202d9b7 | Steve Dower | 2015-09-06 | 1 | -6/+0 |
|\ \ |
|
| * \ | Issue #24917: Backed out changeset 09b62202d9b7 | Steve Dower | 2015-09-06 | 1 | -6/+0 |
| |\ \
| | |/
| |/| |
|
* | | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. | Steve Dower | 2015-09-06 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. | Steve Dower | 2015-09-05 | 1 | -0/+6 |
|
|
* | | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in | Victor Stinner | 2015-09-04 | 1 | -6/+7 |
|
|
* | | | test_time: add tests on HALF_UP rounding mode for _PyTime_ObjectToTime_t() and | Victor Stinner | 2015-09-04 | 1 | -40/+90 |
|
|
* | | | Issue #23517: test_time, skip a test checking a corner case on floating point | Victor Stinner | 2015-09-02 | 1 | -1/+3 |
|
|
* | | | test_time: add more tests on HALF_UP rounding mode | Victor Stinner | 2015-09-02 | 1 | -8/+28 |
|
|
* | | | Issue #23517: Reintroduce unit tests for the old PyTime API since it's still | Victor Stinner | 2015-09-02 | 1 | -0/+154 |
|
|
* | | | Issue #23517: Add "half up" rounding mode to the _PyTime API | Victor Stinner | 2015-09-01 | 1 | -3/+61 |
|/ / |
|
* | | 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 |
|\ \
| |/ |
|