index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
Age
Commit message (
Expand
)
Author
2017-09-18
py/mpconfig.h: Add note that using computed gotos in VM is not C99.
Damien George
2017-09-18
py/{objfloat,objcomplex}: Optimise MP_UNARY_OP_ABS by reusing variables.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-13
py/emitbc: Remove stray semicolon in outer scope.
Damien George
2017-09-13
py/runtime.h: Change empty mp_warning macro so var-args are non empty.
Damien George
2017-09-12
py/builtinhelp: Change signature of help text var from pointer to array.
Damien George
2017-09-12
py/nlrx86: Fix building for Android/x86.
ASM
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-10
esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.
Paul Sokolovsky
2017-09-10
py/builtinhelp: Simplify code slightly by extracting object type.
Damien George
2017-09-08
py/runtime0.h: Put inplace arith ops in front of normal operations.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Regroup operations a bit.
Paul Sokolovsky
2017-09-07
py/objtype: Make sure mp_binary_op_method_name has full size again.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move MP_BINARY_OP_DIVMOD to the end of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/runtime0.h: Move relational ops to the beginning of mp_binary_op_t.
Paul Sokolovsky
2017-09-07
py/objlist: Properly implement comparison with incompatible types.
Paul Sokolovsky
2017-09-06
py/objstr: Add check for valid UTF-8 when making a str from bytes.
tll
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
py/objtuple: Properly implement comparison with incompatible types.
Paul Sokolovsky
2017-09-04
py/objtype: Implement fallback for instance inplace special methods.
Paul Sokolovsky
2017-09-04
py/obj: Remove declaration for mp_obj_new_none(), it's never defined.
Damien George
2017-09-04
py/obj: Fix comparison of float/complex NaN with itself.
Damien George
2017-09-02
py/objfloat: Fix binary ops with incompatible objects.
Paul Sokolovsky
2017-09-01
py/nlrthumb: Get working again on standard Thumb arch (ie not Thumb2).
Damien George
2017-09-01
py/qstrdefs: Remove unused qstrs.
Damien George
2017-09-01
py/modstruct: Check and prevent buffer-write overflow in struct packing.
Damien George
2017-09-01
py/modstruct: Check and prevent buffer-read overflow in struct unpacking
Damien George
2017-09-01
py/modstruct: In struct.pack, stop converting if there are no args left.
Damien George
2017-08-31
py: Make m_malloc_fail() have void return type, since it doesn't return.
Damien George
2017-08-31
py/map: Remove unused new/free functions.
Damien George
2017-08-31
py/map: Replace always-false condition with assertion.
Damien George
2017-08-31
py/objtype: mp_obj_class_lookup: Improve debug logging.
Paul Sokolovsky
2017-08-30
py/objtype: mp_obj_instance_make_new: Fix typos in comment.
Paul Sokolovsky
2017-08-30
py: Change obsolete "///" comment formatting to normal comments.
Damien George
2017-08-30
py/objtype: Handle NotImplemented return from binary special methods.
Paul Sokolovsky
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-08-29
py/nlrx86,x64: Replace #define of defined() with portable macro usage.
Damien George
2017-08-29
py/objstr: startswith, endswith: Check arg to be a string.
Paul Sokolovsky
2017-08-23
py/asmthumb: Use existing macro to properly clear the D-cache.
Damien George
2017-08-21
py/formatfloat: Don't post-increment variable that won't be used again.
Damien George
2017-08-21
py/objcomplex: Remove unnecessary assignment of variable.
Damien George
2017-08-21
py/compile: Remove unused pn_colon code when compiling func params.
Damien George
2017-08-21
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Damien George
2017-08-20
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Fix regression with handling SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Prevent offset wraparound for io.BytesIO objects.
Tom Collins
2017-08-17
py/binary: Change internal bytearray typecode from 0 to 1.
Damien George
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-15
py/binary.c: Fix bug when packing big-endian 'Q' values.
Bas van Sisseren
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
[prev]
[next]