index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpqstrraw.h
Age
Commit message (
Expand
)
Author
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-18
Add skeleton implementation of array.array and bytearray.
Paul Sokolovsky
2014-01-18
Add OverflowError and use it for small int overflow instead of assert.
Paul Sokolovsky
2014-01-15
Merge branch 'str-repr' of github.com:pfalcon/micropython into pfalcon-str-repr
Damien George
2014-01-15
Merge branch 'builtins' of github.com:chipaca/micropython into chipaca-builtins
Damien George
2014-01-15
Implement eval.
Damien George
2014-01-15
Implement repr.
Damien George
2014-01-15
Convert parse errors to exceptions.
Damien George
2014-01-15
added filter()
John R. Lenton
2014-01-15
Added map
John R. Lenton
2014-01-15
Implement str() and repr() builtin functions.
Paul Sokolovsky
2014-01-14
added enumerate()
John R. Lenton
2014-01-13
sorted
John R. Lenton
2014-01-13
added zip()
John R. Lenton
2014-01-09
Merge pull request #123 from xbe/master
Damien George
2014-01-09
py: Implement base class lookup, issubclass, isinstance.
Damien George
2014-01-08
Implement str.strip
xbe
2014-01-07
Add OSError, Python 3.3 generic I/O exception.
Paul Sokolovsky
2014-01-04
Convert Python types to proper Python type hierarchy.
Damien George
2014-01-04
Add ellipsis object.
Damien George
2014-01-04
Split qstr into pools, and put initial pool in ROM.
Damien George