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
/
builtin.h
Age
Commit message (
Expand
)
Author
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-03
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-02-04
Expose __import__() function.
Paul Sokolovsky
2014-02-03
py: Implement builtin exec.
Damien George
2014-02-02
py: Add very basic implementation of dir() builtin.
Damien George
2014-02-01
Implement and add tests for the id() builtin function.
xbe
2014-01-20
Add dummy bytes() constructor.
Paul Sokolovsky
2014-01-20
py: Put micropython module init code in builtinmp.c.
Damien George
2014-01-20
Expose memory stats functions via "micropython" module.
Paul Sokolovsky
2014-01-15
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
Implement eval.
Damien George
2014-01-15
Implement repr.
Damien George
2014-01-15
Implement str() and repr() builtin functions.
Paul Sokolovsky
2014-01-13
Merge remote-tracking branch 'upstream/master' into builtins
John R. Lenton
2014-01-13
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-13
sorted
John R. Lenton
2014-01-09
py: Implement base class lookup, issubclass, isinstance.
Damien George
2014-01-08
py: Improve __build_class__.
Damien George
2014-01-02
py: Add framework for built-in "type()" function.
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