index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
/
ure1.py
Age
Commit message (
Collapse
)
Author
2019-02-14
extmod/ure: Handle some escape sequences.
Radomir Dopieralski
Fix MicroPython #3176 Handle escape sequences inside regular expressions. This adds handling for \a, \b, \f, \n, \r, \v and \\.
2017-10-05
tests/extmod: Add test for '-' in character class in regex.
Damien George
2017-07-01
extmod/modure: If input string is bytes, return bytes results too.
Paul Sokolovsky
This applies to match.group() and split(). For ARM Thumb2, this increased code size by 12 bytes.
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-03-14
tests/extmod: Improve re1.5/recursiveloop.c test coverage.
Rami Ali
2017-02-15
tests/extmod: Make tests skippable.
Paul Sokolovsky
2017-01-17
tests/extmod: Improve test coverage of ure module.
Rami Ali
2015-11-01
extmod/modure: Make sure that errors in regexps are caught early.
Paul Sokolovsky
2015-03-14
tests: Add some more tests for complex numbers and ure module.
Damien George
2014-10-17
modure: Update to re1.5 v0.6.1, fixed and extended character class support.
Paul Sokolovsky
2014-10-15
modure: Update to re1.5 v0.6, support for char sets/classes ([a-c]).
Paul Sokolovsky
2014-10-11
modure: Basic tests.
Paul Sokolovsky