commit | ebc37b28fa3fd66336116447b7c2b9b1c2614630 | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Sat Oct 28 19:30:41 2000 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Sat Oct 28 19:30:41 2000 +0000 |
tree | e977fafcc576a01ac2e489d556990628dd5f4f35 | |
parent | 8fdb6383dc6ade2eba4c402af571f689bee2b610 [diff] |
-- properly reset groups in findall (bug #117612) -- fixed negative lookbehind to work correctly at the beginning of the target string (bug #117242) -- improved syntax check; you can no longer refer to a group inside itself (bug #110866)