aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-14esp8266: Update lexer constructors so they can raise exceptions.Damien George
2017-03-14zephyr/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14qemu-arm: Move lexer constructors to within NLR handler block.Damien George
2017-03-14minimal/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14bare-arm/main: Move lexer constructor to within NLR handler block.Damien George
2017-03-14unix/main: Refactor to put lexer constructors all in one place.Damien George
2017-03-14lib/utils/pyexec: Refactor to put lexer constructors all in one place.Damien George
2017-03-14py: Allow lexer to raise exceptions during construction.Damien George
2017-03-14pic16bit/main: Make nlr_jump_fail never return.Damien George
2017-03-14zephyr/main: Remove unused __fatal_error().Paul Sokolovsky
2017-03-13tests/extmod: Add a test for core VFS functionality, sans any filesystem.Damien George
2017-03-13extmod/vfs: Rewrite path lookup algo to support relative paths from root.Damien George
2017-03-13qemu-arm: Add basic uos module with generic VFS capabilities.Damien George
2017-03-13extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.Damien George
2017-03-13zephyr/main: nlr_jump_fail: Fix noreturn warning.Paul Sokolovsky
2017-03-12zephyr: Move "minimal" configuration building to a separate wrapper script.Paul Sokolovsky
2017-03-12zephyr: Make sure that generated prj.conf is updated only on content changes.Paul Sokolovsky
2017-03-11tests/misc/: Make few tests skippable.Paul Sokolovsky
2017-03-10extmod/vfs_fat: Remove obsolete and unused str/len members.Damien George
2017-03-10cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs.Damien George
2017-03-10stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs.Damien George
2017-03-10tests/extmod: Rename websocket test to websocket_basic.Damien George
2017-03-10stmhal/mphalport: Get ticks_cpu() working on F7 MCUs.Damien George
2017-03-10tests/basics/fun_error: Split out skippable test.Paul Sokolovsky
2017-03-10tests/feature_check/int_big: Rework "big int" detection.Paul Sokolovsky
2017-03-10py/objint_longlong: Implement mp_obj_int_from_bytes_impl().Paul Sokolovsky
2017-03-09tests/micropython/opt_level: Clarify the expected output for opt_level == 3.Paul Sokolovsky
2017-03-09tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor.Paul Sokolovsky
2017-03-09tests/micropython: Make uio-using tests skippable.Paul Sokolovsky
2017-03-09zephyr/modzephyr: Fix typo in identifier.Paul Sokolovsky
2017-03-09tests/dict_fromkeys: Split out skippable part.Paul Sokolovsky
2017-03-09tests/extmod: Add websocket tests.Alex March
2017-03-09tests/extmod: Add very basic feature test for ussl module.Damien George
2017-03-09tests/float: Make various tests skippable.Paul Sokolovsky
2017-03-09tests/basic: Make various tests skippable.Paul Sokolovsky
2017-03-08py/nlrx64: Fixes to support Mac OS.Damien George
2017-03-08zephyr/modzephyr: Add a module for Zephyr-specific things.Paul Sokolovsky
2017-03-08README: Explicitly mention "await" support, and formatting for keywords.Paul Sokolovsky
2017-03-07py/nlrx86: Add workaround for Zephyr.Paul Sokolovsky
2017-03-07extmod/modutimeq: Make scheduling fair (round-robin).Paul Sokolovsky
2017-03-07tests/uctypes_array_assign_native_le: Split off intbig part.Paul Sokolovsky
2017-03-07docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.James Ouyang
2017-03-07docs/library/lcd160cr: Add link to framebuf page.Rami Ali
2017-03-07docs/library: Add framebuf documentation.Rami Ali
2017-03-07tests/micropython/: Split off intbig tests.Paul Sokolovsky
2017-03-07tests/basics/unpack1.py: Test if *a, = b copies b when b is a list.Krzysztof Blazewicz
2017-03-07tests/basics/string_join.py: Add test case where argument is not iterable.Krzysztof Blazewicz
2017-03-07py: Use mp_obj_get_array where sequence may be a tuple or a list.Krzysztof Blazewicz
2017-03-07py/runtime.c: Remove optimization of '*a,=b', it caused a bug.Krzysztof Blazewicz
2017-03-07tests/string_format_modulo2: Split off intbig test.Paul Sokolovsky