Commits
User selector
Commit History
Commits on Oct 25, 2017
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Show description for 73c15dccommitted
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Sep 18, 2017
Commits on Sep 17, 2017
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Show description for 9dce823committed
Commits on Aug 29, 2017
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Show description for 58321ddcommitted
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 Aug 21, 2017
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 Jun 15, 2017
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 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 24, 2017
Commits on Feb 3, 2017
py/objcomplex: Fix typo in ternary expression.
Show description for bd04ed3committed
Commits on Feb 2, 2017
py/objcomplex: Correctly handle case of 0j to power of something.
Show description for 3ed0e5ecommitted
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 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: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted
Commits on Oct 11, 2015
Commits on May 17, 2015
py: Implement mp_format_float for doubles and use where appropriate
Show description for 861670bauthored andcommitted
Commits on May 13, 2015
- authored andcommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 11, 2015
py: Combine load_attr and store_attr type methods into one (attr).
Show description for b1bbe96committed
Commits on Feb 8, 2015
py: Parse big-int/float/imag constants directly in parser.
Show description for 7d414a1committed
Commits on Feb 2, 2015
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 12, 2015
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
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