]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SRE 0.9.8: passes the entire test suite
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 1 Aug 2000 18:20:07 +0000 (18:20 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 1 Aug 2000 18:20:07 +0000 (18:20 +0000)
commit29c4ba9ada44d62988c62c85c8046985f10a1c85
tree89f38c5859e98069d05491dcd977e338477fd2d2
parent19c6afb42b12c3a50900b4157c8398e01acad91f
SRE 0.9.8: passes the entire test suite

-- reverted REPEAT operator to use "repeat context" strategy
   (from 0.8.X), but done right this time.
-- got rid of backtracking stack; use nested SRE_MATCH calls
   instead (should probably put it back again in 0.9.9 ;-)
-- properly reset state in scanner mode
-- don't use aggressive inlining by default
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