Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __name__ instead of "test_regex" as the module name in the | Guido van Rossum | 2001-01-17 | 1 | -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 deprecation | Fred Drake | 2000-12-23 | 1 | -0/+3 |
| | | | | warning for that module, so suppress just that one warning. | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -3/+3 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -35/+35 |
| | |||||
* | AMK's regex test suite | Guido van Rossum | 1997-06-03 | 1 | -0/+48 |
| | |||||
* | Changes to make these tests work on the Mac. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 |
| | |||||
* | added test of the regex module | Barry Warsaw | 1996-12-20 | 1 | -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!] |