summaryrefslogtreecommitdiff
path: root/shared-bindings/time
AgeCommit message (Expand)Author
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