Commits
User selector
Commit History
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 11, 2017
unix/modtime: Replace strftime() with localtime().
Show description for d42b80fcommitted
Commits on Mar 20, 2017
Commits on Feb 14, 2017
Commits on Nov 3, 2016
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Jun 28, 2016
Commits on Jun 17, 2016
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Jan 10, 2016
unix/modtime: strftime(): Support 2nd argument, but as time_t value.
Show description for 8175877committed
Commits on Dec 13, 2015
unix/modtime: Add strftime() function (only single argument is supported).
Show description for 8fb255dcommitted
Commits on Dec 1, 2015
unix/modtime: sleep(): Return early if KeyboardInterrupt is pending
Show description for 3376875committed
Commits on Nov 29, 2015
- committed
- committed
unix/modtime: sleep(): Automatically restart after receiving EINTR.
Show description for 0bb57bfcommitted
Commits on Oct 19, 2015
unix/modtime: Implement ticks_ms(), ticks_us() and ticks_diff().
Show description for 8ee153fcommitted- committed
Commits on Jan 12, 2015
- committed
py, unix: Allow to compile with -Wdouble-promotion.
Show description for 0178aa9committed
Commits on Jan 1, 2015
Commits on Dec 16, 2014
unix: Rename "time" module to "utime" to allow extensibility.
Show description for 9d944c7committed
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 28, 2014
unix: Fix mpconfig.h not being included before misc.h
Show description for 5478ed1committed
Commits on Jun 19, 2014
Commits on Jun 7, 2014
- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a
Show description for 585a339committed
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 10, 2014
mingw: Fix compilation issues
Show description for f45a83dcommitted
Commits on May 9, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed