You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 1abaf74293 unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build. 8 years ago
..
coverage-frzmpy tests: Improve frozen import test coverage. 8 years ago
coverage-frzstr tests/unix/extra_coverage: Add tests for importing frozen packages. 8 years ago
scripts unix: Add symlinks for upip to make it frozen into binary. 8 years ago
.gitignore unix/.gitignore: Add nanbox build output to ignore list. 9 years ago
Makefile unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 8 years ago
alloc.c unix/alloc: Make coverage build and its overzealous warnings happy. 9 years ago
coverage.c unix/coverage: Move coverage #if guard back to top of file. 8 years ago
fatfs_port.c unix: Enable VfsFat support. 9 years ago
fdfile.h unix/moduselect: Allow poll.register(), etc. accept fd-like objects. 8 years ago
file.c all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
gccollect.c unix: fix symbol references for x86 Mac 8 years ago
input.c py: Change type signature of builtin funs that take variable or kw args. 9 years ago
input.h unix: Support readline history saving to file, improves interactive usage. 10 years ago
main.c unix/main: Allow to print the parse tree in coverage build. 8 years ago
modffi.c unix: Use mp_raise_OSError helper function. 8 years ago
modjni.c all: Consistently update signatures of .make_new and .call methods. 8 years ago
modmachine.c unix: Use mp_raise_OSError helper function. 8 years ago
modos.c py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
modsocket.c all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
modtermios.c unix: Use common RAISE_ERRNO macro from mphalport.h. 8 years ago
modtime.c windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter 8 years ago
moduselect.c unix/moduselect: Fix nanbox build with recent changes. 8 years ago
mpconfigport.h unix: Enable utimeq module. 8 years ago
mpconfigport.mk py/py.mk: Add support for building modussl_mbedtls. 8 years ago
mpconfigport_coverage.h unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build. 8 years ago
mpconfigport_fast.h py: Add ability to have frozen persistent bytecode from .mpy files. 9 years ago
mpconfigport_freedos.h unix: djgpp errno.h have no ENOTSUP, so define it to Linux value. 9 years ago
mpconfigport_minimal.h ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
mpconfigport_nanbox.h unix: Add option to build 64-bit NaN-boxing interpreter. 9 years ago
mphalport.h unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). 8 years ago
mpthreadport.c unix: Use mp_raise_OSError helper function. 8 years ago
mpthreadport.h unix: Implement garbage collection with threading. 8 years ago
qstrdefsport.h py: Add rules for automated extraction of qstrs from sources. 9 years ago
unix_mphal.c unix/unix_mphal: Implement mp_hal_ticks_us(). 9 years ago