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
/
objexcept.c
Age
Commit message (
Expand
)
Author
2019-05-08
Make MpyError a ValueError (since that's what it was before)
Terri Oda
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-11-13
Support OSError attributes
Noralf Trønnes
2018-10-07
modsys: exc_info: Add traceback
Noralf Trønnes
2018-08-16
Fix test that broke due to decompressing to too small of a scope.
Scott Shawcroft
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-11
WIP: after merge; before testing
Dan Halbert
2018-06-01
Provide mp_errno_to_str even without uerrno
Matt Wozniski
2018-05-16
Merge pull request #838 from rhooper/master
Scott Shawcroft
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2018-03-17
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
Damien George
2018-02-15
py/objexcept: Remove long-obsolete mp_const_MemoryError_obj.
Damien George
2017-12-12
py/objtype: Implement better support for overriding native's __init__.
Damien George
2017-12-11
py/objexcept: Use INT_FMT when printing errno value.
Damien George
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
Damien George
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
2017-04-10
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
Damien George
2017-02-24
py: Fix varg helpers by adding vlist variant of mp_obj_new_exception_msg
Scott Shawcroft
2017-02-16
py/objexcept: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-01-17
py/objexcept: Replace if-cond and assert(0) with simple assert.
Damien George
2016-11-14
py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.
Paul Sokolovsky
2016-05-12
py/objexcept: Don't convert errno to str in constructor, do it in print.
Damien George
2016-05-12
py: Add mp_errno_to_str() and use it to provide nicer OSError msgs.
Damien George
2016-04-13
py: add async/await/async for/async with syntax
pohmelie
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
py: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Damien George
2016-01-02
py: Change exception traceback data to use size_t instead of mp_uint_t.
Damien George
2015-11-29
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-07-14
py: Improve allocation policy of qstr data.
Damien George
2015-07-02
py: Add TimeoutError exception subclassed from OSError.
Daniel Campora
2015-04-20
py: Make viper codegen raise proper exception (ViperTypeError) on error.
Damien George
2015-04-16
py: Add %q format support to mp_[v]printf, and use it.
Damien George
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-04-11
py: Combine load_attr and store_attr type methods into one (attr).
Damien George
2015-02-27
py: Use m_{new,renew,del} consistently.
Damien George
2015-02-27
py: Fix adding of traceback so that it appends to existing info.
Damien George
2015-02-23
py: Implement UnicodeError.
Paul Sokolovsky
2015-02-15
objexcept: Optimize traceback allocation for exception.
Paul Sokolovsky
2015-02-15
objexcept: Optimize using messages without formatting substitutions.
Paul Sokolovsky
2015-01-21
py: Add mp_obj_new_str_from_vstr, and use it where relevant.
Damien George
[next]