aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-30py/compile: Fix typo when checking for parse-node kind.Damien George
2016-09-30tests/basics: Add further tests for nonlocal scoping and closures.Damien George
2016-09-30py/scope: Factor common code to find locals and close over them.Damien George
2016-09-30py/scope: Shrink scope_t struct by 1 machine word.Damien George
2016-09-30py/scope: Use lookup-table to determine a scope's simple name.Damien George
2016-09-29lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.Paul Sokolovsky
2016-09-28stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported.Damien George
2016-09-28extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.Radomir Dopieralski
2016-09-27stmhal: Add virtual com port support for STM32L476DISC.Nicholas Graumann
2016-09-28py/compile: Fix async-for/async-with to work with simpler exc on stack.Damien George
2016-09-28tests/basics: Add test for set.difference_update with arg being itself.Damien George
2016-09-28py/objset: Ensure that use of frozenset.update raises an exception.Damien George
2016-09-28py/objset: Use mp_check_self() to check args of set/frozenset methods.Damien George
2016-09-27py/objfun: Use if instead of switch to check return value of VM execute.Damien George
2016-09-27py/objfun: Remove unnecessary check for viper fun with 5 or more args.Damien George
2016-09-27stmhal/modmachine: Fix clearing of reset-cause flags.Damien George
2016-09-27py/emitbc: Remove/refactor unreachable code, to improve coverage.Damien George
2016-09-27py/objstr: Remove unreachable function used only for terse error msgs.Damien George
2016-09-27tests/float: Add test for parsing a float from an empty string.Damien George
2016-09-27esp8266: Add uos.statvfs() to get filesystem status.Alex March
2016-09-27tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs().Alex March
2016-09-27extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.Alex March
2016-09-27py/modmicropython: Add micropython.const, alias for identity function.Damien George
2016-09-27tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack.Damien George
2016-09-27py/vm: Use MP_OBJ_FROM_PTR to cast a type to an object.Damien George
2016-09-27tests/micropython: Add tests for const names being replaced in parser.Damien George
2016-09-27tests/basics: Add test case for overflowing Py stack in try-finally.Damien George
2016-09-27py: Only store the exception instance on Py stack in bytecode try block.Damien George
2016-09-24extmod/uzlib/: Update uzlib to v2.0.3.Paul Sokolovsky
2016-09-24tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.Paul Sokolovsky
2016-09-24extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.Paul Sokolovsky
2016-09-24extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.Paul Sokolovsky
2016-09-23tools: Update upip to 0.8. Fixes IPv6 support.Paul Sokolovsky
2016-09-23py/py.mk: Add support for building modussl_mbedtls.Paul Sokolovsky
2016-09-23py/parse: Only replace constants that are standalone identifiers.Damien George
2016-09-23docs/library/machine: Update description of disable/enable IRQ funcs.Damien George
2016-09-23py: Update opcode format table because 3 opcodes were removed, 1 added.Damien George
2016-09-23py: Shrink mp_arg_t struct by using reduced-size integer members.Damien George
2016-09-23extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().Paul Sokolovsky
2016-09-22extmod/machine_i2c: Add clock stretching support.Radomir Dopieralski
2016-09-22stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.Krzysztof Blazewicz
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2016-09-22unix: Enable btree module for coverage build.Damien George
2016-09-22py/py.mk: Suppress some compiler warnings when building berkeley-db.Damien George
2016-09-22py/stream: Remove unnecessary check for NULL return from vstr_extend.Damien George
2016-09-22README: Remove issue-stats badges, the service is no longer available.Damien George
2016-09-22extmod/modussl_mbedtls: Use 2-component include paths.Paul Sokolovsky
2016-09-22extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().Paul Sokolovsky
2016-09-21extmod/modubinascii: Fix crc32() function on 32-bit platforms.Pavol Rusnak
2016-09-21extmod/uctypes: Allow full 32-bit address range.Stefan Agner