| Age | Commit message (Expand) | Author |
| 2017-06-15 | stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use. | Damien George |
| 2017-05-06 | stmhal: Convert all module and method tables to use MP_ROM macros. | Damien George |
| 2017-02-16 | py: Add iter_buf to getiter type method. | Damien George |
| 2016-11-14 | all: Remove readall() method, which is equivalent to read() w/o args. | Paul Sokolovsky |
| 2016-10-14 | stmhal/pybstdio: Use size_t instead of mp_uint_t. | Damien George |
| 2016-06-18 | all: Rename mp_obj_type_t::stream_p to protocol. | Paul Sokolovsky |
| 2016-05-10 | stmhal: Convert to use internal errno symbols; enable uerrno module. | Damien George |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-05-24 | stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode. | Damien George |
| 2015-05-13 | stmhal: Add readinto and readlines methods to sys.stdin, pyb.USB_VCP(). | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-02-13 | stmhal: Make pybstdio usable by other ports, and use it. | Damien George |
| 2015-01-07 | stmhal: Collect all root pointers together in 1 place. | Damien George |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
| 2014-08-10 | doc: Document gc, sys, math, cmath. | Damien George |
| 2014-07-31 | stmhal: Add USB_VCP class/object, for direct USB VCP control. | Damien George |
| 2014-07-27 | py: Change stream protocol API: fns return uint; is_text for text. | Damien George |
| 2014-07-20 | stmhal: Fix REPL printing by cooking output sent to stdout_obj. | Damien George |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-07-02 | Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te... | Damien George |
| 2014-06-28 | stmhal: Include mpconfig.h before all other includes. | Paul Sokolovsky |
| 2014-06-15 | Updated teensy to build. | Dave Hylands |
| 2014-06-15 | stmhal: Fix file print methods to use print instead of printf. | Damien George |
| 2014-06-15 | stmhal: Update and improve LCD driver. | Damien George |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-04-21 | stmhal: Rename USART to UART. | Damien George |
| 2014-04-16 | stmhal: Improve flash storage cache management. | Damien George |
| 2014-04-13 | stmhal: Add stdin/stdout/stderr objects. | Damien George |
| 2014-03-29 | stmhal: Factor out stdio and readline to separate files. | Damien George |