Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Jan 2, 2020
Commits on Dec 13, 2019
- committed
- committed
Commits on Nov 23, 2019
Commits on Jan 18, 2019
Commits on Aug 17, 2018
- committed
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 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 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 2, 2017
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Show description for 0f12082committed
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
Commits on Feb 14, 2017
Commits on Sep 21, 2016
extmod/uctypes: Allow full 32-bit address range.
Show description for b84e123authored andcommittedall: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Mar 19, 2016
- committed
- committed
extmod/uctypes: Use mp_binary_get_val helper when extracting value.
Show description for 12154b1committed
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 Jan 10, 2016
- authored andcommitted
Commits on Jan 3, 2016
- authored andcommitted
Commits on Dec 9, 2015
extmod/moductypes: sizeof operation depends on layout type of structure.
Show description for d4a874bcommitted
Commits on Dec 3, 2015
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 27, 2015
extmod/moductypes: When dealing with UINT64, use mp_obj_new_int_from_ull().
Show description for 20f85fecommitted
Commits on Oct 25, 2015
extmod/moductypes: Implement buffer protocol.
Show description for 393d0c1committed
Commits on Jun 6, 2015
moductypes: Swap address and descriptor args in constructor.
Show description for 1679696committed
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