| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290) | Serhiy Storchaka | 2022-04-04 | 1 | -99/+0 |
|
|
* | bpo-23689: re module, fix memory leak when a match is terminated by a signal ... | Ma Lin | 2022-04-03 | 1 | -0/+4 |
|
|
* | bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012) | Serhiy Storchaka | 2022-03-21 | 1 | -0/+1 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.... | Serhiy Storchaka | 2020-04-11 | 1 | -7/+7 |
|
|
* | bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4... | Serhiy Storchaka | 2017-12-04 | 1 | -1/+3 |
|
|
* | bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags... | Serhiy Storchaka | 2017-10-24 | 1 | -4/+0 |
|
|
* | Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup | Victor Stinner | 2016-11-22 | 1 | -2/+2 |
|
|
* | Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. | Serhiy Storchaka | 2014-10-31 | 1 | -1/+1 |
|
|
* | Issue #22437: Number of capturing groups in regular expression is no longer | Serhiy Storchaka | 2014-09-29 | 1 | -4/+3 |
|
|
* | Issue #20998: Fixed re.fullmatch() of repeated single character pattern | Serhiy Storchaka | 2014-05-14 | 1 | -1/+0 |
|
|
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -0/+1 |
|
|
* | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 1 | -6/+3 |
|
|
* | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -1/+0 |
|
|
* | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 1 | -0/+1 |
|
|
* | Issue #17998: Fix an internal error in regular expression engine. | Serhiy Storchaka | 2013-08-03 | 1 | -1/+1 |
|
|
* | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -0/+5 |
|\ |
|
| * | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -0/+5 |
|
|
| * | Issue #1160: Fix compiling large regular expressions on UCS2 builds. | Antoine Pitrou | 2012-11-20 | 1 | -5/+1 |
|
|
* | | Fix test_re failure under Windows. | Antoine Pitrou | 2012-06-23 | 1 | -5/+1 |
|
|
* | | merge 3.2 (#14212) | Benjamin Peterson | 2012-03-07 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | keep the buffer object around while we're using it (closes #14212) | Benjamin Peterson | 2012-03-07 | 1 | -0/+2 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -1/+3 |
|/ |
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -0/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -12/+12 |
|
|
* | Add weakref support to sockets and re pattern objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+1 |
|
|
* | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. | Martin v. Löwis | 2004-05-07 | 1 | -1/+1 |
|
|
* | - Fixing annoying warnings. | Gustavo Niemeyer | 2004-02-14 | 1 | -2/+2 |
|
|
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 1 | -4/+6 |
|
|
* | Remove extraneous #define as per effbot's instructions in: | Neal Norwitz | 2002-03-18 | 1 | -2/+0 |
|
|
* | merged with pythonware's SRE 2.1.1 codebase | Fredrik Lundh | 2001-07-02 | 1 | -3/+6 |
|
|
* | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE | Fredrik Lundh | 2001-06-27 | 1 | -2/+3 |
|
|
* | experimental UCS-4 support: added USE_UCS4_STORAGE define to | Fredrik Lundh | 2001-06-26 | 1 | -0/+4 |
|
|
* | -- added recursion limit (currently ~10,000 levels) | Fredrik Lundh | 2000-08-03 | 1 | -2/+0 |
|
|
* | -- fixed width calculations for alternations | Fredrik Lundh | 2000-08-01 | 1 | -0/+2 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 1 | -15/+11 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 1 | -1/+5 |
|
|
* | - fixed grouping error bug | Fredrik Lundh | 2000-07-03 | 1 | -0/+3 |
|
|
* | - added lookbehind support (?<=pattern), (?<!pattern). | Fredrik Lundh | 2000-07-03 | 1 | -8/+9 |
|
|
* | - experimental: added two new attributes to the match object: | Fredrik Lundh | 2000-07-02 | 1 | -0/+1 |
|
|
* | - actually enabled charset anchors in the engine (still not | Fredrik Lundh | 2000-07-02 | 1 | -0/+2 |
|
|
* | - fixed another split problem | Fredrik Lundh | 2000-06-29 | 1 | -2/+1 |
|
|
* | - fixed split | Fredrik Lundh | 2000-06-29 | 1 | -3/+6 |
|
|
* | - renamed "tolower" hook (it happened to work with | Fredrik Lundh | 2000-06-29 | 1 | -1/+1 |
|
|
* | towards 1.6b1 | Fredrik Lundh | 2000-06-29 | 1 | -2/+16 |
|
|
* | Fredrik Lundh: here's the 96.6% version of SRE | Jeremy Hylton | 2000-06-01 | 1 | -5/+29 |
|
|
* | Adding Fredrik Lundh's _sre.c module and its header files. | Guido van Rossum | 2000-03-31 | 1 | -0/+38 |
|
|