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 26, 2017
py/objfloat: Support raising a negative number to a fractional power.
Show description for bdc6e86committed
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 Sep 2, 2017
py/objfloat: Fix binary ops with incompatible objects.
Show description for 9950865committed
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 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