summaryrefslogtreecommitdiff
path: root/Lib/sre_constants.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-2/+1
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-2/+3
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-161-1/+1
* Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.Martin v. Löwis2003-04-191-1/+1
* SF patch #720991 by Gary Herron:Guido van Rossum2003-04-141-1/+3
* Added docstrings by Neal Norwitz. This closes SF bug #450980.Fred Drake2001-09-041-0/+2
* added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2xFredrik Lundh2001-07-021-2/+3
* sre 2.1b2 update:Fredrik Lundh2001-03-221-2/+18
* - restored 1.5.2 compatibility (sorry, eric)Fredrik Lundh2001-02-181-1/+2
* removed __all__ - should probably rename makedict to _makedict unless it isSkip Montanaro2001-02-181-6/+0
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+6
* String method conversion.Eric S. Raymond2001-02-091-2/+1
* added "magic" number to the _sre module, to avoid weird errors causedFredrik Lundh2001-01-151-0/+9
* SRE fixes for 2.1 alpha:Fredrik Lundh2001-01-141-4/+7
* Fixed too ambitious "nothing to repeat" check. Closes bug #114033.Fredrik Lundh2000-10-071-0/+2
* final 0.9.8 updates:Fredrik Lundh2000-08-011-1/+2
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-011-10/+8
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* - fixed grouping error bugFredrik Lundh2000-07-031-4/+4
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-021-0/+2
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-021-7/+20
* today's SRE update:Fredrik Lundh2000-07-011-1/+1
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-8/+24
* - fixed another split problemFredrik Lundh2000-06-291-1/+0
* - removed "alpha only" licensing restrictionFredrik Lundh2000-06-291-3/+0
* towards 1.6b1Fredrik Lundh2000-06-291-22/+50
* Fredrik Lundh: here's the 96.6% version of SREJeremy Hylton2000-06-011-27/+68
* Fredrik Lundh: new snapshot. Mostly reindented.Guido van Rossum2000-04-101-1/+1
* This patch looks large, but it just deletes the ^M characters andAndrew M. Kuchling2000-04-021-1/+1
* Added Fredrik Lundh's sre module and its supporting cast.Guido van Rossum2000-03-311-0/+131