Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - make sure group names are valid identifiers | Fredrik Lundh | 2000-06-29 | 1 | -5/+25 | |
| | | | | (closes the "SRE: symbolic reference" bug) | |||||
* | - last patch broke parse_template; fixed by changing some | Fredrik Lundh | 2000-06-29 | 1 | -10/+10 | |
| | | | | | | | | | | | 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> | |||||
* | - removed "alpha only" licensing restriction | Fredrik Lundh | 2000-06-29 | 1 | -46/+13 | |
| | | | | | - removed some hacks that worked around 1.6 alpha bugs - removed bogus test code from sre_parse | |||||
* | towards 1.6b1 | Fredrik Lundh | 2000-06-29 | 1 | -35/+78 | |
| | ||||||
* | Patch from /F: this patch brings the CVS version of SRE in sync with the | Andrew M. Kuchling | 2000-06-09 | 1 | -118/+178 | |
| | | | | latest public snapshot."" | |||||
* | Fredrik Lundh: new snapshot. Mostly reindented. | Guido van Rossum | 2000-04-10 | 1 | -359/+364 | |
| | | | | | This one should work with unicode expressions, and compile a bit more silently. | |||||
* | This patch looks large, but it just deletes the ^M characters and | Andrew M. Kuchling | 2000-04-02 | 1 | -357/+357 | |
| | | | | untabifies the files. No actual code changes were made. | |||||
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 1 | -0/+492 | |
NOTE: THIS IS VERY ROUGH ALPHA CODE! |