- Apr 10, 2016
-
-
Paul Sokolovsky authored
Will call underlying C virtual methods of stream interface. This isn't intended to be added to every stream object (it's not in CPython), but is convenient way to expose extra operation on Python side without adding bunch of Python-level methods.
-
Paul Sokolovsky authored
-
- Apr 05, 2016
-
-
Paul Sokolovsky authored
-
- Mar 24, 2016
-
-
Paul Sokolovsky authored
Spools entire output buffer to a blocking stream (chunk by chunk if needed).
-
- Dec 09, 2015
-
-
Damien George authored
-
- Nov 29, 2015
-
-
Damien George authored
This allows the mp_obj_t type to be configured to something other than a pointer-sized primitive type. This patch also includes additional changes to allow the code to compile when sizeof(mp_uint_t) != sizeof(void*), such as using size_t instead of mp_uint_t, and various casts.
-
Damien George authored
-
- Oct 18, 2015
-
-
Paul Sokolovsky authored
-
- Aug 13, 2015
-
-
blmorris authored
-
- Jan 01, 2015
-
-
Damien George authored
Addresses issue #1022.
-
- Nov 16, 2014
-
-
Paul Sokolovsky authored
Also, implement for unix port.
-
- Oct 18, 2014
-
-
Paul Sokolovsky authored
Also, usocket.readinto(). Known issue is that .readinto() should be available only for binary files, but micropython uses single method table for both binary and text files.
-
- Jul 13, 2014
-
-
Paul Sokolovsky authored
-
- May 03, 2014
-
-
Damien George authored
Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
-
Damien George authored
-
- Jan 20, 2014
-
-
Paul Sokolovsky authored
Uses stream_unbuffered_readline underline.
-
- Jan 15, 2014
-
-
Paul Sokolovsky authored
-
- Jan 13, 2014
-
-
Paul Sokolovsky authored
-
- Jan 08, 2014
-
-
Paul Sokolovsky authored
These can be used for any object which implements stream protocol (mp_stream_p_t).
-