summaryrefslogtreecommitdiff
path: root/Modules/sre_constants.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-241-23/+28
* bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka2017-05-051-1/+4
* Issue #17381: Fixed handling of case-insensitive ranges in regular expressions.Serhiy Storchaka2014-10-311-1/+2
* Issue #13592: Improved the repr for regular expression pattern objects.Serhiy Storchaka2013-11-231-0/+2
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-19/+20
* 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-0/+1
* added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2xFredrik Lundh2001-07-021-19/+20
* sre 2.1b2 update:Fredrik Lundh2001-03-221-1/+5
* added "magic" number to the _sre module, to avoid weird errors causedFredrik Lundh2001-01-151-0/+1
* SRE fixes for 2.1 alpha:Fredrik Lundh2001-01-141-5/+7
* final 0.9.8 updates:Fredrik Lundh2000-08-011-25/+26
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-011-18/+18
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-021-15/+16
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-021-17/+21
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-22/+35
* towards 1.6b1Fredrik Lundh2000-06-291-20/+28
* Fredrik Lundh: here's the 96.6% version of SREJeremy Hylton2000-06-011-1/+23
* Adding Fredrik Lundh's _sre.c module and its header files.Guido van Rossum2000-03-311-0/+27