circuitpython/unix
Paul Sokolovsky fc35aa6828 unix socket: Add send() and recv() methods.
CPython _socket actually have only those and doesn't provide stream
interface (higher-level CPython "socket" what adds this).

+516 bytes x86.
2014-01-20 20:37:01 +02:00
..
.gitignore Add unix-cpy, used to test Micro Python byte code against CPython. 2013-12-29 18:01:01 +00:00
file.c unix io.FileIO: Add iteration support. 2014-01-20 18:42:08 +02:00
main.c unix: Implement sys.argv. 2014-01-20 01:00:28 +02:00
Makefile Rename unix binary to 'micropython'. 2014-01-20 00:02:39 +00:00
mpconfigport.h py: Add module/function/class name to exceptions. 2014-01-19 11:48:48 +00:00
socket.c unix socket: Add send() and recv() methods. 2014-01-20 20:37:01 +02:00