775 Commits (43d9f9916a7d13ae0bb32589b4bfee833678bbef)

Author SHA1 Message Date
Damien George 1abaf74293 unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build. 8 years ago
Damien George 51c89e4f4e unix: Enable builtin help function in coverage build. 8 years ago
Rami Ali 751e379533 tests: Improve frozen import test coverage. 8 years ago
Damien George 9317fee523 unix/coverage: Move coverage #if guard back to top of file. 8 years ago
Rami Ali 8d01bd3a1c tests: Improve stream.c test coverage. 8 years ago
Damien George a722ed532f tests/unix/extra_coverage: Add tests for importing frozen packages. 8 years ago
Damien George 5d0d61586c unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 8 years ago
Damien George 1551309575 unix: Enable and add basic frozen str and frozen mpy in coverage build. 8 years ago
Damien George ea00151ffa unix/Makefile: Split long line for coverage target, easier to modify. 8 years ago
Rami Ali d7e168428b tests/unix: Improve formatfloat.c test coverage using C. 8 years ago
Rami Ali ec72db8a39 tests: Improve warning.c test coverage. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Paul Sokolovsky 5efd6508ec unix/moduselect: Fix nanbox build with recent changes. 8 years ago
Paul Sokolovsky 093a8f5fa2 unix/moduselect: If file object passed to .register(), return it in .poll(). 8 years ago
Rami Ali 75aa7befec tests/unix: Improve runtime_utils.c test coverage. 8 years ago
Damien George efa206d955 unix/Makefile: Make "coverage_test" target mirror Travis test actions. 8 years ago
Damien George ebb8413178 unix/main: Allow to print the parse tree in coverage build. 8 years ago
Paul Sokolovsky 64b1d5f878 unix: Enable utimeq module. 8 years ago
Damien George e30ca0e102 unix/Makefile: Update freedos target for change of USELECT config name. 8 years ago
Paul Sokolovsky 87dfc76570 unix: Rename define for unix moduselect to MICROPY_PY_USELECT_POSIX. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago
Paul Sokolovsky 59a1201da9 all: Remove readall() method, which is equivalent to read() w/o args. 8 years ago
Damien George e3626b484c unix: Add symlinks for upip to make it frozen into binary. 8 years ago
Damien George bdf33bc136 py: Move frozen bytecode Makefile rules from ports to common mk files. 8 years ago
Paul Sokolovsky 61d74fdef8 tools, unix: Replace upip tarball with just source files. 8 years ago
stijn 3272afe57f windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter 8 years ago
Jan Pochyla ffb04a5845 unix: fix symbol references for x86 Mac 9 years ago
Paul Sokolovsky d86cac4b82 extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. 8 years ago
Paul Sokolovsky c62679bdaa unix/mphalport.h: Add dummy definition of mp_hal_ticks_cpu(). 8 years ago
Paul Sokolovsky 3cc87b1e2a unix/modtime: Switch ticks/sleep_ms/us() to utime_mphal. 8 years ago
Paul Sokolovsky 99ed0f25cb unix/mphalport.h: Add warning of mp_hal_delay_ms() implementation. 8 years ago
Paul Sokolovsky e381efed4a unix/modtime: Use ticks_diff() implementation from extmod/utime_mphal.c. 8 years ago
Paul Sokolovsky 760ed4629f unix/Makefile: Remove references to deprecated pip-micropython. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Paul Sokolovsky 799ccdc789 esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. 8 years ago
Damien George 824f5c5a32 py/vstr: Combine vstr_new_size with vstr_new since they are rarely used. 8 years ago
Damien George 016dba0e98 unix: Use common RAISE_ERRNO macro from mphalport.h. 8 years ago
Damien George 503089ea9d unix: Use mp_raise_OSError helper function. 8 years ago
Paul Sokolovsky 9cc8ec843e py/py.mk: Add support for building modussl_mbedtls. 8 years ago
Damien George c4a69c75a5 unix: Enable btree module for coverage build. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Paul Sokolovsky 5bf1b4e9d9 unix/modjni: array(): Support creation of object arrays. 8 years ago
Paul Sokolovsky ee324c501e unix/modjni: Add array() top-level function to create Java array. 8 years ago
Paul Sokolovsky 3fea1f014c unix/modjni: Implement subscription for object arrays. 8 years ago
Renato Aguiar 081c0648ec unix: Fix build for when MICROPY_PY_SOCKET=0. 8 years ago
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George 2d8740a4d1 tests/extmod: Add a test for framebuf module, tested by coverage build. 8 years ago
Damien George 58f3861358 tests/unix/extra_coverage: Add test for str/bytes with invalid hash. 8 years ago
Delio Brignoli f98bb2ddcb py/mpprint: Fail an assertion with unsupported format specifiers. 8 years ago