| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #470582, using a modified version of patch #527371, | Gustavo Niemeyer | 2002-11-06 | 1 | -0/+5 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 | 1 | -1/+1 |
|
|
* | Remove erroneous and confusing comment -- sre patterns *can* be | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | added finditer sanity check | Fredrik Lundh | 2001-10-28 | 1 | -0/+11 |
|
|
* | sre.split should return the last segment, even if empty | Fredrik Lundh | 2001-10-22 | 1 | -0/+1 |
|
|
* | sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity | Fredrik Lundh | 2001-10-21 | 1 | -0/+20 |
|
|
* | SRE bug #441409: | Fredrik Lundh | 2001-10-18 | 1 | -0/+6 |
|
|
* | fixed #449964: sre.sub raises an exception if the template contains a | Fredrik Lundh | 2001-09-18 | 1 | -0/+3 |
|
|
* | an SRE bugfix a day keeps Guido away... | Fredrik Lundh | 2001-09-18 | 1 | -0/+4 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -5/+6 |
|
|
* | Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. | Guido van Rossum | 2001-08-10 | 1 | -0/+6 |
|
|
* | reapplied darryl gallion's minimizing repeat fix. I'm still not 100% | Fredrik Lundh | 2001-07-02 | 1 | -1/+1 |
|
|
* | SRE 2.1b2: increase the chances that the sre test works on other | Fredrik Lundh | 2001-03-22 | 1 | -6/+3 |
|
|
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 1 | -0/+2 |
|
|
* | - restored 1.5.2 compatibility (sorry, eric) | Fredrik Lundh | 2001-02-18 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | bumped SRE version number to 2.1. cleaned up and added 1.5.2 | Fredrik Lundh | 2001-01-16 | 1 | -7/+17 |
|
|
* | -- don't use recursion for unbounded non-greedy repeat | Fredrik Lundh | 2001-01-14 | 1 | -1/+1 |
|
|
* | reapplied Fred's "recommended style" patch... | Fredrik Lundh | 2001-01-14 | 1 | -8/+8 |
|
|
* | SRE fixes for 2.1 alpha: | Fredrik Lundh | 2001-01-14 | 1 | -8/+8 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -8/+8 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 1 | -0/+3 |
|
|
* | - don't hang if group id is followed by whitespace (closes bug #114660) | Fredrik Lundh | 2000-09-24 | 1 | -0/+3 |
|
|
* | 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 |
|
|