Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in the Include directory (GH-28745) | Christian Clauss | 2021-10-06 | 1 | -2/+2 |
* | bpo-41710: Add private _PyDeadline_Get() function (GH-28674) | Victor Stinner | 2021-10-01 | 1 | -0/+16 |
* | bpo-41710: Document _PyTime_t API in pytime.h (GH-28647) | Victor Stinner | 2021-09-30 | 1 | -0/+41 |
* | bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643) | Victor Stinner | 2021-09-30 | 1 | -0/+2 |
* | bpo-41710: Add pytime_add() and pytime_mul() (GH-28642) | Victor Stinner | 2021-09-30 | 1 | -3/+5 |
* | bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629) | Victor Stinner | 2021-09-30 | 1 | -5/+11 |
* | bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483) | Victor Stinner | 2021-09-22 | 1 | -0/+6 |
* | bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350) | Victor Stinner | 2021-09-15 | 1 | -0/+3 |
* | bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988) | Nicholas Sim | 2021-02-16 | 1 | -0/+247 |