Commits
User selector
Commit History
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Apr 21, 2017
py: Reduce str/repr precision of float numbers when floats are 30-bit.
Show description for 7a72c0dcommitted
Commits on Apr 12, 2017
py/objfloat: Add implementation of high-quality float hashing.
Show description for a73501bcommitted
Commits on Apr 4, 2017
py: Add very simple but correct hashing for float and complex numbers.
Show description for 19f2e47committed
Commits on Mar 29, 2017
Commits on Feb 2, 2017
Commits on Nov 21, 2016
Commits on Oct 17, 2016
py: Use mp_raise_msg helper function where appropriate.
Show description for 7d0d721committed
Commits on May 12, 2016
py/objfloat, py/modmath: Ensure M_PI and M_E defined.
Show description for a896951authored andcommitted
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: Add support for 64-bit NaN-boxing object model, on 32-bit machine.
Show description for b8cfb0dcommittedpy: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Oct 20, 2015
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Show description for 183edefcommitted- committed
- committed
- committed
Commits on Oct 11, 2015
Commits on Jun 13, 2015
Commits on May 17, 2015
py: Implement mp_format_float for doubles and use where appropriate
Show description for 861670bauthored andcommitted
Commits on Apr 22, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 14, 2015
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Jan 20, 2015
py, 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 Sep 13, 2014
py: Implement divmod, % and proper // for floating point.
Show description for 8594ce2committed
Commits on Sep 11, 2014
py and libm: Add asinf,acosf; print higher precision for float.
Show description for 20beff9committed
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committed
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 Jun 20, 2014
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
Show description for 3b6f7b9committed
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 21, 2014
py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL.
Show description for 6ac5dcecommitted