summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_regex.py
Commit message (Expand)AuthorAgeFilesLines
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-1/+1
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-2/+2
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Use __name__ instead of "test_regex" as the module name in theGuido van Rossum2001-01-171-1/+1
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-231-0/+3
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-3/+3
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-35/+35
* AMK's regex test suiteGuido van Rossum1997-06-031-0/+48
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-161-1/+1
* added test of the regex moduleBarry Warsaw1996-12-201-0/+62