| Commit message (Expand) | Author | Age | Files | Lines |
* | Update documentation links to Microsoft's documentation pages (GH-126379) | 谭九鼎 | 2024-11-11 | 1 | -1/+1 |
|
|
* | gh-126256: Update time.rst to use the same clock as instead of the same clock... | Alperen Keleş | 2024-10-31 | 1 | -2/+2 |
|
|
* | gh-89762: Document strftime %G, %V, and %u format specifiers (#124572) | RUANG (James Roy) | 2024-10-28 | 1 | -0/+13 |
|
|
* | gh-116622: Complete Android documentation (#124259) | Malcolm Smith | 2024-09-23 | 1 | -2/+2 |
|
|
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 1 | -2/+2 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -5/+5 |
|
|
* | gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rs... | shurj0 | 2024-06-05 | 1 | -1/+1 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781) | Victor Stinner | 2024-03-14 | 1 | -0/+24 |
|
|
* | gh-115664: Fix ordering of more versionadded and versionchanged directives (G... | Serhiy Storchaka | 2024-03-07 | 1 | -4/+3 |
|
|
* | gh-115315: Update time.rst to include microseconds field (%f) in chart (#115316) | Tahoma Software | 2024-02-27 | 1 | -6/+16 |
|
|
* | gh-113791: Expose CLOCK_MONOTONIC_RAW_APPROX and CLOCK_UPTIME_RAW_APROX on ma... | Ronald Oussoren | 2024-01-08 | 1 | -0/+18 |
|
|
* | gh-101100: Fix sphinx warnings in `library/time.rst` (#110862) | Nikita Sobolev | 2023-10-14 | 1 | -33/+60 |
|
|
* | gh-108294: Add time.sleep audit event (GH-108298) | Petr Viktorin | 2023-08-23 | 1 | -0/+5 |
|
|
* | gh-95415: Make availability directive consistent (GH-95416) | Christian Heimes | 2022-07-29 | 1 | -9/+12 |
|
|
* | bpo-31327: Update time documentation to reflect possible errors (GH-31460) | slateny | 2022-03-11 | 1 | -0/+6 |
|
|
* | bpo-43869: Time Epoch is the same on all platforms (GH-30664) | Victor Stinner | 2022-01-19 | 1 | -17/+11 |
|
|
* | bpo-43869: Improve epoch docs (GH-25777) | Miguel Brito | 2022-01-18 | 1 | -1/+1 |
|
|
* | bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existi... | Hugo van Kemenade | 2022-01-14 | 1 | -7/+6 |
|
|
* | bpo-45429: Merge whatsnew about time.sleep (GH-29589) | Dong-hee Na | 2021-11-18 | 1 | -4/+4 |
|
|
* | [docs] Use full names for time units (GH-28611) | Serhiy Storchaka | 2021-09-29 | 1 | -4/+4 |
|
|
* | bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545) | Victor Stinner | 2021-09-25 | 1 | -7/+9 |
|
|
* | bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483) | Victor Stinner | 2021-09-22 | 1 | -10/+23 |
|
|
* | bpo-21302: Update time.sleep() doc for clock_nanosleep() (GH-28311) | Victor Stinner | 2021-09-13 | 1 | -0/+5 |
|
|
* | bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757) | Alex Willmer | 2021-03-06 | 1 | -4/+4 |
|
|
* | bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) | Victor Stinner | 2020-11-16 | 1 | -7/+36 |
|
|
* | closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096) | Russell Owen | 2020-03-24 | 1 | -1/+10 |
|
|
* | closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709) | Michael Wayne Goodman | 2019-12-27 | 1 | -1/+0 |
|
|
* | closes bpo-29275: Remove Y2K reference from time module docs (GH-17321) | Callum Ward | 2019-11-22 | 1 | -10/+5 |
|
|
* | bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) | Harmandeep Singh | 2019-09-12 | 1 | -7/+15 |
|
|
* | fix link to time function from time_ns doc (GH-15285) | Éric Araujo | 2019-08-17 | 1 | -1/+1 |
|
|
* | bpo-36895: Undocument removed time.clock (GH-13286) | Matthias Bussonnier | 2019-05-13 | 1 | -24/+0 |
|
|
* | bpo-36895: remove time.clock() as per removal notice. (GH-13270) | Matthias Bussonnier | 2019-05-13 | 1 | -1/+1 |
|
|
* | bpo-31904: Port the time module on VxWorks (GH-12305) | pxinwr | 2019-04-15 | 1 | -0/+2 |
|
|
* | bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (GH-11517) | Joannah Nanjekye | 2019-01-11 | 1 | -2/+2 |
|
|
* | bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) | Joannah Nanjekye | 2019-01-10 | 1 | -0/+12 |
|
|
* | bpo-23451: Update time.monotonic() documentation (GH-11190) | Victor Stinner | 2018-12-17 | 1 | -9/+1 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -2/+2 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+6 |
|
|
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -17/+17 |
|
|
* | bpo-32593: Drop FreeBSD 9 and older support (#5232) | Victor Stinner | 2018-01-22 | 1 | -2/+2 |
|
|
* | bpo-32025: Add time.thread_time() (#4410) | Antoine Pitrou | 2017-11-15 | 1 | -0/+27 |
|
|
* | bpo-31784: Implement PEP 564: add time.time_ns() (#3989) | Victor Stinner | 2017-11-02 | 1 | -6/+49 |
|
|
* | bpo-31917: Add 3 new clock identifiers (#4207) | Victor Stinner | 2017-11-02 | 1 | -0/+35 |
|
|
* | time.clock() now emits a DeprecationWarning (GH-4020) | Victor Stinner | 2017-10-17 | 1 | -0/+8 |
|
|
* | bpo-28157: Improvements for the time module documentation (GH-928) | Cheryl Sabella | 2017-10-11 | 1 | -87/+115 |
|
|
* | closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) | pdox | 2017-10-05 | 1 | -0/+16 |
|
|
* | bpo-29026: Clarify documentation of time.time (#34) | Eric Appelt | 2017-02-16 | 1 | -7/+35 |
|
|
* | Closes #28130: Documented that time.tzset() updates time module globals. | Alexander Belopolsky | 2017-01-12 | 1 | -2/+7 |
|
|
* | Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. | Alexander Belopolsky | 2016-09-12 | 1 | -4/+4 |
|
|