summaryrefslogtreecommitdiffstatshomepage
path: root/py/objgetitemiter.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* py: Add iter_buf to getiter type method.Damien George2017-02-16
* py/objgetitemiter: Typo fix in comment.Paul Sokolovsky2016-01-23
* py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.Damien George2015-11-29
* py/objgetitemiter: Make it_iternext() recognize IndexError.Tom Soulanille2015-08-30
* py: Some trivial cosmetic changes, for code style consistency.Damien George2015-04-04
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* Add license header to (almost) all files.Damien George2014-05-03
* py, unix: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* py: Add MP_OBJ_STOP_ITERATION and make good use of it.Damien George2014-04-17
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* py: Fix "TypeError: 'iterator' object is not iterable", doh.Paul Sokolovsky2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.Damien George2014-03-26
* py: Clean up includes.xbe2014-03-17
* Implement proper exception type hierarchy.Damien George2014-02-15
* Change mp_obj_type_t.name from const char * to qstr.Damien George2014-02-15
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.Paul Sokolovsky2014-02-12
* py: Implement iterator support for object that has __getitem__.Damien George2014-01-25