summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_regex.py
Commit message (Collapse)AuthorAgeFilesLines
* Use __name__ instead of "test_regex" as the module name in theGuido van Rossum2001-01-171-1/+1
| | | | | warnings.filterwarnings() call. This suppresses the warning when the module is imported with its full name (test.test_regex) too.
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-231-0/+3
| | | | warning for that module, so suppress just that one warning.
* 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
[NOTE: testall.py and autotest.py might could go away soon, I've played with Guido's new regrtest.py script and it seems to work well. I'll wait until Guido gives the word to completely switch over -- and change the Makefile too!]