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-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
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-08-09
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Damien George
2017-08-09
py/objtuple: Allow to use inplace-multiplication operator on tuples.
Damien George
2017-08-06
py/mkrules.mk: Show frozen modules sizes together with executable size.
Paul Sokolovsky
2017-08-02
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-07-28
py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-25
py: Implement raising a big-int to a negative power.
Damien George
2017-07-25
py/mpz: Make mpz_is_zero() an inline function.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
py/mperrno: Allow mperrno.h to be correctly included before other hdrs.
Damien George
2017-07-24
py/py.mk: Make berkeley-db C-defs apply only to relevant source files.
Damien George
2017-07-21
py/builtinevex: Add typechecking of globals/locals args to eval/exec.
Tom Collins
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-18
py/modmicropython: Cast stack_limit value so it prints correctly.
Damien George
2017-07-18
py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.
Damien George
2017-07-18
py/vm: Make n_state variable local to just set-up part of VM.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-12
py/gc: Refactor assertions in gc_free function.
Damien George
[next]