summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-2/+6
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-211-1/+1
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-141-0/+3
* M-x untabifyMichael W. Hudson2005-06-031-9/+9
* [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first oneAndrew M. Kuchling2005-06-021-0/+10
* Whitespace normalization.Tim Peters2004-09-121-1/+1
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-031-0/+16
* Applying modified version of patch #1018386, which fixesGustavo Niemeyer2004-09-031-0/+53
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-0/+8
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-0/+9
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* Whitespace normalization.Tim Peters2004-01-181-1/+1
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-7/+7
* Fix and test for bug #764548:Just van Rossum2003-07-021-0/+10
* fixed typo in commentJust van Rossum2003-07-021-1/+1
* Many new tests, based on gcov's coverage information.Gustavo Niemeyer2003-06-201-0/+172
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-4/+2
* Fix for part of the problem mentioned in #725149 by Greg Chapman.Gustavo Niemeyer2003-04-271-0/+7
* Applied patch #725106, by Greg Chapman, fixing capturing groupsGustavo Niemeyer2003-04-271-0/+19
* final bit of tests converted from test_sreSkip Montanaro2003-04-251-8/+25
* more tests converted from test_sreSkip Montanaro2003-04-251-14/+35
* more tests from test_sreSkip Montanaro2003-04-251-2/+44
* copy a few tests from test_sreSkip Montanaro2003-04-251-0/+15
* Fix test_limitations(). The match there is *expected* to raiseGuido van Rossum2003-04-251-1/+6
* first cut at unittest version of re testsSkip Montanaro2003-04-241-374/+297
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.Guido van Rossum2001-08-101-0/+6
* SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicodeFredrik Lundh2001-03-221-3/+8
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-74/+76