micropython/unix
Paul Sokolovsky 1b811b946e unix/modsocket: Use mp_const_empty_map instead of creating empty map. 2016-04-04 23:43:16 +03:00
..
.gitignore unix/.gitignore: Add nanbox build output to ignore list. 2016-01-15 14:25:53 +00:00
Makefile extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 2016-02-15 00:19:27 +02:00
alloc.c
coverage.c py/mpprint: Fix sign extension when printf'ing %u, %x and %X. 2016-02-01 15:08:42 +00:00
fatfs_port.c unix: Enable VfsFat support. 2016-02-14 19:15:22 +02:00
file.c unix/file: "encoding" arg to open() isn't kw-only. 2016-04-02 17:23:51 +03:00
gccollect.c
input.c py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
input.h
main.c unix: implement -i option (inspect - start REPL after script is finished) 2016-04-01 12:35:45 +03:00
modffi.c unix/modffi: Allow to compile modffi in OBJ_REPR_D mode. 2016-01-15 14:26:24 +00:00
modjni.c
modmachine.c
modos.c unix: Enable VfsFat support. 2016-02-14 19:15:22 +02:00
modsocket.c unix/modsocket: Use mp_const_empty_map instead of creating empty map. 2016-04-04 23:43:16 +03:00
modtermios.c
modtime.c py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
moduselect.c py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
mpconfigport.h unix: Enabled importing of persistent bytecode (.mpy files). 2016-02-25 10:12:30 +00:00
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_freedos.h unix: djgpp errno.h have no ENOTSUP, so define it to Linux value. 2016-04-03 23:23:01 +03:00
mpconfigport_minimal.h
mpconfigport_nanbox.h unix: Add option to build 64-bit NaN-boxing interpreter. 2016-01-15 11:12:08 +00:00
mphalport.h
qstrdefsport.h unix/file: Parse "buffering" argument of open() builtin. 2016-04-02 17:23:46 +03:00
unix_mphal.c unix/unix_mphal: Hack to make uos.dupterm() actually work. 2016-03-27 14:02:03 +03:00