summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAgeFilesLines
* #12749: add a test for non-BMP ranges in character classes.Ezio Melotti2013-02-231-0/+1
* Issue #9669: Protect re against infinite loops on zero-width matching inSerhiy Storchaka2013-02-161-0/+9
|\
| * Issue #9669: Protect re against infinite loops on zero-width matching inSerhiy Storchaka2013-02-161-0/+9
* | Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-161-1/+33
|\ \ | |/
| * Issue #13169: The maximal repetition number in a regular expression has beenSerhiy Storchaka2013-02-161-1/+33
* | #13899: merge with 3.2.Ezio Melotti2013-01-111-0/+6
|\ \ | |/
| * #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used...Ezio Melotti2013-01-111-0/+6
* | Issue #16688: Fix backreferences did make case-insensitive regex fail on non-...Serhiy Storchaka2012-12-291-0/+5
* | Fix test splitting in previous commit.Antoine Pitrou2012-12-031-4/+2
|\ \ | |/
| * Fix test splitting in previous commit.Antoine Pitrou2012-12-031-4/+2
* | Split the bigmem re test in two separate tests with different memory requirem...Antoine Pitrou2012-12-031-2/+9
|\ \ | |/
| * Split the bigmem re test in two separate tests with different memory requirem...Antoine Pitrou2012-12-031-2/+12
* | Issue #10182: The re module doesn't truncate indices to 32 bits anymore.Antoine Pitrou2012-12-021-1/+16
|\ \ | |/
| * Issue #10182: The re module doesn't truncate indices to 32 bits anymore.Antoine Pitrou2012-12-021-1/+16
* | Merge test from issue #1160.Antoine Pitrou2012-11-201-0/+6
|\ \ | |/
| * Issue #1160: Fix compiling large regular expressions on UCS2 builds.Antoine Pitrou2012-11-201-0/+6
* | #12759: merge with 3.2.Ezio Melotti2012-11-031-0/+20
|\ \ | |/
| * #12759: sre_parse now raises a proper error when the name of the group is mis...Ezio Melotti2012-11-031-0/+20
* | Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-231-15/+83
* | closes #14259 re.finditer() now takes keyword arguments: pos, endpos.Sean Reifschneider2012-03-131-0/+20
* | #14179: merge with 3.2.Ezio Melotti2012-03-121-0/+10
|\ \ | |/
| * #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+10
* | merge 3.2 (#14212)Benjamin Peterson2012-03-071-1/+13
|\ \ | |/
| * keep the buffer object around while we're using it (closes #14212)Benjamin Peterson2012-03-071-1/+13
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-0/+26
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-0/+26
* | Implement PEP 393.Martin v. Löwis2011-09-281-0/+7
* | #2650: re.escape() no longer escapes the "_".Ezio Melotti2011-04-101-2/+2
|/
* #2650: Merge with 3.1.Ezio Melotti2011-03-251-22/+55
|\
| * #2650: Add tests with non-ascii chars for re.escape.Ezio Melotti2011-03-251-0/+16
| * #2650: Refactor the tests for re.escape.Ezio Melotti2011-03-251-22/+40
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 78729 via svnmerge fromEzio Melotti2010-03-061-0/+18
| * Merged revisions 78664 via svnmerge fromVictor Stinner2010-03-041-0/+1
| * Merged revisions 77708 via svnmerge fromEzio Melotti2010-01-231-1/+5
| * Merged revisions 77501 via svnmerge fromAntoine Pitrou2010-01-141-0/+6
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-1/+1
| * Merged revisions 74118 via svnmerge fromR. David Murray2009-07-211-3/+0
* | Reapply r83877.Antoine Pitrou2010-08-131-62/+0
* | Revert r83877 in order to fix compilationAntoine Pitrou2010-08-091-0/+62
* | reapply the revert made in r83875Senthil Kumaran2010-08-091-62/+0
* | Revert 83784 adding functools.lru_cache() to the re module.Raymond Hettinger2010-08-091-0/+62
* | Issue 9396. Apply functools.lru_cache in the place of theRaymond Hettinger2010-08-091-62/+0
* | The default size of the re module's compiled regular expression cache hasGregory P. Smith2010-07-271-0/+63
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-2/+2
* | #6509: fix re.sub to work properly when the pattern, the string, and the repl...Ezio Melotti2010-03-061-0/+18
* | Issue #3299: replace PyObject_DEL() by Py_DECREF() in _sre module to fix aVictor Stinner2010-03-041-0/+1
* | Merged revisions 77706 via svnmerge fromEzio Melotti2010-01-231-1/+5
* | Merged revisions 77499 via svnmerge fromAntoine Pitrou2010-01-141-0/+6