Commit message (Expand) | Author | Age | |
---|---|---|---|
* | all: Use the name MicroPython consistently in comments | Alexander Steffen | 2017-07-31 |
* | py/nlrsetjmp: Add check for failed NLR jump. | Damien George | 2017-04-12 |
* | py/nlrsetjmp: Update to take into account new location of nlr_top. | Damien George | 2016-06-28 |
* | py: Put all global state together in state structures. | Damien George | 2015-01-07 |
* | py: Move global variable nlr_top to one place, in a .c file. | Damien George | 2015-01-01 |
* | py: Move to guarded includes, everywhere in py/ core. | Damien George | 2015-01-01 |
* | Add license header to (almost) all files. | Damien George | 2014-05-03 |
* | py, unix: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky | 2014-05-02 |
* | nlr: Add implementation using setjmp/longjmp. | Paul Sokolovsky | 2014-04-17 |