summaryrefslogtreecommitdiff
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the code to better reflect recommended style:Fred Drake2000-12-121-11/+11
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Better conformance to the Python Style Guide: use spaces around operators.Fred Drake2000-08-181-32/+33
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-081-6/+32
* -- whitespace cleanup (more tests to be added in the next commit)Fredrik Lundh2000-08-081-23/+23
* Comment out repeated-group test for the momentAndrew M. Kuchling2000-08-031-1/+1
* Add nasty test case that overflows the stack with a repeated groupAndrew M. Kuchling2000-08-031-0/+4
* Switch to sre for regular expression matching (the new mini-re moduleGuido van Rossum2000-06-301-4/+4
* Added tests for findall().Guido van Rossum1998-07-171-1/+21
* Remove RCS and #! cruft at top.Guido van Rossum1998-06-261-4/+0
* AMK's latestGuido van Rossum1998-04-031-13/+92
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-68/+68
* Added tests for qualified sub and splitGuido van Rossum1998-01-141-0/+15
* Add tests for re.L(OCALE).Guido van Rossum1997-12-301-1/+7
* New re version from AMKGuido van Rossum1997-12-081-8/+42
* Change test for re.sub() involving g<...> to use a multi-characterGuido van Rossum1997-10-081-1/+1
* The re test suite is very slow on slower hosts.Guido van Rossum1997-09-041-0/+3
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-131-1/+12
* Some new tests by JeffreyGuido van Rossum1997-07-181-11/+72
* Added tests for sub, subn, and split.Guido van Rossum1997-07-171-1/+47