aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_regex.py
Commit message (Expand)AuthorAge
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Continue to work even though the test can be named test.test_regexFred Drake2002-10-17
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-16
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-13
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Use __name__ instead of "test_regex" as the module name in theGuido van Rossum2001-01-17
* The regression test for the regex module should not trip the deprecationFred Drake2000-12-23
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* AMK's regex test suiteGuido van Rossum1997-06-03
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-16
* added test of the regex moduleBarry Warsaw1996-12-20