micropython/unix
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX
- Changed: ValueError, TypeError, NotImplementedError
  - OSError invocations unchanged, because the corresponding utility
    function takes ints, not strings like the long form invocation.
  - OverflowError, IndexError and RuntimeError etc. not changed for now
    until we decide whether to add new utility functions.
2017-08-13 22:52:33 +10:00
..
coverage-frzmpy
coverage-frzstr
modules
.gitignore
Makefile all: Make use of $(TOP) variable in Makefiles, instead of "..". 2017-08-11 12:22:19 +10:00
alloc.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
coverage.c
fatfs_port.c
fdfile.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
file.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
gccollect.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
input.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
input.h
main.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modffi.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modjni.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modmachine.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modos.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modsocket.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modtermios.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modtime.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
moduos_vfs.c
moduselect.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport.mk
mpconfigport_coverage.h py/modsys: Initial implementation of sys.getsizeof(). 2017-08-11 09:43:07 +03:00
mpconfigport_fast.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport_freedos.h
mpconfigport_minimal.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpconfigport_nanbox.h
mphalport.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpthreadport.c
mpthreadport.h
qstrdefsport.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
unix_mphal.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00