micropython/unix
Nicko van Someren df0117c8ae py: Added optimised support for 3-argument calls to builtin.pow()
Updated modbuiltin.c to add conditional support for 3-arg calls to
pow() using MICROPY_PY_BUILTINS_POW3 config parameter. Added support in
objint_mpz.c for for optimised implementation.
2017-02-02 22:23:10 +03:00
..
coverage-frzmpy tests: Improve frozen import test coverage. 2017-01-16 16:59:03 +11:00
coverage-frzstr
scripts
.gitignore
Makefile unix: Change to use new generic VFS sub-system in coverage build. 2017-01-27 17:21:45 +11:00
alloc.c
coverage.c
fatfs_port.c unix/fatfs_port: Include new oofatfs header. 2017-01-27 23:22:15 +11:00
fdfile.h
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module. 2017-01-30 12:26:08 +11:00
modsocket.c
modtermios.c
modtime.c
moduos_vfs.c unix: Change to use new generic VFS sub-system in coverage build. 2017-01-27 17:21:45 +11:00
moduselect.c
mpconfigport.h py: Added optimised support for 3-argument calls to builtin.pow() 2017-02-02 22:23:10 +03:00
mpconfigport.mk
mpconfigport_coverage.h unix: Change to use new generic VFS sub-system in coverage build. 2017-01-27 17:21:45 +11:00
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h unix: Get minimal version compiling again. 2017-01-27 13:32:15 +11:00
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c