Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated SRE test suite (fixes PEP223 problem, shows syntax errors) | Fredrik Lundh | 2000-09-03 | 1 | -76/+78 |
* | Repair failing test_sre.py. | Tim Peters | 2000-09-03 | 1 | -3/+3 |
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 1 | -1/+6 |
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 1 | -189/+150 |
* | -- changed findall to return empty strings instead of None | Fredrik Lundh | 2000-08-09 | 1 | -0/+1 |
* | -- added recursion limit (currently ~10,000 levels) | Fredrik Lundh | 2000-08-03 | 1 | -0/+10 |
* | -- SRE 0.9.8: now that the bug is fixed, I might as well enable | Fredrik Lundh | 2000-08-01 | 1 | -4/+2 |
* | -- SRE 0.9.8: updated test scripts | Fredrik Lundh | 2000-08-01 | 1 | -5/+6 |
* | - added lookbehind support (?<=pattern), (?<!pattern). | Fredrik Lundh | 2000-07-03 | 1 | -25/+25 |
* | - pedantic: make sure "python -t" doesn't complain... | Fredrik Lundh | 2000-06-30 | 1 | -5/+5 |
* | - fixed default value handling in group/groupdict | Fredrik Lundh | 2000-06-30 | 1 | -0/+385 |