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 tests/unix/extra_coverage: Add tests for importing frozen packages. 2017-01-08 22:45:55 +11:00
scripts unix: Add symlinks for upip to make it frozen into binary. 2016-11-08 14:47:29 +11:00
.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 unix/coverage: Move coverage #if guard back to top of file. 2017-01-16 16:20:49 +11:00
fatfs_port.c unix/fatfs_port: Include new oofatfs header. 2017-01-27 23:22:15 +11:00
fdfile.h unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 2016-08-07 01:25:59 +03:00
file.c all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
gccollect.c unix: fix symbol references for x86 Mac 2016-11-02 00:42:04 +03:00
input.c
input.h
main.c unix/main: Allow to print the parse tree in coverage build. 2016-12-22 10:56:11 +11:00
modffi.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
modjni.c all: Consistently update signatures of .make_new and .call methods. 2017-01-04 16:10:42 +03:00
modmachine.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
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 all: Remove readall() method, which is equivalent to read() w/o args. 2016-11-14 00:24:22 +03:00
modtermios.c unix: Use common RAISE_ERRNO macro from mphalport.h. 2016-10-07 14:09:59 +11:00
modtime.c windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter 2016-11-03 10:31:58 +01:00
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 unix/moduselect: Fix nanbox build with recent changes. 2016-12-31 11:19:25 +03:00
mpconfigport.h py: Added optimised support for 3-argument calls to builtin.pow() 2017-02-02 22:23:10 +03:00
mpconfigport.mk py/py.mk: Add support for building modussl_mbedtls. 2016-09-23 14:30:46 +03:00
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 unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). 2016-10-29 17:23:05 +03:00
mpthreadport.c unix: Use mp_raise_OSError helper function. 2016-10-07 14:05:15 +11:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c