index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
objattrtuple.c
Commit message (
Expand
)
Author
Age
*
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-03-07
*
py/obj: Change sizeof to offsetof in mp_obj_malloc_var macro.
Damien George
2024-02-19
*
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
*
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
*
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-19
*
all: Use mp_obj_malloc everywhere it's applicable.
Jim Mussared
2022-05-03
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
py/objtuple: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-16
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py: Fix attrtuple array length in print and creation.
Damien George
2015-04-29
*
py: In attrtuple use the correct length value and index for 'fields'.
Daniel Campora
2015-04-29
*
py: Add attrtuple object, for space-efficient tuples with attr access.
Damien George
2015-04-21