aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-03-06tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).Paul Sokolovsky
2017-03-06tests/float2int*: Suffix with _intbig, don't run on any other int type.Paul Sokolovsky
2017-03-06float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.Paul Sokolovsky
2017-03-06tests/float/complex1: Split out intbig test.Paul Sokolovsky
2017-03-06py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE.Paul Sokolovsky
2017-03-06py/py.mk: Force nlr files to be compiled with -Os.Damien George
2017-03-06py/nlrx86: Convert from assembler to C file with inline asm.Damien George
2017-03-06py/nlrx64: Convert from assembler to C file with inline asm.Damien George
2017-03-06py/nlrxtensa: Convert from assembler to C file with inline asm.Damien George
2017-03-06py/nlr.h: Mark nlr_jump_fail as NORETURN.Damien George
2017-03-06py: Move locals/globals dicts to the thread-specific state.Damien George
2017-03-05unix/moduselect: Properly implement ipoll object iteration.Paul Sokolovsky
2017-03-04tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky
2017-03-03tests/run-tests: Check for big int availability and skip related tests.Paul Sokolovsky
2017-03-03unix: Remove remaining, obsolete traces of GNU readline support.Damien George
2017-03-03tests/basics: Add further tests for OrderedDict.Damien George
2017-03-03py/map: Fix bugs with deletion of elements from OrderedDict.Damien George
2017-03-02msvc: Add machine/pin-related sources to buildstijn
2017-03-02qemu-arm: Enable machine module and associated tests.Damien George
2017-03-02stmhal/modnwcc3k: Add include for mp_hal_delay_ms.Damien George
2017-03-02tests/extmod: Add test for machine.Signal class.Damien George
2017-03-02unix/modmachine: Add Signal class to machine module.Damien George
2017-03-02stmhal/modpyb: Use utime ticks ms/us functions instead of custom ones.Damien George
2017-03-02stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.Damien George
2017-03-02stmhal: Use mp_hal_delay_ms instead of HAL_Delay.Damien George
2017-02-28docs/library/lcd160cr: Add note about supported JPEG format/encodings.Peter Hinch
2017-02-28docs/machine: Fix formatting of Constants section.Paul Sokolovsky
2017-02-27drivers/display/lcd160cr: Add check that JPEG size is less than 65536.Damien George
2017-02-27py/objarray: Disallow slice-assignment to read-only memoryview.Damien George
2017-02-27tools/gen-cpydiff.py: configurable CPython and micropython executablesKrzysztof Blazewicz