summaryrefslogtreecommitdiffstatshomepage
path: root/py/objfun.c
Commit message (Expand)AuthorAge
* Make VM stack grow upwards, and so no reversed args arrays.Damien George2014-01-18
* Merge remote-tracking branch 'upstream/master' into builtinsJohn R. Lenton2014-01-13
|\
| * Consolidate rt_make_function_[0123] to rt_make_function_n.Damien George2014-01-13
| * Initialize is_kw for dynamically allocated mp_obj_fun_native_t ojects.Dave Hylands2014-01-13
* | Made sorted() raise an exception instead of aborting when given no arguments;...John R. Lenton2014-01-13
|/
* py: Stuff qstr in object pointer; keys for mp_map_t are now always mp_obj_t.Damien George2014-01-08
* Merge remote-tracking branch 'upstream/master' into listsort. Lots of conflic...John R. Lenton2014-01-07
|\
| * Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c...Damien George2014-01-07
| |\
| | * Co-exist with C++ (issue #85)ian-v2014-01-06
| |/
* / This implements a better (more python-conformant) list.sort.John R. Lenton2014-01-07
|/
* Merge pull request #92 from chipaca/list_insertDamien George2014-01-05
|\
| * Merge remote-tracking branch 'upstream/master' into list_insertJohn R. Lenton2014-01-05
| |\
| * | Implements list.insert. Fixes issue #61.John R. Lenton2014-01-04
* | | Convert many object types structs to use C99 tagged initializer syntax.Paul Sokolovsky2014-01-05
| |/ |/|
* | Convert Python types to proper Python type hierarchy.Damien George2014-01-04
* | Split qstr into pools, and put initial pool in ROM.Damien George2014-01-04
|/
* Basic implementation of import.Damien George2014-01-03
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* Change object representation from 1 big union to individual structs.Damien2013-12-21