| Age | Commit message (Expand) | Author |
| 2020-08-19 | Handle home, delete, & emacs key w/ utf-8 in repl | George Waters |
| 2020-08-09 | Count utf8 chars, not every byte for line | George Waters |
| 2020-08-09 | Try too make new utf-8 code smaller again | George Waters |
| 2020-08-09 | Fix failed unix build | George Waters |
| 2020-08-09 | Refactor utf-8 code, reduce impact on code size | George Waters |
| 2020-08-09 | Fix repl support for unicode | George Waters |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò |
| 2020-02-18 | Update readline.c for REPL Unicode issue 1905 | DavePutz |
| 2017-08-25 | Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)... | Dan Halbert |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-18 | all: Unify header guard usage. | Alexander Steffen |
| 2017-07-04 | py/repl: Change mp_uint_t to size_t in repl helpers. | Damien George |
| 2017-06-20 | Merge tag 'v1.9.1'2.0.0-alpha.0 | Scott Shawcroft |
| 2017-05-25 | Change the approach for input so that its not included in every single build.... | Scott Shawcroft |
| 2017-03-31 | all: Use full path name when including mp-readline/timeutils/netutils. | Damien George |
| 2016-10-25 | atmel-samd: Support auto-reset based on USB write activity. | Scott Shawcroft |
| 2015-11-07 | lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. | Damien George |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-26 | lib: Replace tabs with spaces in readline.c | stijn |
| 2015-10-20 | lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor. | Damien George |
| 2015-10-11 | repl: Add paste mode to friendly REPL, entered via CTRL-E. | Damien George |
| 2015-09-12 | lib/mp-readline: Add auto-indent support. | Damien George |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |
| 2015-05-30 | lib/mp-readline: Allow overriding implementation of cursor functions | stijn |
| 2015-05-30 | lib/mp-readline: Add implementation for deleting a character | stijn |
| 2015-05-27 | lib/mp-readline: Export readline_push_history function. | Damien George |
| 2015-04-29 | py, readline: Add tab autocompletion for REPL. | Damien George |
| 2015-04-29 | mp-readline: Save "prompt" string in readline state. | Damien George |
| 2015-02-13 | minimal: Allow to compile without defining MICROPY_HAL_H. | Damien George |
| 2015-02-13 | stmhal: Make pybstdio usable by other ports, and use it. | Damien George |
| 2015-01-29 | py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. | Damien George |
| 2015-01-28 | py: Change vstr so that it doesn't null terminate buffer by default. | Damien George |
| 2015-01-25 | lib/mp-readline: Use simple VT100 commands to speed up line redraw. | Damien George |
| 2015-01-12 | py: Allow to compile with -Wstrict-prototypes. | Damien George |
| 2015-01-12 | py, unix, lib: Allow to compile with -Wold-style-definition. | Damien George |
| 2015-01-12 | lib/mp-readline: Refactor to support coroutine/event-driven usage. | Paul Sokolovsky |
| 2015-01-12 | stmhal: Move readline code to lib/mp-readline/. | Paul Sokolovsky |