Commits
User selector
Commit History
Commits on Jun 18, 2016
all: Rename mp_obj_type_t::stream_p to protocol.
Show description for 07209f8committed
Commits on May 4, 2016
Commits on Apr 26, 2016
py/obj.h: When constructing a small-int cast to mp_uint_t for bit-shift.
Show description for 2bddfd4committed
Commits on Apr 13, 2016
py: add async/await/async for/async with syntax
Show description for 81ebba7authored andcommitted
Commits on Apr 5, 2016
Commits on Apr 4, 2016
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
Show description for 069654fcommitted
Commits on Mar 15, 2016
Commits on Feb 14, 2016
py/obj.h: If not float support is enabled, define mp_obj_is_float(o) to false.
Show description for dc3eb55committed
Commits on Jan 27, 2016
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Show description for 8f54c08committed
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 10, 2016
Commits on Jan 8, 2016
Commits on Jan 3, 2016
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 Dec 20, 2015
py/objstr: Make sure that b"%s" % b"foo" uses undecorated bytes value.
Show description for ef63ab5committed
Commits on Dec 18, 2015
Commits on Dec 14, 2015
py/objpolyiter: Implement instance-polymorphic iterator type.
Show description for 1a1cceacommitted
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- committed
Commits on Nov 13, 2015
py: Add constant table to bytecode.
Show description for 713ea18committed- committed
Commits on Nov 6, 2015
py: Adjust object repr C (30-bit stuffed float) to reduce code size.
Show description for 8b8d189committed
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 Sep 3, 2015
py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe.
Show description for 5169822committed
Commits on Jul 2, 2015
py: Add TimeoutError exception subclassed from OSError.
Show description for 077812bcommitted
Daniel Campora
Commits on Jun 13, 2015
Commits on May 17, 2015
py: Change _mp_obj_fun_builtin_t.fun to function pointer.
Show description for cf5112bauthored andcommitted
Commits on May 12, 2015
py: Add mp_obj_get_int_truncated and use it where appropriate.
Show description for c50772dcommitted