8739 Commits (e98ff40604170eb231225a4285d9ef740b8b9501)
 

Author SHA1 Message Date
Damien George d8d633f156 unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM. 7 years ago
Damien George 304a3bcc1c py/modio: Use correct config macro to enable resource_stream function. 7 years ago
Damien George d35c6ffc84 tests/extmod: Add some uctypes tests to improve coverage of that module. 7 years ago
Damien George 35a759dc1d tests: Add some more tests to improve coverage of py/parse.c. 7 years ago
Damien George ae1be76d40 py/mpz: Apply a small code-size optimisation. 7 years ago
Damien George 2bfa531798 tests/basics/builtin_pow3: Add tests for edge cases of pow3. 7 years ago
Damien George 374eaf5271 py/mpz: Fix pow3 function so it handles the case when 3rd arg is 1. 7 years ago
Damien George 8e6113a188 tests/basics/generator_pend_throw: Add test for just-started generator. 7 years ago
Damien George e800e4463d tests/unix: Add test for printf with %lx format. 7 years ago
Damien George 7cae17fac7 tests/float/builtin_float_hash: Add test to improve objfloat.c coverage. 7 years ago
Damien George 251b00457c tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data. 7 years ago
Damien George 7db79d8b03 py/objset: Remove unneeded check from set_equal. 7 years ago
Damien George 7208cad97a tests/basics: Add more set tests to improve coverage of py/objset.c. 7 years ago
Damien George 136cb7f27c py/map: Don't include ordered-dict mutating code when not needed. 7 years ago
Damien George f5fb68e94f py/runtime: Remove unnecessary break statements from switch. 7 years ago
Damien George d1fd889ad0 esp32/machine_hw_spi: Remove unnecessary white space for consistency. 7 years ago
Eric Poulsen 9123c8d946 esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up. 7 years ago
Paul Sokolovsky 5455bf79c5 .travis.yml: Build and test strict stackless build. 7 years ago
Paul Sokolovsky ea742085ed unix/mpconfigport.h: Allow to override stackless options from commandline. 7 years ago
Paul Sokolovsky 7f9a62408d unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA. 7 years ago
Paul Sokolovsky e37ccfe59b docs/packages: Explicitly recommend usage of setuptools instead of distutils. 7 years ago
Paul Sokolovsky 9251f1395e docs/packages: Use "install_dir/" in examples. 7 years ago
Paul Sokolovsky 02d2a0fb3a docs/conf: Reference CPython 3.5 docs. 7 years ago
Paul Sokolovsky 6364401666 py/objgenerator: Allow to pend an exception for next execution. 7 years ago
Paul Sokolovsky f4ed2dfa94 lib/tinytest: Clean up test reporting in the presence of stdout output. 7 years ago
Paul Sokolovsky dd35fe7ca0 zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run. 7 years ago
Paul Sokolovsky 6b19520a74 zephyr: Add support for binary with builtin testsuite. 7 years ago
Paul Sokolovsky 103eeffcd9 tests/run-tests: Skip running feature checks for --list-tests/--write-exp. 7 years ago
Paul Sokolovsky 4475f32420 tools/tinytest-codegen: Ignore system locale, write output in UTF-8. 7 years ago
Damien George cf8e8c29e7 py/emitglue: Change type of bit-field to explicitly unsigned mp_uint_t. 7 years ago
Paul Sokolovsky 448d93a04a docs/glossary: micropython-lib: Clarify wording. 7 years ago
Paul Sokolovsky bf73ee114f docs/packages: mpy_bin2res no longer required to create resources. 7 years ago
Paul Sokolovsky 3233537a15 tests/run-tests: Don't test for --target=unix with "pyb is None". 7 years ago
Paul Sokolovsky 325d0fc74b tools/tinytest-codegen: Add --stdin switch instead of recently added --target. 7 years ago
Paul Sokolovsky 64bb32d87f tests/run-tests: Add composable --include and --exclude options. 7 years ago
Paul Sokolovsky aaeb70b7b7 tests/run-tests: Fix handling of --list-tests wrt skipped tests. 7 years ago
Paul Sokolovsky 8d11fc0bc4 tests/run-tests: minimal: Exclude recently added subclass_native_init.py. 7 years ago
Damien George 46b35356e1 extmod/modframebuf: Add 8-bit greyscale format (GS8). 7 years ago
Petr Viktorin 34247465c3 extmod/modframebuf: Add 2-bit color format (GS2_HMSB). 7 years ago
Damien George 36f79523ab tests: Add tests to improve coverage of py/objtype.c. 7 years ago
Damien George badaf3ecfe esp8266/machine_hspi: After an SPI write wait for last byte to transfer. 7 years ago
Damien George bb516af1eb tools/pydfu.py: Call set_configuration() on fresh USB device object. 7 years ago
Paul Sokolovsky 43141ddb55 tools/tinytest-codegen: Take --target= option for test set selection. 7 years ago
Paul Sokolovsky 334934ee97 tests/run-tests: Add --list-tests switch. 7 years ago
Damien George 1b223a42bf extmod/modure: Add cast to workaround bug in MSVC. 7 years ago
Damien George 3f6d3ccc11 stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval. 7 years ago
Paul Sokolovsky 8462f167dc .travis.yml: Update for qemu-arm's testing moved to Makefile.test. 7 years ago
Paul Sokolovsky ea6bddbf81 ports/qemu-arm: Rework "test" target using upytesthelper. 7 years ago
Paul Sokolovsky e6f0d547ab tools/tinytest-codegen: More excludes after enabling expected output match. 7 years ago
Paul Sokolovsky 4db6a7adbe tools/tinytest-codegen: Wrap lines of exclude_tests. 7 years ago