index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_regex.py
Commit message (
Expand
)
Author
Age
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Continue to work even though the test can be named test.test_regex
Fred Drake
2002-10-17
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Use __name__ instead of "test_regex" as the module name in the
Guido van Rossum
2001-01-17
*
The regression test for the regex module should not trip the deprecation
Fred Drake
2000-12-23
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
AMK's regex test suite
Guido van Rossum
1997-06-03
*
Changes to make these tests work on the Mac.
Guido van Rossum
1997-05-16
*
added test of the regex module
Barry Warsaw
1996-12-20