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
/
qstrdefs.h
Commit message (
Expand
)
Author
Age
*
Add staticmethod and classmethod to builtin namespace.
Damien George
2014-02-06
*
Merge pull request #262 from pfalcon/sys-path
Damien George
2014-02-05
|
\
|
*
Implement support for sys.path when loading modules.
Paul Sokolovsky
2014-02-05
*
|
py: Add built-in super.
Damien George
2014-02-05
|
/
*
Use qstr id to create sys module.
Paul Sokolovsky
2014-02-04
*
Add ImportError.
Paul Sokolovsky
2014-02-04
*
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
*
py: Improve __bool__ and __len__ dispatch; add slots for them.
Damien George
2014-01-30
*
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-25
*
py: Implement iterator support for object that has __getitem__.
Damien George
2014-01-25
*
Allow qstr's with non-ident chars, construct good identifier for them.
Paul Sokolovsky
2014-01-24
*
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-01-21
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21