summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sre.py
Commit message (Expand)AuthorAgeFilesLines
* -- properly reset groups in findall (bug #117612)Fredrik Lundh2000-10-281-0/+3
* - don't hang if group id is followed by whitespace (closes bug #114660)Fredrik Lundh2000-09-241-0/+3
* updated SRE test suite (fixes PEP223 problem, shows syntax errors)Fredrik Lundh2000-09-031-76/+78
* Repair failing test_sre.py.Tim Peters2000-09-031-3/+3
* return -1 for undefined groups (as implemented in 1.5.2) instead ofFredrik Lundh2000-09-021-1/+6
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-021-189/+150
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-091-0/+1
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-031-0/+10
* -- SRE 0.9.8: now that the bug is fixed, I might as well enableFredrik Lundh2000-08-011-4/+2
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-011-5/+6
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-031-25/+25
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-301-5/+5
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-301-0/+385