summaryrefslogtreecommitdiff
path: root/py/runtime.c
AgeCommit message (Expand)Author
2020-08-21Make socket reads interruptableScott Shawcroft
2020-08-19Add basic error handlingScott Shawcroft
2020-08-04various: Use mp_obj_get_type_qstr more widelyJeff Epler
2020-08-04py: introduce, use mp_raise_msg_vlistJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-03-20runtime: Improve error message when setting read-only propertyJeff Epler
2020-02-04preserve errno in OSErrorDan Halbert
2020-02-04Include filename for 'No such file/directory', etc.Dan Halbert
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
2019-11-20Use BluetoothError in _bleioScott Shawcroft
2019-05-09Use OverflowError exception type for overflowsMatt Wozniski
2019-05-08Make status light flash blue for incompatible mpy (fixes #1369)Terri Oda
2019-04-09Fix boards with no shared busses.Scott Shawcroft
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-14do not call property if referenced by class, not objectDan Halbert
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-12extmod/uos_dupterm: Use native C stream methods on dupterm object.Damien George
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-05-10py/runtime: Add mp_load_method_protected helper which catches exceptionsDamien George
2018-04-04py: Don't include mp_optimise_value or opt_level() if compiler disabled.Damien George
2018-03-30py/runtime: Be sure that non-intercepted thrown object is an exception.Damien George
2018-03-30py/runtime: Check that keys in dicts passed as ** args are strings.Damien George
2018-02-27py/vm: Simplify handling of special-case STOP_ITERATION in yield from.Damien George
2018-02-20py/builtinimport: Add compile-time option to disable external imports.Damien George
2018-01-24Revert "alloca seems buggy on M4"Dan Halbert
2018-01-23alloca seems buggy on M4Dan Halbert
2017-12-19py/runtime: Remove unnecessary break statements from switch.Damien George
2017-12-11py/runtime: Use the Python stack when building *arg and **kwarg state.Damien George
2017-12-11py: Convert all uses of alloca() to use new scoped allocation API.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George
2017-12-11py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.Damien George
2017-12-09py/runtime: When tracing unary/binary ops, output op (method) name.Paul Sokolovsky
2017-11-24py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.Damien George
2017-11-24py/runtime: Simplify handling of containment binary operator.Damien George
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-18py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.Paul Sokolovsky
2017-09-10py/runtime: Implement dispatch for "reverse op" special methods.Paul Sokolovsky
2017-08-31py: Make m_malloc_fail() have void return type, since it doesn't return.Damien George
2017-08-29all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriateDamien George
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert