Commits
User selector
Commit History
Commits on May 28, 2016
Commits on May 14, 2016
Commits on Jan 19, 2016
- authored andcommitted
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
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 Oct 31, 2015
py/modstruct: Support repetition counters for all types, not just string.
Show description for 2b080cfcommitted
Commits on Jul 5, 2015
Commits on May 4, 2015
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Oct 6, 2014
Commits on Oct 3, 2014
py: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Aug 30, 2014
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Show description for 4abff75committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 19, 2014
Commits on Jun 2, 2014
modstruct: Add one more extension to typecodes - 'S', a pointer to C string.
Show description for 6279883committed
Commits on May 24, 2014
Rename configuration variables controling Python features.
Show description for ee3fd46committed
Commits on May 20, 2014
Commits on May 13, 2014
Commits on May 12, 2014
modstruct: Implement count specifier for strings (e.g. "100s").
Show description for df94b71committed
Commits on May 11, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 26, 2014
Commits on Apr 19, 2014
Commits on Apr 18, 2014
- committed
py: Add typecode to buffer protocol.
Show description for 57a4b4fcommitted
Commits on Apr 11, 2014
Commits on Apr 10, 2014
- committed
py: Start implementing "struct" module.
Show description for e9db840committed
Loading