Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c. | Serhiy Storchaka | 2015-11-05 | 1 | -4/+2 |
| | |||||
* | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -9/+20 |
|\ | |||||
| * | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -9/+20 |
| |\ | |||||
| | * | Issue #18684: Fixed reading out of the buffer in the re module. | Serhiy Storchaka | 2015-07-06 | 1 | -9/+20 |
| | | | |||||
* | | | Issue #24426: Fast searching optimization in regular expressions now works | Serhiy Storchaka | 2015-06-21 | 1 | -26/+27 |
|/ / | | | | | | | | | for patterns that starts with capturing groups. Fast searching optimization now can't be disabled at compile time. | ||||
* | | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. | Serhiy Storchaka | 2014-10-31 | 1 | -6/+22 |
|/ | | | | Added new opcode RANGE_IGNORE. | ||||
* | Issue #20998: Fixed re.fullmatch() of repeated single character pattern | Serhiy Storchaka | 2014-05-14 | 1 | -10/+10 |
| | | | | with ignore case. Original patch by Matthew Barnett. | ||||
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -7/+21 |
| | | | | | | which anchor the pattern at both ends of the string to match. Original patch by Matthew Barnett. | ||||
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. | Serhiy Storchaka | 2013-10-26 | 1 | -0/+1329 |