summaryrefslogtreecommitdiffstats
path: root/Lib/sre_parse.py
Commit message (Expand)AuthorAgeFilesLines
...
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-301-4/+5
* the mad patcher strikes again:Fredrik Lundh2000-06-301-35/+31
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-0/+19
* - added support for (?P=name)Fredrik Lundh2000-06-301-4/+17
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-301-418/+418
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-301-26/+42
* - fixed another split problemFredrik Lundh2000-06-291-1/+0
* - make sure group names are valid identifiersFredrik Lundh2000-06-291-5/+25
* - last patch broke parse_template; fixed by changing someFredrik Lundh2000-06-291-10/+10
* - removed "alpha only" licensing restrictionFredrik Lundh2000-06-291-46/+13
* towards 1.6b1Fredrik Lundh2000-06-291-35/+78
* Patch from /F: this patch brings the CVS version of SRE in sync with theAndrew M. Kuchling2000-06-091-118/+178
* Fredrik Lundh: new snapshot. Mostly reindented.Guido van Rossum2000-04-101-359/+364
* This patch looks large, but it just deletes the ^M characters andAndrew M. Kuchling2000-04-021-357/+357
* Added Fredrik Lundh's sre module and its supporting cast.Guido van Rossum2000-03-311-0/+492