micropython/ports/unix
Paul Sokolovsky 80aca27a40 unix/modos: Rename unlink to remove to be consistent with other ports.
We standardized to provide uos.remove() as a more obvious and user-friendly
name.  That's what written in the docs.  The Unix port implementation
predates this convention, so update it now.
2018-11-26 23:27:04 +11:00
..
coverage-frzmpy
coverage-frzstr
modules
.gitignore
Makefile
alloc.c
coverage.c
fatfs_port.c
fdfile.h
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c unix/modos: Rename unlink to remove to be consistent with other ports. 2018-11-26 23:27:04 +11:00
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c
modusocket.c
mpconfigport.h
mpconfigport.mk
mpconfigport_coverage.h py/objmodule: Implement PEP 562's __getattr__ for modules. 2018-10-23 11:22:50 +11:00
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h py/objstr: Make str.count() method configurable. 2018-10-22 22:49:05 +11:00
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c