summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* | Issue #6561: '\d' in a regular expression should match only UnicodeMark Dickinson2009-07-281-0/+21
* | Remove apparently unneeded and un-cleaned-up munging of sys.path fromR. David Murray2009-07-201-3/+0
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
|/
* Issue #3756: make re.escape() handle bytes as well as str.Guido van Rossum2008-09-101-0/+14
* Merged revisions 66364 via svnmerge fromGuido van Rossum2008-09-101-0/+4
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-1/+1
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-251-4/+2
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-20/+45
* #3231: re.compile fails with some bytes patternsAntoine Pitrou2008-07-221-20/+23
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-0/+7
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Remove the sre module.Brett Cannon2008-05-111-10/+0
* Fix 're' to work on bytes. It could do with a few more tests, though.Thomas Wouters2008-03-181-31/+19
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-0/+12
* Fixed unichr() -> chr()Christian Heimes2008-01-041-2/+2
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-0/+30
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-241-0/+8
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-3/+4
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-0/+28
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-2/+2
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-6/+0
* There is no longer a 'c' array typecode.Guido van Rossum2007-07-031-1/+1
* Make test_re pass.Guido van Rossum2007-05-151-14/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-18/+18
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+14
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-5/+5
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-14/+14