commit | be2211e9401a0be96915c473ef99041beb5a4992 | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Thu Jun 29 16:57:40 2000 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Thu Jun 29 16:57:40 2000 +0000 |
tree | b69453753d4617d7ac4b6b59fcc5a13cc55cd392 | |
parent | 69218178ec7f1ed64c1da76e1d5a0ae4a9a2e16b [diff] |
- fixed split (test_sre still complains about split, but that's caused by the group reset bug, not split itself) - added more mark slots (should be dynamically allocated, but 100 is better than 32. and checking for the upper limit is better than overwriting the memory ;-) - internal: renamed the cursor helper class - internal: removed some bloat from sre_compile