| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
py/objstr.c
py/py.mk
py/stream.c
unix/main.c
unix/socket.c
|
|
Can now have null bytes in strings. Can define ROM qstrs per port using
qstrdefsport.h
|
|
|
|
Uses stream_unbuffered_readline underline.
|
|
|
|
Per Python3 io module semantics.
|
|
|
|
|
|
|
|
Addresses issue #104.
|
|
These can be used for any object which implements stream protocol
(mp_stream_p_t).
|