summaryrefslogtreecommitdiffstatshomepage
path: root/py/objexcept.h
Commit message (Expand)AuthorAge
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* py/objexcept: Make MP_DEFINE_EXCEPTION use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared2022-09-19
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.Damien George2018-03-17
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/objexcept: Convert mp_uint_t to size_t where appropriate.Damien George2017-02-16
* py: Change exception traceback data to use size_t instead of mp_uint_t.Damien George2016-01-02
* py: Fix adding of traceback so that it appends to existing info.Damien George2015-02-27
* py: Put all global state together in state structures.Damien George2015-01-07