index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
modure.c
Age
Commit message (
Expand
)
Author
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