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
2020-10-22
py, extmod: Add explicit initializers for default values.
Emil Renner Berthing
2020-10-22
py: Use unsigned comparison of chars.
Emil Renner Berthing
2020-10-22
py/objexcept: Compare mp_emergency_exception_buf_size signed.
Emil Renner Berthing
2020-10-22
py/scope: Name and use id_kind_type_t.
Emil Renner Berthing
2020-10-10
py/objtype: Handle __dict__ attribute when type has no locals.
Jim Mussared
2020-10-10
py/objdict: Add mp_const_empty_dict_obj, use it for mp_const_empty_map.
Jim Mussared
2020-10-01
py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.
Damien George
2020-10-01
py/makeversionhdr.py: Match only git tags which look like versions.
Mike Wadsten
2020-09-25
py/objarray.h: Add mp_obj_memoryview_init() helper function.
Damien George
2020-09-24
py/objstr: Make bytes(bytes_obj) return bytes_obj.
Iyassou Shimels
2020-09-18
py/dynruntime.h: Add mp_import_* and mp_load/store_*.
Jim Mussared
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-09-11
py/parse: Pass in an mp_print_t to mp_parse_node_print.
Damien George
2020-09-11
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
Damien George
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-11
py/objfloat: Fix handling of negative float to power of nan.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-02
all: Bump version to 1.13.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-22
py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.
Damien George
2020-08-22
py/runtime: Fix builtin compile() in "single" mode so it prints exprs.
Damien George
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George
2020-07-25
py/compile: Don't await __aiter__ special method in async-for.
Jonathan Hogg
2020-07-21
py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.
Damien George
2020-06-30
py: Rework mp_convert_member_lookup to properly handle built-ins.
Damien George
2020-06-30
py/obj.h: Make existing MP_TYPE_FLAG_xxx macros sequential.
Damien George
2020-06-27
py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.
Damien George
2020-06-27
py/emitnative: Implement binary operations for viper uint operands.
Damien George
2020-06-27
py/asm: Add condition codes for signed comparisons.
Damien George
2020-06-27
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
Damien George
2020-06-24
py/objtype: Support passing in an OrderedDict to type() as the locals.
Damien George
2020-06-24
py/obj.h: Add public mp_obj_is_dict_or_ordereddict() helper macro.
Damien George
2020-06-22
py/misc.h: Add missing semi-colon in mp_float_union_t for big-endian.
Damien George
2020-06-16
py/compile: Implement PEP 526, syntax for variable annotations.
Damien George
2020-06-16
py/grammar.h: Consolidate duplicate sub-rules for :test and =test.
Damien George
2020-06-16
py/compile: Implement PEP 572, assignment expressions with := operator.
Damien George
2020-06-16
py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro.
Damien George
2020-06-14
tools/codeformat.py: Remove sizeof fixup.
David Lechner
2020-06-10
py/obj.h: Clarify comments about mp_map_t is_fixed and is_ordered.
Damien George
2020-06-10
py/objtype: Use mp_obj_dict_copy() for creating obj.__dict__ attribute.
Andrew Leech
2020-06-10
py/objtype: Add __dict__ attribute for class objects.
Andrew Leech
2020-06-08
py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.
Damien George
2020-06-05
extmod/modbluetooth: Make modbluetooth event not a bitfield.
Jim Mussared
2020-06-02
py/modbuiltins: Fix getattr to work with class raising AttributeError.
Damien George
2020-05-28
py/modsys: Use consistent naming pattern for module-level const objects.
David Lechner
2020-05-28
py/ringbuf: Fix compilation with msvc.
stijn
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
2020-05-27
py/py.mk: Use additional CFLAGS to compile string0.c.
Damien George
2020-05-14
py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.
Damien George
2020-05-09
py/parse: Make mp_parse_node_extract_list return size_t instead of int.
Damien George
[prev]
[next]