Commits
User selector
Commit History
Commits on Jul 21, 2016
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Show description for 918851ecommittedpy/obj: Issue a warning when str and bytes objects are compared.
Show description for 707cae7committed
Commits on May 4, 2016
Commits on Mar 14, 2016
py: Fix passing of some wide int types to printf varg format list.
Show description for 2a1cca2committed
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
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