Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dbb718fa8775731666bb9cbc73662fadee41ea8f
/
Lib
/
test
/
test_re.py
e056e4d
Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.
by Guido van Rossum
· 24 years ago
17741be
SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns.
by Fredrik Lundh
· 24 years ago
2846b0a
String method conversion.
by Eric S. Raymond
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
8ae9ce5
Better conformance to the Python Style Guide: use spaces around operators.
by Fred Drake
· 25 years ago
8e6d571
-- enabled some temporarily disabled RE tests
by Fredrik Lundh
· 25 years ago
1151a8c
-- whitespace cleanup (more tests to be added in the next commit)
by Fredrik Lundh
· 25 years ago
e6f1646
Comment out repeated-group test for the moment
by Andrew M. Kuchling
· 25 years ago
a3eacc4
Add nasty test case that overflows the stack with a repeated group
by Andrew M. Kuchling
· 25 years ago
2850d18
Switch to sre for regular expression matching (the new mini-re module
by Guido van Rossum
· 25 years ago
c364cf8
Added tests for findall().
by Guido van Rossum
· 27 years ago
1cd4d52
Remove RCS and #! cruft at top.
by Guido van Rossum
· 27 years ago
8430c58
AMK's latest
by Guido van Rossum
· 27 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
f473cb0
Added tests for qualified sub and split
by Guido van Rossum
· 27 years ago
f5910e4
Add tests for re.L(OCALE).
by Guido van Rossum
· 27 years ago
dfa6790
New re version from AMK
by Guido van Rossum
· 27 years ago
9ec2ed4
Change test for re.sub() involving g<...> to use a multi-character
by Guido van Rossum
· 28 years ago
d807b75
The re test suite is very slow on slower hosts.
by Guido van Rossum
· 28 years ago
95e8053
1.5a3 prerelease 1 from AMK
by Guido van Rossum
· 28 years ago
4994657
Some new tests by Jeffrey
by Guido van Rossum
· 28 years ago
23b2257
Added tests for sub, subn, and split.
by Guido van Rossum
· 28 years ago
a0e4c1b
Jeffrey's latest -- seems to solve most problems!
by Guido van Rossum
· 28 years ago
e8b8131
Merged Jeffrey's changes in.
by Guido van Rossum
· 28 years ago
23b8d4c
Tweak re_tests and test_re to differentiate between
by Guido van Rossum
· 28 years ago
847ed4a
More tweaks; re.py is nearly there...
by Guido van Rossum
· 28 years ago
1d8b758
Removed the traceback output in non-verbose mode
by Guido van Rossum
· 28 years ago
035aae0
Some small nits.
by Guido van Rossum
· 28 years ago
8e0ce30
test suite for re.py
by Guido van Rossum
· 28 years ago