Commits
User selector
Commit History
Commits on Sep 12, 2020
modstruct: Improve compliance with python3
Show description for 54d9725committed
Commits on Jul 6, 2020
Commits on Jan 20, 2019
Commits on Aug 7, 2018
- committed
Commits on Sep 1, 2017
py/modstruct: Check and prevent buffer-write overflow in struct packing.
Show description for 2daacc5committedpy/modstruct: Check and prevent buffer-read overflow in struct unpacking
Show description for 79d5acbcommittedpy/modstruct: In struct.pack, stop converting if there are no args left.
Show description for 793d826committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jan 17, 2017
py/binary: mp_binary_get_size: Raise error on unsupported typecodes.
Show description for af90461committed
Commits on Oct 7, 2016
py/modstruct: Remove unreachable code, and add comment about CPy diff.
Show description for dffa383committed
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Aug 26, 2016
py/modstruct: Use more compact mp_raise_ValueError function.
Show description for fe3cc5bcommitted
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