aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-03stmhal: add option to query for the current usb modeTony Abboud
2015-09-03py: Use mp_not_implemented consistently for not implemented features.Damien George
2015-09-03tests: Add tests to improve coverage of objstr.c.Damien George
2015-09-03py/objstr: Simplify printing of bytes objects when unicode enabled.Damien George
2015-09-03py: Inline single use of mp_obj_str_get_len in mp_obj_len_maybe.Damien George
2015-09-03py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE.Paul Sokolovsky
2015-09-01py/binary: Add support for array('q') and array('Q').Damien George
2015-09-01py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0).Damien George
2015-09-01tests: Skip exception_chain.py with native emitter.Paul Sokolovsky
2015-09-01tests: Add test for exception-chaining raise syntax.Paul Sokolovsky
2015-09-01vm: Handle "raise X from Y" statements the best way we can.Paul Sokolovsky
2015-08-31modbuiltins: Consistently use indentation for #if.Paul Sokolovsky
2015-08-31modffi: dlsym() doesn't set errno, so use ENOENT for OSError.Paul Sokolovsky
2015-08-30unix: Allow to build libffi from source and link against it.Paul Sokolovsky
2015-08-30tests: Fix non-compliant expected output to match actual behaviour.Damien George
2015-08-30py/objstr: Simplify error handling for bad conversion specifier.Damien George
2015-08-30tests: Add tests for non-compliant behaviour.Damien George
2015-08-30tests: Add test where __getitem__ raises IndexError to stop iteration.Damien George
2015-08-30py/objgetitemiter: Make it_iternext() recognize IndexError.Tom Soulanille
2015-08-30tests: Consolidate all feature check snippets under feature_check/.Paul Sokolovsky
2015-08-30tests: Add feature_check dir to collect capability detection scripts.Paul Sokolovsky
2015-08-30tools: Upgrade to upip 0.5.7.Paul Sokolovsky
2015-08-29py/objstr: Fix error reporting for unexpected end of modulo format str.Damien George
2015-08-29py/objstr: Fix error type for badly formatted format specifier.Damien George
2015-08-29py/objstr: Make string formatting 8-bit clean.Damien George
2015-08-29tests: Add a few tests for bool, bytearray, float to improve coverage.Damien George
2015-08-30tests: Add byteorder query script.Paul Sokolovsky
2015-08-29stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO).Bob Clough
2015-08-30tests: Split byteorder-dependent tests to *_endian.py's.Paul Sokolovsky
2015-08-30run-tests: Allow to skip byteorder-dependent tests.Paul Sokolovsky
2015-08-29py: Treat -m32 flag as part of CC, LD, etc.Paul Sokolovsky
2015-08-29tests/ffi_float: Split tgammaf() testcase to a separate test.Paul Sokolovsky
2015-08-29esp8266: Added wifi_mode() to read and set WiFi operating mode.Bill Owens
2015-08-28tests: Add test on set/frozenset equality.Paul Sokolovsky
2015-08-28objset: frozensets are hashable.Paul Sokolovsky
2015-08-25tests: For unix ffi float test, add libm.so.6 to library search list.Damien George
2015-08-22README: Add hint about "micropython --help".Paul Sokolovsky
2015-08-22unix: Bump default heap size to 1MB (2MB on 64-bit systems).Paul Sokolovsky
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-08-21tests: Make io test cleanup after itself by removing 'testfile'.Damien George
2015-08-20py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky
2015-08-17py: Remove unused compile scope flags, and irrelevant flag compute code.Damien George
2015-08-18extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any.Paul Sokolovsky
2015-08-17stmhal: Fixed some typos in stm32f411_af.csv.tobbad
2015-08-17unix-cpy: Remove unix-cpy. It's no longer needed.Damien George
2015-08-16cc3200: Correct smoke test expected result.Daniel Campora
2015-08-16cc3200: Correct WLAN constructor argument checking.Daniel Campora
2015-08-16cc3200: Don't clear the WDT special bit in the bootloader.Daniel Campora
2015-08-16cc3200: Change HeartBeat period from 5 to 4 seconds.Daniel Campora
2015-08-16cc3200: Fix typo in modpyb.Daniel Campora