Commits
User selector
Commit History
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 Nov 27, 2015
Commits on Oct 12, 2015
py/objarray: Allow to create array of void pointers, as extension to CPython.
Show description for 91fc075committed
Commits on Sep 1, 2015
Commits on May 17, 2015
py/binary: Make return type of mp_binary_get_size size_t instead of int.
Show description for f5dd6f7authored andcommitted
Commits on Apr 25, 2015
- committed
py: Support conversion of bignum to bytes.
Show description for 271d18ecommitted
Commits on Mar 5, 2015
objarray: Support array('O'), array of objects, as extension to CPython.
Show description for 24c1000committed
Commits on Jan 27, 2015
py: Add support for floats in mp_binary_{get,set}_val()
Show description for 0b3014cauthored andcommitted
Commits on Jan 24, 2015
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 21, 2014
py: Add support for float/double arrays in array module.
Show description for c9f8f65committed
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 Sep 10, 2014
py: Enable struct/binary-helper to parse q and Q sized ints.
Show description for 9530743committed
Commits on Sep 6, 2014
modstruct: Implement 'O', 'P', 's' types for packed structs.
Show description for 78fde48committed
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 Aug 10, 2014
Commits on Jul 5, 2014
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 25, 2014
- committed
modstruct: Fix alignment handling issues.
Show description for 7a2f166committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 2, 2014
modstruct: Add one more extension to typecodes - 'S', a pointer to C string.
Show description for 6279883committed
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 20, 2014
modstruct: Add 'O' typecode for passing mp_obj_t.
Show description for 0f836efcommitted- committed