Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
18d8d5a708dda187e1ff733f955920d7d5723446
/
Lib
/
test
/
test_sre.py
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 23 years ago
e056e4d
Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke.
by Guido van Rossum
· 23 years ago
df781e6
reapplied darryl gallion's minimizing repeat fix. I'm still not 100%
by Fredrik Lundh
· 23 years ago
015415e
SRE 2.1b2: increase the chances that the sre test works on other machines...
by Fredrik Lundh
· 24 years ago
b25e1ad
sre 2.1b2 update:
by Fredrik Lundh
· 24 years ago
f2989b2
- restored 1.5.2 compatibility (sorry, eric)
by Fredrik Lundh
· 24 years ago
2846b0a
String method conversion.
by Eric S. Raymond
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
1c5aa69
bumped SRE version number to 2.1. cleaned up and added 1.5.2
by Fredrik Lundh
· 24 years ago
fa25a7d
-- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696)
by Fredrik Lundh
· 24 years ago
538f05c
reapplied Fred's "recommended style" patch...
by Fredrik Lundh
· 24 years ago
770617b
SRE fixes for 2.1 alpha:
by Fredrik Lundh
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
ebc37b2
-- properly reset groups in findall (bug #117612)
by Fredrik Lundh
· 24 years ago
19f977b
- don't hang if group id is followed by whitespace (closes bug #114660)
by Fredrik Lundh
· 24 years ago
03dd010
updated SRE test suite (fixes PEP223 problem, shows syntax errors)
by Fredrik Lundh
· 24 years ago
acee486
Repair failing test_sre.py.
by Tim Peters
· 24 years ago
510c97b
return -1 for undefined groups (as implemented in 1.5.2) instead of
by Fredrik Lundh
· 24 years ago
143328b
-- tightened up parsing of octal numbers
by Fredrik Lundh
· 24 years ago
5810064
-- changed findall to return empty strings instead of None
by Fredrik Lundh
· 24 years ago
96ab465
-- added recursion limit (currently ~10,000 levels)
by Fredrik Lundh
· 24 years ago
067bebf
-- SRE 0.9.8: now that the bug is fixed, I might as well enable
by Fredrik Lundh
· 24 years ago
c2ed621
-- SRE 0.9.8: updated test scripts
by Fredrik Lundh
· 24 years ago
6f01398
- added lookbehind support (?<=pattern), (?<!pattern).
by Fredrik Lundh
· 24 years ago
90a0791
- pedantic: make sure "python -t" doesn't complain...
by Fredrik Lundh
· 24 years ago
df02d0b
- fixed default value handling in group/groupdict
by Fredrik Lundh
· 24 years ago