micropython/unix
Paul Sokolovsky a5d2af7949 unix/file: "encoding" arg to open() isn't kw-only.
And with "buffering" arg introduced, it's non possible to make it
non-kwonly.
2016-04-02 17:23:51 +03:00
..
.gitignore
Makefile
alloc.c
coverage.c
fatfs_port.c
file.c unix/file: "encoding" arg to open() isn't kw-only. 2016-04-02 17:23:51 +03:00
gccollect.c
input.c
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
modjni.c
modmachine.c
modos.c
modsocket.c unix/modsocket: Add comment regarding close() error checking (which is none). 2016-03-02 00:20:48 +02:00
modtermios.c
modtime.c
moduselect.c
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
mpconfigport_minimal.h
mpconfigport_nanbox.h
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