aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-19tests/misc/non_compliant: Add test for inability to assign func attrs.Damien George
2017-01-19tests/micropython/opt_level: Add test for opt_level 3.Damien George
2017-01-19tests/extmod/framebuf1: Add test for no-op fill_rect.Damien George
2017-01-19tests/float: Add test for assigning to attribute of complex number.Damien George
2017-01-19py/objint_mpz: Refactor switch-statement to remove unreachable default.Damien George
2017-01-19py/formatfloat: Remove unreachable code.Damien George
2017-01-19stmhal: Implement SNAK/CNAK mechanism for USB HID receive.Pavol Rusnak
2017-01-19stmhal: Implement ioctl for USB HID read.Pavol Rusnak
2017-01-19stmhal: Fix USB HID receive not receiving the first packet.Pavol Rusnak
2017-01-18drivers: Fix some minor spelling mistakes.Mike Causer
2017-01-18docs: Fix some minor spelling mistakes.Mike Causer
2017-01-17py/binary: mp_binary_get_size: Raise error on unsupported typecodes.Paul Sokolovsky
2017-01-17tests/extmod: Improve test coverage of ure module.Rami Ali
2017-01-17py/runtime: Refactor default case of switch to remove assert(0).Damien George
2017-01-17py/objexcept: Replace if-cond and assert(0) with simple assert.Damien George
2017-01-17py/emitnative: Remove assert(0)'s or replace with mp_not_implemented.Damien George
2017-01-17py/parse: Refactor code to remove assert(0)'s.Damien George
2017-01-17tests/basics: Improve runtime.c test coverage.Rami Ali
2017-01-17tests/io: Improve test coverage of io.BufferedWriter.Rami Ali
2017-01-17tests: Update tests, and add new ones, for recent generator tweaks.Damien George
2017-01-17py/objgenerator: Don't raise RuntimeError if GeneratorExit ignored.Damien George
2017-01-17py/objgenerator: When throwing an object, don't make an exc instance.Damien George
2017-01-17py/runtime: Fix handling of throw() when resuming generator.Damien George
2017-01-17py/runtime: Refactor assert(0) to improve coverage.Damien George
2017-01-16tests: Improve frozen import test coverage.Rami Ali
2017-01-16py/builtinimport: Remove unreachable code and change obj-import comment.Damien George
2017-01-16py/builtinimport: Raise ValueError for bad relative import, per CPython.Damien George
2017-01-16unix/coverage: Move coverage #if guard back to top of file.Damien George
2017-01-16tests/import: Improve builtinimport.c test coverage.Rami Ali
2017-01-16tests: Improve stream.c test coverage.Rami Ali
2017-01-12stmhal: fix wrong usage of gcc -print-libgcc-file-namePavol Rusnak
2017-01-12stmhal: Support PortG on STM32L476 and STM32L486.Dave Hylands
2017-01-08extmod/modframebuf: optimize fill_rect subroutine callOleg Korsak
2017-01-09tests: Update test suite to be compatible with CPython 3.6.Damien George
2017-01-08docs: Bump version to 1.8.7.Damien George
2017-01-08tests/unix/extra_coverage: Add tests for importing frozen packages.Damien George
2017-01-08py/builtinimport: Fix bug when importing names from frozen packages.Damien George
2017-01-08drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.syndycat
2017-01-07cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.Paul Sokolovsky
2017-01-07docs/usocket: Clarify that socket timeout raises OSError exception.Paul Sokolovsky
2017-01-07tests/array*: Allow to skip test if "array" is unavailable.Paul Sokolovsky
2017-01-06tests/types1: Split out set type test to set_types.Paul Sokolovsky
2017-01-06docs/library/esp: Remove para and add further warning about flash.Damien George
2017-01-06esp8266/modules/flashbdev: Change RESERVED_SECS to 0.Damien George
2017-01-06esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.Damien George
2017-01-05esp8266/modules/flashbdev: Remove code to patch bootloader flash size.Paul Sokolovsky
2017-01-05unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.Damien George
2017-01-05tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Damien George
2017-01-05py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.Damien George
2017-01-05tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.Damien George