summaryrefslogtreecommitdiffstats
path: root/Lib/sre_parse.py
Commit message (Expand)AuthorAgeFilesLines
* final 0.9.8 updates:Fredrik Lundh2000-08-011-1/+1
* -- fixed width calculations for alternationsFredrik Lundh2000-08-011-5/+5
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-011-5/+1
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-76/+79
* - fixed grouping error bugFredrik Lundh2000-07-031-2/+2
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-031-3/+9
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-021-0/+2
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-021-0/+17
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-021-4/+3
* - fixed "{ in any other context" bugFredrik Lundh2000-07-011-12/+15
* today's SRE update:Fredrik Lundh2000-07-011-1/+1
* - fixed code generation error in multiline modeFredrik Lundh2000-06-301-5/+6
* - 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