Commits
User selector
Commit History
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Feb 16, 2017
py: Add iter_buf to getiter type method.
Show description for ae8d867committed
Commits on Aug 12, 2016
py: Get rid of assert() in method argument checking functions.
Show description for c4a8004committed
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Aug 19, 2015
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Show description for 22ff397committed
Commits on Jan 20, 2015
py: Use mp_arg_check_num in some _make_new functions.
Show description for 50149a5committedpy, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on May 2, 2014
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Show description for f54bcbfcommitted
Commits on Apr 17, 2014
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Show description for ea8d06ccommitted
Commits on Apr 5, 2014
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Mar 30, 2014
Rename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 29, 2014
Commits on Mar 26, 2014
Commits on Mar 17, 2014
py: Clean up includes.
Show description for efe3422committed
Commits on Feb 15, 2014
Implement proper exception type hierarchy.
Show description for c596612committedChange mp_obj_type_t.name from const char * to qstr.
Show description for a71c83acommitted
Commits on Feb 12, 2014
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
Show description for d5df6cdcommitted
Commits on Jan 21, 2014
Revamp qstrs: they now include length and hash.
Show description for 55baff4committed
Commits on Jan 18, 2014
Make VM stack grow upwards, and so no reversed args arrays.
Show description for 20006dbcommitted
Commits on Jan 15, 2014
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Show description for 7a9d0c4committed- committed
Loading