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 12, 2017
py: Optimise types for common case where type has a single parent type.
Show description for 816413ecommitted
Commits on Apr 10, 2017
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
Show description for ee86de1committed
Commits on Feb 24, 2017
Commits on Feb 16, 2017
Commits on Jan 17, 2017
Commits on Nov 13, 2016
py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.
Show description for c3d96d3committed
Commits on May 12, 2016
py/objexcept: Don't convert errno to str in constructor, do it in print.
Show description for 9a92499committedpy: Add mp_errno_to_str() and use it to provide nicer OSError msgs.
Show description for d45e5f8committed
Commits on Apr 13, 2016
py: add async/await/async for/async with syntax
Show description for 81ebba7authored 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 signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommittedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Jan 2, 2016
py: Change exception traceback data to use size_t instead of mp_uint_t.
Show description for 3d2daa2committed
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 Jul 14, 2015
py: Improve allocation policy of qstr data.
Show description for ade9a05committed
Commits on Jul 2, 2015
py: Add TimeoutError exception subclassed from OSError.
Show description for 077812bcommitted
Daniel Campora
Commits on Apr 20, 2015
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Show description for c8b60f0committed
Commits on Apr 16, 2015
- committed
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 27, 2015
py: Use m_{new,renew,del} consistently.
Show description for 4d77e1acommittedpy: Fix adding of traceback so that it appends to existing info.
Show description for 4852e09committed
Commits on Feb 23, 2015
py: Implement UnicodeError.
Show description for 71ebd4bcommitted
Commits on Feb 15, 2015
objexcept: Optimize traceback allocation for exception.
Show description for fa3b895committedobjexcept: Optimize using messages without formatting substitutions.
Show description for 29c4f92committed
Commits on Jan 21, 2015
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
Show description for 0b9ee86committed
Commits on Jan 20, 2015
py: Use mp_arg_check_num in some _make_new functions.
Show description for 50149a5committed
Commits on Jan 7, 2015
py: Put all global state together in state structures.
Show description for b4b10fdcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Oct 31, 2014
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Show description for 109c1decommitted
Commits on Oct 25, 2014
py: Add mp_pending_exception global variable, for VM soft interrupt.
Show description for 124df6fcommitted