aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-22esp8266: Convert to use builtin help function.Damien George
2017-01-22stmhal: Convert to use builtin help function.Damien George
2017-01-22py: Add builtin help function to core, with default help msg.Damien George
2017-01-21tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.Paul Sokolovsky
2017-01-21tests: Add test for int.from_bytes() for arbitrary-precision integer.Paul Sokolovsky
2017-01-21py/objint_longlong: Add stub for mp_obj_int_from_bytes_impl().Paul Sokolovsky
2017-01-21py/objint: from_bytes(): Implement "byteorder" param and arbitrary precision.Paul Sokolovsky
2017-01-21py/mpz: Implement mpz_set_from_bytes() as a foundation for int.from_bytes().Paul Sokolovsky
2017-01-21zephyr: Enable SLIP networking for the default build.Paul Sokolovsky
2017-01-21zephyr: Add separate Zephyr config for "minimal" build.Paul Sokolovsky
2017-01-21zephyr: Remove deprecated .mdef file.Paul Sokolovsky
2017-01-20zephyr/help: Update n_args param type to size_t.Paul Sokolovsky
2017-01-20tests/basics: Add test for assignment of attribute to bound method.Damien George
2017-01-20travis: Unconditionally run coveralls analysis, even if others failed.Damien George
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