| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove space. (GH-97807) | Benjamin Peterson | 2022-10-04 | 1 | -1/+1 |
|
|
* | gh-90473: WASI: skip gethostname tests (GH-93092) | Christian Heimes | 2022-05-23 | 1 | -0/+3 |
|
|
* | bpo-40280: Skip more tests on Emscripten (GH-31947) | Christian Heimes | 2022-03-17 | 1 | -0/+6 |
|
|
* | bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898) | Christian Heimes | 2022-03-15 | 1 | -1/+2 |
|
|
* | bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873) | Christian Heimes | 2022-03-15 | 1 | -0/+3 |
|
|
* | bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (#30913) | Nikita Sobolev | 2022-01-28 | 1 | -12/+18 |
|
|
* | bpo-43869: Time Epoch is the same on all platforms (GH-30664) | Victor Stinner | 2022-01-19 | 1 | -0/+7 |
|
|
* | bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) | Jakub Kulík | 2021-12-18 | 1 | -5/+6 |
|
|
* | Fix typos in the Lib directory (GH-28775) | Christian Clauss | 2021-10-06 | 1 | -2/+2 |
|
|
* | bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629) | Victor Stinner | 2021-09-30 | 1 | -1/+48 |
|
|
* | bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) | Ronald Oussoren | 2020-11-08 | 1 | -0/+30 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21219) | Hai Shi | 2020-06-30 | 1 | -1/+2 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.61... | Paul Monson | 2019-07-18 | 1 | -0/+3 |
|
|
* | bpo-36895: remove time.clock() as per removal notice. (GH-13270) | Matthias Bussonnier | 2019-05-13 | 1 | -18/+1 |
|
|
* | bpo-36454: Fix test_time.test_monotonic() (GH-12929) | Victor Stinner | 2019-04-23 | 1 | -2/+3 |
|
|
* | bpo-31904: Port the time module on VxWorks (GH-12305) | pxinwr | 2019-04-15 | 1 | -1/+5 |
|
|
* | bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) | Michael Felt | 2018-12-28 | 1 | -8/+7 |
|
|
* | bpo-33723: Remove busy loop from test_time (GH-10773) | Victor Stinner | 2018-11-28 | 1 | -47/+0 |
|
|
* | bpo-33723: Fix test_time.test_thread_time() (GH-10724) | Victor Stinner | 2018-11-26 | 1 | -3/+7 |
|
|
* | bpo-35202: Remove unused imports in tests. (GH-10561) | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) | 2018-11-16 | 1 | -1/+0 |
|
|
* | closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) | Benjamin Peterson | 2018-09-12 | 1 | -3/+3 |
|
|
* | bpo-13312: Avoid int underflow in time year. (GH-8912) | Gregory P. Smith | 2018-08-25 | 1 | -6/+5 |
|
|
* | bpo-34179: Make sure decimal context doesn't affect other tests. (#8376) | Bo Bayles | 2018-07-21 | 1 | -13/+13 |
|
|
* | bpo-33723: Fix test_time.test_process_time() (GH-8358) | Victor Stinner | 2018-07-21 | 1 | -4/+9 |
|
|
* | bpo-33723: Fix test_time.test_thread_time() (GH-8267) | Victor Stinner | 2018-07-12 | 1 | -4/+9 |
|
|
* | 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 |
|
|