Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Feb 21, 2019
Commits on Feb 14, 2019
extmod/ure: Support search/match() pos and endpos parameters
Show description for 0865c9dcommittedextmod/modure: Add ure.sub() function and method, and tests.
Show description for b9dc23cauthored andcommittedextmod/modure: Add match.span(), start() and end() methods, and tests.
Show description for cbeac09authored andcommittedextmod/modure: Add match.groups() method, and tests.
Show description for a24fabbauthored andcommitted
Commits on Aug 17, 2018
Compress all translated strings with Huffman coding.
Show description for de5a9d7committed
Commits on Dec 13, 2017
Commits on Dec 11, 2017
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1committed
Commits on Oct 2, 2017
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jun 30, 2017
extmod/modure: If input string is bytes, return bytes results too.
Show description for 58b7b01committed
Commits on Mar 29, 2017
Commits on Sep 21, 2016
all: Remove 'name' member from mp_obj_module_t struct.
Show description for 93c4a6acommitted
Commits on Apr 8, 2016
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Show description for 20d9bc2authored andcommitted
Commits on Jan 11, 2016
py: Change type signature of builtin funs that take variable or kw args.
Show description for 4b72b3acommitted
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Nov 23, 2015
Commits on Oct 31, 2015
Commits on May 12, 2015
py: Add mp_obj_get_int_truncated and use it where appropriate.
Show description for c50772dcommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Mar 17, 2015
Commits on Mar 4, 2015
extmod/ure: Correctly return None when a group has no match.
Show description for 6cb6947committed
Commits on Feb 18, 2015
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 1, 2015
Commits on Dec 10, 2014
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Nov 21, 2014
windows: Update config with latest features
Show description for b89eaaaauthored andcommitted