| Age | Commit message (Expand) | Author |
| 2014-01-14 | Merge pull request #170 from chipaca/master | Damien George |
| 2014-01-13 | Add generic impl of stream .readall() method. Use one for unix io.FileIO. | Paul Sokolovsky |
| 2014-01-13 | made DEBUG control CFLAGS in Makefiles oter than stm as well. | John R. Lenton |
| 2014-01-09 | py: Implement base class lookup, issubclass, isinstance. | Damien George |
| 2014-01-09 | Improved type/class/instance code; mp_obj_type_t now has load_attr, store_attr. | Damien George |
| 2014-01-08 | Make build output quieter. | Dave Hylands |
| 2014-01-08 | py: add variable argument exception constructor function. | Damien George |
| 2014-01-08 | unix: Add basic implementation of io.FileIO object. | Paul Sokolovsky |
| 2014-01-07 | Merge branch 'cplusplus' of https://github.com/ian-v/micropython into ian-v-c... | Damien George |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig, part 2. | Damien George |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig. | Damien George |
| 2014-01-06 | Revert MP_BOOL, etc. and use <stdbool.h> instead | ian-v |
| 2014-01-06 | Co-exist with C++ (issue #85) | ian-v |
| 2014-01-05 | Convert many object types structs to use C99 tagged initializer syntax. | Paul Sokolovsky |
| 2014-01-04 | Convert Python types to proper Python type hierarchy. | Damien George |
| 2014-01-04 | Convert USE_READLINE config option to be consistent with others. | Paul Sokolovsky |
| 2014-01-04 | Split qstr into pools, and put initial pool in ROM. | Damien George |
| 2014-01-04 | Improve configurability for native x64/thumb emitter. | Damien George |
| 2014-01-04 | Add basic implementation of slice object. | Paul Sokolovsky |
| 2014-01-04 | Move INT_FMT, etc. declaration into global mpconfig.h . | Paul Sokolovsky |
| 2014-01-03 | Rename default config file to mpconfig.h, and port's to mpconfigport.h. | Paul Sokolovsky |
| 2014-01-03 | Change mp_compile so that it returns a function object for the module. | Damien George |
| 2014-01-03 | Basic implementation of import. | Damien George |
| 2014-01-02 | Add module object, to be used eventually for import. | Damien George |
| 2014-01-02 | unix: revert Makefile to not use -ltermcap. | Damien George |
| 2014-01-01 | Fix undefined termcap symbols on OpenBSD. | Edd Barrett |
| 2014-01-01 | malloc.h is obsolete. | Edd Barrett |
| 2014-01-01 | Make GNU Readline usage optional (USE_READLINE define). Still enabled. | Paul Sokolovsky |
| 2014-01-01 | Add readline history support. | Paul Sokolovsky |
| 2013-12-30 | Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. | Paul Sokolovsky |
| 2013-12-30 | Put unicode functions in unicode.c, and tidy their names. | Damien George |
| 2013-12-30 | Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. | Damien George |
| 2013-12-30 | Make "unix" target be crossplatform and support x86, x64, ARM hosts. | Paul Sokolovsky |
| 2013-12-29 | Change memory allocation API to require size for free and realloc. | Damien |
| 2013-12-29 | Don't error out if build/ directory already exists. | Paul Sokolovsky |
| 2013-12-29 | Add unix-cpy, used to test Micro Python byte code against CPython. | Damien |
| 2013-12-29 | py: implement some basic exception matching. | Damien |
| 2013-12-21 | Change object representation from 1 big union to individual structs. | Damien |
| 2013-12-20 | Fix a few compiler warnings. | Damien |
| 2013-12-17 | unix: include obj.h, and build additional py files. | Damien |
| 2013-11-17 | Link showbc.o in unix version. | Damien |
| 2013-11-09 | Unix: add machine-specific sqrt support. | Damien |
| 2013-11-03 | Fix compiler warnings in unix/main.c. | Damien |
| 2013-11-02 | Test code for user objects. | Damien |
| 2013-11-02 | Add basic complex number support. | Damien |
| 2013-10-23 | Fix func decls with no arguments: () -> (void). | Damien |
| 2013-10-22 | Improve REPL compount statement detection. | Damien |
| 2013-10-22 | Get unix version compling. | Damien |
| 2013-10-20 | Integrate new lexer stream with stm framework. | Damien |
| 2013-10-20 | Abstract out back-end stream functionality from lexer. | Damien |