summaryrefslogtreecommitdiff
path: root/Modules/sre.h
Commit message (Expand)AuthorAgeFilesLines
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-0/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-12/+12
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-0/+1
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-1/+1
* - Fixing annoying warnings.Gustavo Niemeyer2004-02-141-2/+2
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-4/+6
* Remove extraneous #define as per effbot's instructions in:Neal Norwitz2002-03-181-2/+0
* merged with pythonware's SRE 2.1.1 codebaseFredrik Lundh2001-07-021-3/+6
* use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZEFredrik Lundh2001-06-271-2/+3
* experimental UCS-4 support: added USE_UCS4_STORAGE define toFredrik Lundh2001-06-261-0/+4
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-031-2/+0
* -- fixed width calculations for alternationsFredrik Lundh2000-08-011-0/+2
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-011-15/+11
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-1/+5
* - fixed grouping error bugFredrik Lundh2000-07-031-0/+3
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-031-8/+9
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-021-0/+1
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-021-0/+2
* - fixed another split problemFredrik Lundh2000-06-291-2/+1
* - fixed splitFredrik Lundh2000-06-291-3/+6
* - renamed "tolower" hook (it happened to work withFredrik Lundh2000-06-291-1/+1
* towards 1.6b1Fredrik Lundh2000-06-291-2/+16
* Fredrik Lundh: here's the 96.6% version of SREJeremy Hylton2000-06-011-5/+29
* Adding Fredrik Lundh's _sre.c module and its header files.Guido van Rossum2000-03-311-0/+38