index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
objgetitemiter.c
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
py: Add iter_buf to getiter type method.
Damien George
2017-02-16
*
py/objgetitemiter: Typo fix in comment.
Paul Sokolovsky
2016-01-23
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py/objgetitemiter: Make it_iternext() recognize IndexError.
Tom Soulanille
2015-08-30
*
py: Some trivial cosmetic changes, for code style consistency.
Damien George
2015-04-04
*
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
*
py: Add MP_OBJ_STOP_ITERATION and make good use of it.
Damien George
2014-04-17
*
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-05
*
py: Fix "TypeError: 'iterator' object is not iterable", doh.
Paul Sokolovsky
2014-03-30
*
Rename rt_* to mp_*.
Damien George
2014-03-30
*
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
Damien George
2014-03-26
*
py: Clean up includes.
xbe
2014-03-17
*
Implement proper exception type hierarchy.
Damien George
2014-02-15
*
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-15
*
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
Paul Sokolovsky
2014-02-12
*
py: Implement iterator support for object that has __getitem__.
Damien George
2014-01-25