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-12-07
py/malloc: MICROPY_MEM_STATS requires MICROPY_MALLOC_USES_ALLOCATED_SIZE.
Paul Sokolovsky
2017-12-07
py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit.
Paul Sokolovsky
2017-12-07
py/mpprint: Support "%lx" format on 64-bit systems.
Paul Sokolovsky
2017-12-07
py/mpprint: Make "%p" format work properly on 64-bit systems.
Paul Sokolovsky
2017-12-05
py/modbuiltins: Use standard arg-parsing helper func for builtin print.
Damien George
2017-12-05
py: mp_call_function_*_protected(): Pass-thru return value if possible.
Paul Sokolovsky
2017-12-04
py/misc.h: Add m_new_obj_var_with_finaliser().
Paul Sokolovsky
2017-11-30
py/objgenerator: Remove unreachable code for STOP_ITERATION case.
Damien George
2017-11-29
py/gc: In gc_realloc, convert pointer sanity checks to assertions.
Damien George
2017-11-29
py/qstr: Rewrite find_qstr to make manifest that it returns a valid ptr.
Damien George
2017-11-29
py: Annotate func defs with NORETURN when their corresp decls have it.
Damien George
2017-11-27
py/objdict: Reuse dict-view key iterator for standard dict iterator.
Damien George
2017-11-27
py/parsenum: Improve parsing of floating point numbers.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-24
py/opmethods: Include the correct header for binary op enums.
Damien George
2017-11-24
py/runtime: Simplify handling of containment binary operator.
Damien George
2017-11-22
py/modbuiltins: Slightly simplify code in builtin round().
Damien George
2017-11-21
py/objfloat: Allow float() to parse anything with the buffer protocol.
Damien George
2017-11-20
py/objnamedtuple: Allow to reuse namedtuple basic functionality.
Paul Sokolovsky
2017-11-20
py: Add config option to disable multiple inheritance.
Damien George
2017-11-16
py/objstr: When constructing str from bytes, check for existing qstr.
Damien George
2017-11-16
py/objstr: Make mp_obj_new_str_of_type check for existing interned qstr.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-15
py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools.
Christopher Arndt
2017-11-15
py/emitnative: Clean up asm macro names so they have dest as first arg.
Damien George
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-11-11
py/objtype: mp_obj_new_type: Name base types related vars more clearly.
Paul Sokolovsky
2017-11-08
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
Paul Sokolovsky
2017-11-01
py/compile: Use alloca instead of qstr_build when compiling import name.
Damien George
2017-10-31
Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."
Damien George
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-27
py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-21
py/objtype: Fit qstrs for special methods in byte type.
Paul Sokolovsky
2017-10-19
py/objtype: Use CPython compatible method name for sizeof.
Paul Sokolovsky
2017-10-19
py/argcheck: Remove #if guard around terse error message helper func.
Damien George
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-12
py/emitnative: Simplify binary op emitter, no need to check inplace ops.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-11
py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.
Damien George
2017-10-10
py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
py/modmath: Convert log2 macro into a function.
Damien George
2017-10-10
py/modmath: Add full checks for math domain errors.
Damien George
2017-10-10
py/bc: Update opcode_format_table to match the bytecode.
Damien George
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-05
py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.
Damien George
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
2017-10-04
py/mpprint: Only check for null string printing when NDEBUG not defined.
Damien George
[next]