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
/
obj.c
Age
Commit message (
Expand
)
Author
2014-01-15
type->print(): Distinguish str() and repr() variety by passing extra param.
Paul Sokolovsky
2014-01-13
mp_obj_equal(): Compare small and long ints properly.
Paul Sokolovsky
2014-01-12
mp_obj_equal(): For non-trivial types, call out to type's special method.
Paul Sokolovsky
2014-01-11
py: Implement staticmethod and classmethod (internally).
Damien George
2014-01-10
Merge pull request #131 from chipaca/dict_fromkeys
Damien George
2014-01-11
mp_obj_equal(): Print which types' equality not implemented before assert().
Paul Sokolovsky
2014-01-10
Added dict.fromkeys. Are we done with dict and #99 yet? I do think we are.
John R. Lenton
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-04
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-01
py: add int() and float() built-ins, partially implemented.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-17
py: add more Python built-in functions.
Damien
2013-12-17
py: split runtime into map, obj, builtin.
Damien