Commits
User selector
Commit History
Commits on Oct 20, 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 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
obj: Handle user instance hash based on Python adhoc rules.
Show description for 37c6555committedobjsingleton: New home for Ellipsis and NotImplemented.
Show description for 7667727committed
Commits on May 4, 2015
modbuiltins: Add NotImplemented builtin constant.
Show description for 5ab5ac5committed
Commits on Apr 16, 2015
- committed
py: Make mp_sys_stdout_print object, wrapping sys.stdout for mp_print*.
Show description for 5ae5ec9committedpy: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 9, 2015
py: Use a dummy type for referring to extern structs
Show description for e50cff6committed
Commits on Feb 16, 2015
- committed
py: Revamp mp_obj_print() to use Python streams.
Show description for 1f91e92committed
Commits on Jan 25, 2015
py: Check for NDEBUG using #ifdef rather than #if.
Show description for 8788b13committed
Commits on Jan 16, 2015
py, unix: Allow to compile with -Wsign-compare.
Show description for 963a5a3committed
Commits on Jan 12, 2015
Commits on Jan 11, 2015
py: Implement fallback for equality check for all types.
Show description for c38dc3ccommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 8, 2014
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Show description for 46c3ab2authored andcommitted
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 15, 2014
- authored andcommitted
Commits on Nov 6, 2014
py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled.
Show description for 1e9a92fcommitted
Commits on Nov 3, 2014
py: Fix builtin callable so it checks user-defined instances correctly.
Show description for 0344fa1committed
Commits on Sep 7, 2014
Commits on Aug 30, 2014
- committed
py: Remove use of int type in obj.h.
Show description for 4d91723committedpy: Make tuple and list use mp_int_t/mp_uint_t.
Show description for 9c4cbe2committed
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Aug 12, 2014
py: Implement builtin reversed() function.
Show description for 4c03b3acommitted
Commits on Aug 10, 2014
py: mp_buffer_info_t::buf may be valid, but NULL for empty objects.
Show description for 7133d91committed
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 24, 2014
py: Make long ints hashable.
Show description for ffe911dcommitted
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 30, 2014
- committed