Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
6582d64d01c448be4f575f964c549e1ebffe0db0
/
py
/
objrange.c
f7eaf60
py: Fix "TypeError: 'iterator' object is not iterable", doh.
by Paul Sokolovsky
· 11 years ago
66eaf84
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
by Damien George
· 11 years ago
efe3422
py: Clean up includes.
by xbe
· 11 years ago
c596612
Implement proper exception type hierarchy.
by Damien George
· 11 years ago
a71c83a
Change mp_obj_type_t.name from const char * to qstr.
by Damien George
· 11 years ago
d5df6cd
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
by Paul Sokolovsky
· 11 years ago
55baff4
Revamp qstrs: they now include length and hash.
by Damien George
· 12 years ago
97209d3
Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-cplusplus
by Damien George
· 12 years ago
7a16fad
Co-exist with C++ (issue #85)
by ian-v
· 12 years ago
860ffb0
Convert many object types structs to use C99 tagged initializer syntax.
by Paul Sokolovsky
· 12 years ago
71c5181
Convert Python types to proper Python type hierarchy.
by Damien George
· 12 years ago
d99b052
Change object representation from 1 big union to individual structs.
by Damien
· 12 years ago