summaryrefslogtreecommitdiff
path: root/Lib/test/test_re.py
Commit message (Expand)AuthorAgeFilesLines
* #2650: Refactor re.escape and its tests.Ezio Melotti2011-03-251-11/+57
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-6/+3
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+2
* Increased the overflow value on test_dealloc to make sure that it is big enou...Ezio Melotti2010-01-231-1/+5
* Issue #3299: Fix possible crash in the _sre module when given badAntoine Pitrou2010-01-141-0/+6
* don't need to mess up sys.pathBenjamin Peterson2009-10-151-3/+0
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-281-0/+21
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* - Issue #3629: Fix sre "bytecode" validator for an end case.Guido van Rossum2008-09-101-0/+4
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-2/+2
* #3654: fix duplicate test method name. Review by Benjamin P.Georg Brandl2008-08-241-4/+2
* Closing issue1761.Amaury Forgeot d'Arc2008-01-101-0/+12
* Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:Guido van Rossum2008-01-031-0/+30
* Fix issue 1661: Flags argument silently ignored in re functions with compiled...Raymond Hettinger2007-12-191-0/+8
* Patch # 1140 (my code, approved by Effbot).Guido van Rossum2007-09-101-0/+25
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-141-2/+2
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+7
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-1/+7
* Rename sre.py -> re.pyNeal Norwitz2006-03-161-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