index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
runtime.c
Age
Commit message (
Expand
)
Author
2020-02-04
preserve errno in OSError
Dan Halbert
2020-02-04
Include filename for 'No such file/directory', etc.
Dan Halbert
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2019-11-20
Use BluetoothError in _bleio
Scott Shawcroft
2019-05-09
Use OverflowError exception type for overflows
Matt Wozniski
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-04-09
Fix boards with no shared busses.
Scott Shawcroft
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2018-12-27
wip: advertising works, but not connection
Dan Halbert
2018-11-20
More UUID work; use mp_raise for exceptions
Dan Halbert
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-16
Merge branch 'master' into micropython-25ae98f-merge
Dan Halbert
2018-07-14
do not call property if referenced by class, not object
Dan Halbert
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-10
py/runtime: Add mp_load_method_protected helper which catches exceptions
Damien George
2018-04-04
py: Don't include mp_optimise_value or opt_level() if compiler disabled.
Damien George
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-02-27
py/vm: Simplify handling of special-case STOP_ITERATION in yield from.
Damien George
2018-02-20
py/builtinimport: Add compile-time option to disable external imports.
Damien George
2018-01-24
Revert "alloca seems buggy on M4"
Dan Halbert
2018-01-23
alloca seems buggy on M4
Dan Halbert
2017-12-19
py/runtime: Remove unnecessary break statements from switch.
Damien George
2017-12-11
py/runtime: Use the Python stack when building *arg and **kwarg state.
Damien George
2017-12-11
py: Convert all uses of alloca() to use new scoped allocation API.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-12-11
py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.
Damien George
2017-12-09
py/runtime: When tracing unary/binary ops, output op (method) name.
Paul Sokolovsky
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-24
py/runtime: Simplify handling of containment binary operator.
Damien George
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-08-31
py: Make m_malloc_fail() have void return type, since it doesn't return.
Damien George
2017-08-29
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-04
py/runtime: Mark m_malloc_fail() as NORETURN.
Damien George
2017-06-28
Change vfs mount ordering such that the root is always last in the
Scott Shawcroft
[next]