]> granicus.if.org Git - python/commit
SRE fixes for 2.1 alpha:
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 14 Jan 2001 15:06:11 +0000 (15:06 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 14 Jan 2001 15:06:11 +0000 (15:06 +0000)
commit770617b23e286f1147f9480b5f625e88e7badd50
tree54b35019e4189cbe24a1c1958ec448b624311706
parent77b20f099e6cbad346b18c0e6db94b6ab7fd4d39
SRE fixes for 2.1 alpha:

-- added some more docstrings
-- fixed typo in scanner class (#125531)
-- the multiline flag (?m) should't affect the \Z operator (#127259)
-- fixed non-greedy backtracking bug (#123769, #127259)
-- added sre.DEBUG flag (currently dumps the parsed pattern structure)
-- fixed a couple of glitches in groupdict (the #126587 memory leak
   had already been fixed by AMK)
Lib/sre.py
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_sre.py
Modules/_sre.c
Modules/sre_constants.h