index
:
micropython
docs/library/bluetooth
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
/
builtin.c
Commit message (
Expand
)
Author
Age
*
Added dict.fromkeys. Are we done with dict and #99 yet? I do think we are.
John R. Lenton
2014-01-10
*
Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr.
Damien George
2014-01-09
*
py: Proper framework for built-in 'type'.
Damien George
2014-01-08
*
py: add variable argument exception constructor function.
Damien George
2014-01-08
*
py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.
Damien George
2014-01-08
*
py: Improve __build_class__.
Damien George
2014-01-08
*
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
*
Split qstr into pools, and put initial pool in ROM.
Damien George
2014-01-04
*
Basic implementation of import.
Damien George
2014-01-03
*
py: Add framework for built-in "type()" function.
Damien George
2014-01-02
*
py: add int() and float() built-ins, partially implemented.
Damien George
2014-01-01
*
py: add dict length function, and fix rt_store_set.
Damien
2013-12-29
*
Change memory allocation API to require size for free and realloc.
Damien
2013-12-29
*
py: simplify __next__ method for generators.
Damien
2013-12-21
*
Change object representation from 1 big union to individual structs.
Damien
2013-12-21
*
py: add more Python built-in functions.
Damien
2013-12-17
*
py: split runtime into map, obj, builtin.
Damien
2013-12-17