Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
7f23384d4920f7d1a4ea743a51a2d54fd0889e72
/
py
/
objstringio.c
969a6b3
py: Make functions static where appropriate.
by Damien George
· 11 years ago
ecc88e9
Change some parts of the core API to use mp_uint_t instead of uint/int.
by Damien George
· 11 years ago
adf0f2a
py: Change stream protocol API: fns return uint; is_text for text.
by Damien George
· 11 years ago
40f3c02
Rename machine_(u)int_t to mp_(u)int_t.
by Damien George
· 11 years ago
f600a6a
py: Slightly improve efficiency of mp_obj_new_str; rename str_new.
by Damien George
· 11 years ago
ee3fd46
Rename configuration variables controling Python features.
by Damien George
· 11 years ago
a47b64a
objstringio: Implement io.BytesIO.
by Paul Sokolovsky
· 11 years ago
04b9147
Add license header to (almost) all files.
by Damien George
· 11 years ago
f54bcbf
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
by Paul Sokolovsky
· 11 years ago
100cd36
objstringio: Compile only if MICROPY_ENABLE_MOD_IO defined.
by Paul Sokolovsky
· 11 years ago
cb9dc08
modio: Implement io.StringIO class.
by Paul Sokolovsky
· 11 years ago