aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-02-27docs/Makefile: define and use PYTHON as the interpreter for CPYDIFFKrzysztof Blazewicz
2017-02-27minimal: Add ability and description to build without the compiler.Damien George
2017-02-27lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.Damien George
2017-02-26docs/uhashlib: Provide port-neutral description.Paul Sokolovsky
2017-02-24extmod/modurandom: Use mp_raise_ValueError().Paul Sokolovsky
2017-02-24py/runtime: mp_raise_msg(): Accept NULL argument for message.Paul Sokolovsky
2017-02-24esp8266/mpconfigport.h: Enable help('modules') feature.Damien George
2017-02-24drivers/display/lcd160cr: Fix bug with save_to_flash method.Damien George