| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug... | Antoine Pitrou | 2014-02-03 | 1 | -1/+13 |
|\ |
|
| * | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug... | Antoine Pitrou | 2014-02-03 | 1 | -1/+14 |
|
|
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -0/+30 |
|
|
* | | Issue #13592: Improved the repr for regular expression pattern objects. | Serhiy Storchaka | 2013-11-23 | 1 | -0/+62 |
|
|
* | | Issue #18685: Restore re performance to pre-PEP 393 levels. | Serhiy Storchaka | 2013-10-26 | 1 | -0/+23 |
|
|
* | | Issue #19387: explain and test the sre overlap table | Antoine Pitrou | 2013-10-25 | 1 | -3/+19 |
|
|
* | | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #19327: Fixed the working of regular expressions with too big charset. | Serhiy Storchaka | 2013-10-24 | 1 | -0/+3 |
|
|
* | | Issue #17087: Improved the repr for regular expression match objects. | Serhiy Storchaka | 2013-10-20 | 1 | -0/+22 |
|
|
* | | Issue #18468: The re.split, re.findall, and re.sub functions and the group() | Serhiy Storchaka | 2013-10-16 | 1 | -14/+68 |
|
|
* | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -24/+0 |
|
|
* | | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 1 | -0/+24 |
|/ |
|
* | Issue #2537: Remove breaked check which prevented valid regular expressions. | Serhiy Storchaka | 2013-08-19 | 1 | -0/+10 |
|
|
* | Issue #17998: Fix an internal error in regular expression engine. | Serhiy Storchaka | 2013-08-03 | 1 | -0/+10 |
|
|
* | #17341: Include name in re error message about invalid group name. | R David Murray | 2013-04-14 | 1 | -0/+11 |
|
|
* | Closes #14462: allow any valid Python identifier in sre group names, as docum... | Georg Brandl | 2013-04-14 | 1 | -0/+8 |
|
|
* | #12749: add a test for non-BMP ranges in character classes. | Ezio Melotti | 2013-02-23 | 1 | -0/+1 |
|
|
* | Issue #9669: Protect re against infinite loops on zero-width matching in | Serhiy Storchaka | 2013-02-16 | 1 | -0/+9 |
|\ |
|
| * | Issue #9669: Protect re against infinite loops on zero-width matching in | Serhiy Storchaka | 2013-02-16 | 1 | -0/+9 |
|
|
* | | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -1/+33 |
|\ \
| |/ |
|
| * | Issue #13169: The maximal repetition number in a regular expression has been | Serhiy Storchaka | 2013-02-16 | 1 | -1/+33 |
|
|
* | | #13899: merge with 3.2. | Ezio Melotti | 2013-01-11 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used... | Ezio Melotti | 2013-01-11 | 1 | -0/+6 |
|
|
* | | Issue #16688: Fix backreferences did make case-insensitive regex fail on non-... | Serhiy Storchaka | 2012-12-29 | 1 | -0/+5 |
|
|
* | | Fix test splitting in previous commit. | Antoine Pitrou | 2012-12-03 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Fix test splitting in previous commit. | Antoine Pitrou | 2012-12-03 | 1 | -4/+2 |
|
|
* | | Split the bigmem re test in two separate tests with different memory requirem... | Antoine Pitrou | 2012-12-03 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | Split the bigmem re test in two separate tests with different memory requirem... | Antoine Pitrou | 2012-12-03 | 1 | -2/+12 |
|
|
* | | Issue #10182: The re module doesn't truncate indices to 32 bits anymore. | Antoine Pitrou | 2012-12-02 | 1 | -1/+16 |
|\ \
| |/ |
|
| * | Issue #10182: The re module doesn't truncate indices to 32 bits anymore. | Antoine Pitrou | 2012-12-02 | 1 | -1/+16 |
|
|
* | | Merge test from issue #1160. | Antoine Pitrou | 2012-11-20 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #1160: Fix compiling large regular expressions on UCS2 builds. | Antoine Pitrou | 2012-11-20 | 1 | -0/+6 |
|
|
* | | #12759: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | #12759: sre_parse now raises a proper error when the name of the group is mis... | Ezio Melotti | 2012-11-03 | 1 | -0/+20 |
|
|
* | | Issue #3665: \u and \U escapes are now supported in unicode regular expressions. | Antoine Pitrou | 2012-06-23 | 1 | -15/+83 |
|
|
* | | closes #14259 re.finditer() now takes keyword arguments: pos, endpos. | Sean Reifschneider | 2012-03-13 | 1 | -0/+20 |
|
|
* | | #14179: merge with 3.2. | Ezio Melotti | 2012-03-12 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | #14179: add tests for re.compile. Patch by Florian Mladitsch. | Ezio Melotti | 2012-03-12 | 1 | -0/+10 |
|
|
* | | merge 3.2 (#14212) | Benjamin Peterson | 2012-03-07 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | keep the buffer object around while we're using it (closes #14212) | Benjamin Peterson | 2012-03-07 | 1 | -1/+13 |
|
|
* | | #10713: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
|\ \
| |/ |
|
| * | #10713: Improve documentation for \b and \B and add a few tests. Initial pat... | Ezio Melotti | 2012-02-29 | 1 | -0/+26 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -0/+7 |
|
|
* | | #2650: re.escape() no longer escapes the "_". | Ezio Melotti | 2011-04-10 | 1 | -2/+2 |
|/ |
|
* | #2650: Merge with 3.1. | Ezio Melotti | 2011-03-25 | 1 | -22/+55 |
|\ |
|
| * | #2650: Add tests with non-ascii chars for re.escape. | Ezio Melotti | 2011-03-25 | 1 | -0/+16 |
|
|
| * | #2650: Refactor the tests for re.escape. | Ezio Melotti | 2011-03-25 | 1 | -22/+40 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 78729 via svnmerge from | Ezio Melotti | 2010-03-06 | 1 | -0/+18 |
|
|