Fredrik Lundh
43b3b49b5a
- fixed lookahead assertions ( #10 , #11 , #12 )
...
- untabified sre_constants.py
2000-06-30 10:41:31 +00:00
Fredrik Lundh
8094611eb8
- fixed another split problem
...
(those semantics are weird...)
- got rid of $Id$'s (for the moment, at least). in other
words, there should be no more "empty" checkins.
- internal: some minor cleanups.
2000-06-29 18:03:25 +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
Jeremy Hylton
b1aa19515f
Fredrik Lundh: here's the 96.6% version of SRE
2000-06-01 17:39:12 +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