]> granicus.if.org Git - python/commit
- fixed split
authorFredrik Lundh <fredrik@pythonware.com>
Thu, 29 Jun 2000 16:57:40 +0000 (16:57 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Thu, 29 Jun 2000 16:57:40 +0000 (16:57 +0000)
commitbe2211e9401a0be96915c473ef99041beb5a4992
treeb69453753d4617d7ac4b6b59fcc5a13cc55cd392
parent69218178ec7f1ed64c1da76e1d5a0ae4a9a2e16b
- 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
Lib/sre.py
Lib/sre_compile.py
Modules/_sre.c
Modules/sre.h