index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_re.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.
Guido van Rossum
2001-08-10
1
-0/+6
*
SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode
Fredrik Lundh
2001-03-22
1
-3/+8
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-74/+76
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-11/+11
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-1/+1
*
Better conformance to the Python Style Guide: use spaces around operators.
Fred Drake
2000-08-18
1
-32/+33
*
-- enabled some temporarily disabled RE tests
Fredrik Lundh
2000-08-08
1
-6/+32
*
-- whitespace cleanup (more tests to be added in the next commit)
Fredrik Lundh
2000-08-08
1
-23/+23
*
Comment out repeated-group test for the moment
Andrew M. Kuchling
2000-08-03
1
-1/+1
*
Add nasty test case that overflows the stack with a repeated group
Andrew M. Kuchling
2000-08-03
1
-0/+4
*
Switch to sre for regular expression matching (the new mini-re module
Guido van Rossum
2000-06-30
1
-4/+4
*
Added tests for findall().
Guido van Rossum
1998-07-17
1
-1/+21
*
Remove RCS and #! cruft at top.
Guido van Rossum
1998-06-26
1
-4/+0
*
AMK's latest
Guido van Rossum
1998-04-03
1
-13/+92
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-68/+68
*
Added tests for qualified sub and split
Guido van Rossum
1998-01-14
1
-0/+15
*
Add tests for re.L(OCALE).
Guido van Rossum
1997-12-30
1
-1/+7
*
New re version from AMK
Guido van Rossum
1997-12-08
1
-8/+42
*
Change test for re.sub() involving g<...> to use a multi-character
Guido van Rossum
1997-10-08
1
-1/+1
*
The re test suite is very slow on slower hosts.
Guido van Rossum
1997-09-04
1
-0/+3
*
1.5a3 prerelease 1 from AMK
Guido van Rossum
1997-08-13
1
-1/+12
*
Some new tests by Jeffrey
Guido van Rossum
1997-07-18
1
-11/+72
*
Added tests for sub, subn, and split.
Guido van Rossum
1997-07-17
1
-1/+47
*
Jeffrey's latest -- seems to solve most problems!
Guido van Rossum
1997-07-17
1
-6/+18
*
Merged Jeffrey's changes in.
Guido van Rossum
1997-07-15
1
-1/+8
*
Tweak re_tests and test_re to differentiate between
Guido van Rossum
1997-07-15
1
-1/+1
*
More tweaks; re.py is nearly there...
Guido van Rossum
1997-07-15
1
-4/+3
*
Removed the traceback output in non-verbose mode
Guido van Rossum
1997-07-11
1
-1/+2
*
Some small nits.
Guido van Rossum
1997-07-11
1
-3/+5
*
test suite for re.py
Guido van Rossum
1997-07-11
1
-0/+56