Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on May 28, 2020
string compression: save a few bits per string
Show description for fe3e8d1committed
Commits on Jan 18, 2020
Refine iMX RT memory layout and add three boards
Show description for 7d8dac9committed
Commits on Dec 13, 2019
Commits on Nov 26, 2019
Commits on Nov 23, 2019
Commits on Nov 16, 2019
Commits on Oct 20, 2019
- committed
Commits on Sep 12, 2019
Commits on Sep 10, 2019
py/obj.c: This can be long-running, run background tasks
Show description for d9c8460committed
Commits on May 14, 2019
Make Group iterable via a generic native iterator.
Show description for b7b55e0committed
Commits on Dec 6, 2018
Rework safe mode and have heap overwrite trigger it.
Show description for 6ef8639committed
Commits on Dec 5, 2018
Add stack validity check and raise an error when it happens.
Show description for 7ad2e6acommitted
Commits on Aug 17, 2018
Compress all translated strings with Huffman coding.
Show description for de5a9d7committed
Commits on Aug 9, 2018
Two fixes and translate more strings.
Show description for 96ebf5bcommitted
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 4, 2017
py/obj: Fix comparison of float/complex NaN with itself.
Show description for d4b75f6committed
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 Jun 15, 2017
Commits on May 29, 2017
- committed
Commits on Mar 29, 2017
py: Convert mp_uint_t to size_t for tuple/list accessors.
Show description for 6213ad7committed
Commits on Mar 28, 2017
py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.
Show description for 94c41bbcommitted
Commits on Mar 26, 2017
Commits on Mar 23, 2017
py: Use size_t as len argument and return type of mp_get_index.
Show description for c88cfe1committed
Commits on Feb 24, 2017
Commits on Feb 16, 2017
py: Add iter_buf to getiter type method.
Show description for ae8d867committed
Commits on Dec 21, 2016
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Show description for e4af712committed
Commits on Oct 21, 2016
Commits on Oct 17, 2016
py: Use mp_raise_msg helper function where appropriate.
Show description for 7d0d721committed