Commits
User selector
Commit History
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 c50772dcommittedpy: Convert hash API to use MP_UNARY_OP_HASH instead of ad-hoc function.
Show description for c2a4e4ecommitted
Commits on May 5, 2015
objsingleton: New home for Ellipsis and NotImplemented.
Show description for 7667727committed
Commits on Apr 20, 2015
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Show description for c8b60f0committed
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
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Apr 4, 2015
Commits on Apr 3, 2015
Commits on Mar 25, 2015
py: Cast mp_obj_t to concrete types explicitly.
Show description for 3d59825committed
Commits on Mar 20, 2015
py: Allow retrieving a function's __name__.
Show description for 3cc17c6authored andcommittedpy: Clarify API for map/set lookup when removing&adding at once.
Show description for d1cee02committedpy: Implement core of OrderedDict type.
Show description for 0ef01d0authored andcommitted
Commits on Mar 6, 2015
objmemoryview: Introduce mp_obj_new_memoryview().
Show description for cb0fc06committed
Commits on Feb 27, 2015
objarray: Implement array slice assignment.
Show description for cefcbb2committed
Commits on Feb 23, 2015
py: Implement UnicodeError.
Show description for 71ebd4bcommitted
Commits on Feb 21, 2015
Commits on Feb 15, 2015
Commits on Feb 8, 2015
Commits on Jan 25, 2015
py: Check for NDEBUG using #ifdef rather than #if.
Show description for 8788b13committed
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committedpy: Add mp_obj_new_str_from_vstr, and use it where relevant.
Show description for 0b9ee86committed
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 11, 2015
py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers.
Show description for e233a55committed