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
/
builtin.h
Commit message (
Expand
)
Author
Age
...
*
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-17
*
py: Add builtin functions bin and oct, and some tests for them.
Damien George
2014-04-15
*
py: Add hex builtin function.
Damien George
2014-04-15
*
objdict: Add __delitem__.
Paul Sokolovsky
2014-04-13
*
objdict: Add __setitem__.
Paul Sokolovsky
2014-04-13
*
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13
|
\
|
*
py, unix: Convert sys module to static representation.
Paul Sokolovsky
2014-04-13
*
|
py: Factor out impl of special methods for builtin types into opmethods.c
Paul Sokolovsky
2014-04-13
|
/
*
py: Start implementing "struct" module.
Paul Sokolovsky
2014-04-10
*
py: Implement globals() and locals() builtins.
Paul Sokolovsky
2014-04-06
*
py: Put default namespace into module __main__.
Paul Sokolovsky
2014-04-05
*
py: Add "io" module.
Paul Sokolovsky
2014-04-03
*
py: Implement getattr() builtin.
Paul Sokolovsky
2014-03-27
*
Proper support for registering builtin modules in ROM.
Damien George
2014-03-25
*
py: Remove obsolete declarations; make mp_obj_get_array consistent.
Damien George
2014-03-24
*
Implement ROMable modules. Add math module.
Damien George
2014-03-08
*
Add basic collections.namedtuple implementation.
Paul Sokolovsky
2014-03-03
*
Expose __import__() function.
Paul Sokolovsky
2014-02-04
*
py: Implement builtin exec.
Damien George
2014-02-03
*
py: Add very basic implementation of dir() builtin.
Damien George
2014-02-02
*
Implement and add tests for the id() builtin function.
xbe
2014-02-01
*
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-20
*
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
[prev]