| Age | Commit message (Expand) | Author |
| 2014-06-28 | Merge branch 'master' into unicode | Damien George |
| 2014-06-28 | py: Add protection against printing too nested or recursive data structures. | Paul Sokolovsky |
| 2014-06-27 | bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE. | Paul Sokolovsky |
| 2014-06-27 | bare-arm: Disable array module and even bytearray type. | Paul Sokolovsky |
| 2014-06-27 | py: Allow to disable array module and bytearray type. | Paul Sokolovsky |
| 2014-06-27 | bare-arm: Enable link map file. | Paul Sokolovsky |
| 2014-06-27 | py: Move stack_ctrl_init() to mp_init(). | Paul Sokolovsky |
| 2014-06-27 | Merge pull request #720 from iabdalkader/mcu_name | Paul Sokolovsky |
| 2014-06-27 | Change MCU name config micro | mux |
| 2014-06-27 | Merge pull request #717 from stinos/dead-code | Paul Sokolovsky |
| 2014-06-27 | Merge pull request #703 from iabdalkader/micro_names | Paul Sokolovsky |
| 2014-06-27 | tests: Add basic test for unicode file i/o. | Paul Sokolovsky |
| 2014-06-27 | streams: Reading by char count from unicode text streams is not implemented. | Paul Sokolovsky |
| 2014-06-27 | misc: Add count_lead_ones() function, useful for UTF-8 handling. | Paul Sokolovsky |
| 2014-06-27 | tests: Test for explicit start/end args to str methods for unicode. | Paul Sokolovsky |
| 2014-06-27 | objstrunicode: Refactor str_index_to_ptr() following objstr. | Paul Sokolovsky |
| 2014-06-27 | objstr: 64-bit issues. | Paul Sokolovsky |
| 2014-06-27 | objstrunicode: Signedness issues. | Paul Sokolovsky |
| 2014-06-27 | unicode: Make get_char()/next_char()/charlen() be 8-bit compatible. | Paul Sokolovsky |
| 2014-06-27 | tests: Add tests for unicode find()/rfind()/index(). | Paul Sokolovsky |
| 2014-06-27 | objstr: find(), rfind(), index(): Make return value be unicode-aware. | Paul Sokolovsky |
| 2014-06-27 | unicode: Add utf8_ptr_to_index(). | Paul Sokolovsky |
| 2014-06-27 | py: Add dedicated unicode header. | Paul Sokolovsky |
| 2014-06-27 | tests: Add test for unicode string iteration. | Paul Sokolovsky |
| 2014-06-27 | objstrunicode: Implement iterator. | Paul Sokolovsky |
| 2014-06-27 | objstrunicode: Re-add buffer protocol back for now, required for io.StringIO. | Paul Sokolovsky |
| 2014-06-27 | objstrunicode: Revamp len() handling for unicode, and optimize bool(). | Paul Sokolovsky |
| 2014-06-27 | objstrunicode: Get rid of bytes checking, it's separate type. | Paul Sokolovsky |
| 2014-06-27 | py: Make MICROPY_PY_BUILTINS_STR_UNICODE=1 buildable. | Paul Sokolovsky |
| 2014-06-27 | py: Prune unneeded code from objstrunicode, reuse code in objstr. | Paul Sokolovsky |
| 2014-06-27 | vstr: Restore bytestr compatibility. | Paul Sokolovsky |
| 2014-06-27 | builtin: Restore bytestr compatibility. | Paul Sokolovsky |
| 2014-06-27 | lexer, vstr: Add unicode support. | Chris Angelico |
| 2014-06-27 | tests: Add unicode test. | Chris Angelico |
| 2014-06-27 | builtin: ord, chr: Unicode support. | Chris Angelico |
| 2014-06-27 | objstrunicode: Basic implementation of unicode handling. | Chris Angelico |
| 2014-06-27 | objstrunicode: Complete copy of objstr, to be patched for unicode support. | Paul Sokolovsky |
| 2014-06-27 | py: Implement basic unicode functions. | Chris Angelico |
| 2014-06-27 | mpconfig.h: Add MICROPY_PY_BUILTINS_STR_UNICODE. | Paul Sokolovsky |
| 2014-06-27 | tests: Add test for catching infinite function recursion. | Paul Sokolovsky |
| 2014-06-27 | stmhal: Use stackctrl framework. | Paul Sokolovsky |
| 2014-06-27 | py: Add portable framework to query/check C stack usage. | Paul Sokolovsky |
| 2014-06-26 | Merge pull request #719 from dhylands/pin_fix | Paul Sokolovsky |
| 2014-06-25 | Use mp_const_none to initialize mapper and map_dict | Dave Hylands |
| 2014-06-26 | binary: machine_uint_t vs uint dichotomy starts doing real damage. | Paul Sokolovsky |
| 2014-06-26 | travis: Use unified diffs for failed tests. | Paul Sokolovsky |
| 2014-06-25 | modstruct: Fix alignment handling issues. | Paul Sokolovsky |
| 2014-06-25 | unix: Remove unused CTRL-D definition | stijn |
| 2014-06-25 | modgc: Add mem_free()/mem_alloc() methods. | Paul Sokolovsky |
| 2014-06-25 | Merge branch 'master' of github.com:micropython/micropython | Damien George |