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.h
Commit message (
Expand
)
Author
Age
*
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
|
\
|
*
Implement str() and repr() builtin functions.
Paul Sokolovsky
2014-01-15
*
|
Implement eval.
Damien George
2014-01-15
*
|
Implement repr.
Damien George
2014-01-15
|
/
*
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-13
|
/
*
py: Implement base class lookup, issubclass, isinstance.
Damien George
2014-01-09
*
py: Improve __build_class__.
Damien George
2014-01-08
*
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
*
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