]> granicus.if.org Git - python/commit
- actually enabled charset anchors in the engine (still not
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 2 Jul 2000 17:33:27 +0000 (17:33 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 2 Jul 2000 17:33:27 +0000 (17:33 +0000)
commit7cafe4d7e466996d5fc32e871fe834e0e0c94282
treedc3572d1d6bd95316c7a044cfd8639be014e3520
parentb19948b7fb96cfc2ed69bb58f2205d1399f1f9f5
- actually enabled charset anchors in the engine (still not
  used by the code generator)

- changed max repeat value in engine (to match earlier array fix)

- added experimental "which part matched?" mechanism to sre; see
  http://hem.passagen.se/eff/2000_07_01_bot-archive.htm#416954
  or python-dev for details.
Lib/sre.py
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Modules/_sre.c
Modules/sre.h
Modules/sre_constants.h