| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | Merged revisions 78664 via svnmerge from | Victor Stinner | 2010-03-04 | 1 | -0/+1 |
|
|
| * | Merged revisions 77708 via svnmerge from | Ezio Melotti | 2010-01-23 | 1 | -1/+5 |
|
|
| * | Merged revisions 77501 via svnmerge from | Antoine Pitrou | 2010-01-14 | 1 | -0/+6 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
| * | Merged revisions 74118 via svnmerge from | R. David Murray | 2009-07-21 | 1 | -3/+0 |
|
|
* | | Reapply r83877. | Antoine Pitrou | 2010-08-13 | 1 | -62/+0 |
|
|
* | | Revert r83877 in order to fix compilation | Antoine Pitrou | 2010-08-09 | 1 | -0/+62 |
|
|
* | | reapply the revert made in r83875 | Senthil Kumaran | 2010-08-09 | 1 | -62/+0 |
|
|
* | | Revert 83784 adding functools.lru_cache() to the re module. | Raymond Hettinger | 2010-08-09 | 1 | -0/+62 |
|
|
* | | Issue 9396. Apply functools.lru_cache in the place of the | Raymond Hettinger | 2010-08-09 | 1 | -62/+0 |
|
|
* | | The default size of the re module's compiled regular expression cache has | Gregory P. Smith | 2010-07-27 | 1 | -0/+63 |
|
|
* | | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -2/+2 |
|
|
* | | #6509: fix re.sub to work properly when the pattern, the string, and the repl... | Ezio Melotti | 2010-03-06 | 1 | -0/+18 |
|
|
* | | Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix a | Victor Stinner | 2010-03-04 | 1 | -0/+1 |
|
|
* | | Merged revisions 77706 via svnmerge from | Ezio Melotti | 2010-01-23 | 1 | -1/+5 |
|
|
* | | Merged revisions 77499 via svnmerge from | Antoine Pitrou | 2010-01-14 | 1 | -0/+6 |
|
|
* | | Issue #6561: '\d' in a regular expression should match only Unicode | Mark Dickinson | 2009-07-28 | 1 | -0/+21 |
|
|
* | | Remove apparently unneeded and un-cleaned-up munging of sys.path from | R. David Murray | 2009-07-20 | 1 | -3/+0 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|/ |
|
* | Issue #3756: make re.escape() handle bytes as well as str. | Guido van Rossum | 2008-09-10 | 1 | -0/+14 |
|
|
* | Merged revisions 66364 via svnmerge from | Guido van Rossum | 2008-09-10 | 1 | -0/+4 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -1/+1 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 1 | -4/+2 |
|
|