Commits
User selector
Commit History
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
Commits on Oct 22, 2014
py: Remove unused and unneeded SystemError exception.
Show description for e7a4782committed
Commits on Oct 15, 2014
Commits on Sep 30, 2014
py: Remove IOError since it's deprecated; use OSError instead.
Show description for 8b03d94committed
Commits on Sep 25, 2014
py: Tidy up exception matching; allow matching of tuple of exceptions.
Show description for 4bcd04bcommitted
Commits on Aug 30, 2014
py: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committedpy: Make tuple and list use mp_int_t/mp_uint_t.
Show description for 9c4cbe2committed
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
Commits on Aug 25, 2014
stmhal: Make enable_irq and disable_irq inline functions.
Show description for e5cbb70committedAdd save/restore_irq
Show description for 9480138authored andcommitted