Commits
User selector
Commit History
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 signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommittedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Jan 3, 2016
py: Use polymorphic iterator type where possible to reduce code size.
Show description for 8212d97committed
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 20, 2015
Commits on Oct 11, 2015
Commits on Apr 16, 2015
- committed
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 26, 2015
objdict: Cast mp_obj_t to concrete types explicitly.
Show description for 0090c71committed
Commits on Mar 20, 2015
py: Implement core of OrderedDict type.
Show description for 0ef01d0authored andcommitted
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 14, 2015
py: Add "default" to switches to allow better code flow analysis.
Show description for d2d64f0committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 10, 2014
Commits on Sep 17, 2014
py: Add native json printing using existing print framework.
Show description for 612045fcommittedpy: Make dict use a bit less RAM when iterating; properly del values.
Show description for 8a9b999committed
Commits on Aug 30, 2014
py: Make map, dict, set use mp_int_t/mp_uint_t exclusively.
Show description for 93965e7committed
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 Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 5, 2014
objstr: Implement "%(key)s" % {} formatting for strings and dicts.
Show description for 75ce925committed
Commits on Jun 3, 2014
py: Implement full behaviour of dict.update(), and dict().
Show description for bcb6ca4committed
Commits on May 21, 2014
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Show description for 6ac5dcecommitted
Commits on May 10, 2014
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 ea8d06ccommittedpy: Merge BINARY_OP_SUBSCR and store_subscr (w/ delete) into subscr.
Show description for 729f7b4committed
Commits on Apr 13, 2014
Commits on Apr 11, 2014
py: Fix up object equality test.
Show description for e22d76ecommitted- committed