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