History log of /external/python/cpython3/Modules/sre_lib.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca4706399879b30e952c402637b4fc0d4d2e661c 06-Sep-2016 Benjamin Peterson <benjamin@python.org> replace Py_(u)intptr_t with the c99 standard types
/external/python/cpython3/Modules/sre_lib.h
12b2538ab8e44d69d9ed2c8b329812130db9e6bc 05-Nov-2015 Serhiy Storchaka <storchaka@gmail.com> Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.
/external/python/cpython3/Modules/sre_lib.h
5bccb29de5f59ef4c7987cea9fe1589f1abedfb5 06-Jul-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #18684: Fixed reading out of the buffer in the re module.
02eae6b1f23d1c5ea87816f1f8d15cdab2dfaf0a 06-Jul-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #18684: Fixed reading out of the buffer in the re module.
03d6ee382340dc1db57d7bbc269de0e102ed1a7a 06-Jul-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #18684: Fixed reading out of the buffer in the re module.
/external/python/cpython3/Modules/sre_lib.h
66dc4648fcca725bc48b0c8d7030c107dfeda709 21-Jun-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #24426: Fast searching optimization in regular expressions now works
for patterns that starts with capturing groups. Fast searching optimization
now can't be disabled at compile time.
/external/python/cpython3/Modules/sre_lib.h
4b8f8949b43715f1b0f0ef77e15e19c180ccc195 30-Oct-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.
Added new opcode RANGE_IGNORE.
/external/python/cpython3/Modules/sre_lib.h
429b59ec6990dab19d5a0e0a91f55b5f0e850cf6 14-May-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20998: Fixed re.fullmatch() of repeated single character pattern
with ignore case. Original patch by Matthew Barnett.
/external/python/cpython3/Modules/sre_lib.h
32eddc1bbc47479a3639b9191ffc82a52903c5f4 23-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
which anchor the pattern at both ends of the string to match.

Original patch by Matthew Barnett.
/external/python/cpython3/Modules/sre_lib.h
8444ebbd72e14202a561d251b556f011ce93e85c 26-Oct-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
/external/python/cpython3/Modules/sre_lib.h