Commit message (Expand) | Author | Age | |
---|---|---|---|
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
* | all: Unify header guard usage. | Alexander Steffen | 2017-07-18 |
* | py/objlist: Convert mp_uint_t to size_t where appropriate. | Damien George | 2017-02-16 |
* | py: Fix adding of traceback so that it appends to existing info. | Damien George | 2015-02-27 |
* | objexcept: Optimize traceback allocation for exception. | Paul Sokolovsky | 2015-02-15 |
* | py: Move to guarded includes, everywhere in py/ core. | Damien George | 2015-01-01 |
* | Rename machine_(u)int_t to mp_(u)int_t. | Damien George | 2014-07-03 |
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | objlist: Add support for statically allocated lists. | Paul Sokolovsky | 2014-04-13 |