Fredrik Lundh
4781b07201
- make sure group names are valid identifiers
...
(closes the "SRE: symbolic reference" bug)
2000-06-29 12:38:45 +00:00
Fredrik Lundh
75f2d675ed
- last patch broke parse_template; fixed by changing some
...
tests in sre_patch back to previous version
- fixed return value from findall
- renamed a bunch of functions inside _sre (way too
many leading underscores...)
</F>
2000-06-29 11:34:28 +00:00
Fredrik Lundh
6c68dc7b1a
- removed "alpha only" licensing restriction
...
- removed some hacks that worked around 1.6 alpha bugs
- removed bogus test code from sre_parse
2000-06-29 10:34:56 +00:00
Fredrik Lundh
436c3d58a2
towards 1.6b1
2000-06-29 08:58:44 +00:00
Andrew M. Kuchling
815d5b934b
Patch from /F: this patch brings the CVS version of SRE in sync with the
...
latest public snapshot.""
2000-06-09 14:08:07 +00:00
Guido van Rossum
b81e70ebdb
Fredrik Lundh: new snapshot. Mostly reindented.
...
This one should work with unicode expressions, and compile
a bit more silently.
2000-04-10 17:10:48 +00:00
Andrew M. Kuchling
e3ba931aa4
This patch looks large, but it just deletes the ^M characters and
...
untabifies the files. No actual code changes were made.
2000-04-02 05:22:30 +00:00
Guido van Rossum
7627c0de69
Added Fredrik Lundh's sre module and its supporting cast.
...
NOTE: THIS IS VERY ROUGH ALPHA CODE!
2000-03-31 14:58:54 +00:00