summaryrefslogtreecommitdiff
path: root/shared-bindings/time
AgeCommit message (Expand)Author
2021-03-29Add a missing parameter to an error message (Fixes #4505)James Carr
2021-03-15run code formatting scriptmicroDev
2020-11-25merge from upstream + wipDan Halbert
2020-11-25changed alarm.time APIDan Halbert
2020-09-12doc fix: remove the text about the non-existing clock specificationCarl Karsten
2020-08-07Merge pull request #3252 from ciscorn/pyiJeff Epler
2020-08-07Modify some Python stubsTaku Fukada
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-13Merge pull request #2780 from AndrewR-L/patch-1Scott Shawcroft
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-03Added type hints to timedherrada
2020-07-03Made every init return Nonedherrada
2020-07-02Merge branch 'main' into patch-1Scott Shawcroft
2020-05-12Merge remote-tracking branch 'adafruit/master' into improve_verificationScott Shawcroft
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Did time, touchio, uheapdherrada
2020-05-08Throw a NotImplementedError for time functions on boards without long intsDavePutz
2020-03-16Fix documentation typo: tm_minute should be tm_minDale Hawkins
2020-02-07time.sleep() rounds to nearest msecDan Halbert
2020-02-07improve time.monotonic_ns() accuracy from ms to usDan Halbert
2019-11-26time: struct_time: allow construction like a namedtuple, tooJeff Epler
2019-11-26time: struct_time: allow construction from another struct_timeJeff Epler
2019-08-18shared-bindings/time: styleJeff Epler
2019-08-17localtime: don't hard-fault on argument type errors; handle localtime(float)Jeff Epler
2019-07-30BLE: peripheral client pairing (not yet bonding); fix time doc formattingDan Halbert
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-01-25 fix kw_arg checking for time.struct_time()Jerry Needell
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-11-18Remove reference to clock_id on the function descriptiionsCarlos
2018-11-18Fix time.monotonic_ns docstringCarlos
2018-10-21shared-bindings/time: introduce time.monotonic_nsJeff Epler
2018-08-25Fix os.stat() to use 1970 epochNoralf Trønnes
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-05-18time: Use 1970 epochNoralf Trønnes
2018-04-16Add rtc moduleNoralf Trønnes
2017-10-23Merge 2.1.0 changes into master.Dan Halbert
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ...Scott Shawcroft
2017-03-07shared-bindings: Reenable struct_time. It was turned off when playing with LT...Scott Shawcroft
2017-02-26atmel-samd: Use link time optimization to reduce code size of builds whichScott Shawcroft
2017-02-24Make more type structures const to save RAM.Scott Shawcroft
2017-02-24Switch exception throwing to mp_raise helpers. It saves a little code space e...Scott Shawcroft
2017-02-22Throw an error when sleep time is negative.Scott Shawcroft
2017-01-08Correct monotonic.Scott Shawcroft
2017-01-05Add time.struct_time support.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft