| Age | Commit message (Expand) | Author |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò |
| 2019-02-21 | conditionalize re object type name | Dan Halbert |
| 2019-02-21 | Add CIRCUITPY macro; rename u* only when CIRCUITPY=1 | Dan Halbert |
| 2019-02-21 | rename ure, ujson, and uerrno to re, json, and errno | Dan Halbert |
| 2019-02-14 | extmod/ure: Support search/match() pos and endpos parameters | Noralf Trønnes |
| 2019-02-14 | extmod/modure: Add ure.sub() function and method, and tests. | Damien George |
| 2019-02-14 | extmod/modure: Add match.span(), start() and end() methods, and tests. | Damien George |
| 2019-02-14 | extmod/modure: Add match.groups() method, and tests. | Damien George |
| 2018-08-16 | Compress all translated strings with Huffman coding. | Scott Shawcroft |
| 2017-12-13 | extmod/modure: Add cast to workaround bug in MSVC. | Damien George |
| 2017-12-11 | extmod/modure: Convert alloca() to use new scoped allocation API. | Damien George |
| 2017-10-04 | all: Remove inclusion of internal py header files. | Damien George |
| 2017-10-03 | extmod/modure: Add stack overflow checking when executing a regex. | Paul Sokolovsky |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-07-01 | extmod/modure: If input string is bytes, return bytes results too. | Paul Sokolovsky |
| 2017-03-29 | extmod: Update for changes to mp_obj_str_get_data. | Damien George |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-04-08 | extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD. | Tom Sparks |
| 2016-01-11 | py: Change type signature of builtin funs that take variable or kw args. | Damien George |
| 2015-11-29 | py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. | Damien George |
| 2015-11-29 | py: Add MP_ROM_* macros and mp_rom_* types and use them. | Damien George |
| 2015-11-23 | extmod/modure: Use correct integer type for n_args argument. | Damien George |
| 2015-11-01 | extmod/modure: Make sure that errors in regexps are caught early. | Paul Sokolovsky |
| 2015-05-12 | py: Add mp_obj_get_int_truncated and use it where appropriate. | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-03-17 | extmod/ure: Fix msvc warning resulting from memset on const char ** pointer | stijn |
| 2015-03-04 | extmod/ure: Correctly return None when a group has no match. | Damien George |
| 2015-02-18 | extmod/modure: Make num_matches store actual number of matches. | Damien George |
| 2015-01-20 | py, unix: Allow to compile with -Wunused-parameter. | Damien George |
| 2015-01-01 | extmod: Prefix py/ for includes from py core directory. | Damien George |
| 2014-12-10 | py: Make functions static where appropriate. | Damien George |
| 2014-12-05 | py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. | Damien George |
| 2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George |
| 2014-11-21 | windows: Update config with latest features | stijn |
| 2014-10-15 | modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]). | Paul Sokolovsky |
| 2014-10-12 | modure: Make sure that re1.5 compiled in only of modure itself is enabled. | Paul Sokolovsky |
| 2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |