summaryrefslogtreecommitdiff
path: root/Lib/sre_compile.py
Commit message (Expand)AuthorAgeFilesLines
* [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...Andrew M. Kuchling2005-06-021-1/+1
* Complete the previous effort to factor out constant expressionsRaymond Hettinger2005-02-281-4/+15
* make sure to check for this limit even if we're running with -OFredrik Lundh2004-10-151-2/+4
* Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.Martin v. Löwis2004-05-071-3/+5
* Revert 1.51 booleans so that sre will still run on old pythons.Raymond Hettinger2004-03-271-6/+6
* Remove unnecessary test. (Thanks Skip)Raymond Hettinger2004-03-261-6/+0
* Simple optimizations:Raymond Hettinger2004-03-261-47/+69
* Use True/False instead of 0/1 for character classes.Martin v. Löwis2004-03-251-6/+6
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-0/+13
* Addendum to #764548: restore 2.1 compatibility.Just van Rossum2003-07-021-2/+8
* Fix and test for bug #764548:Just van Rossum2003-07-021-5/+5
* Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.Martin v. Löwis2003-04-191-23/+46
* SF patch #720991 by Gary Herron:Guido van Rossum2003-04-141-2/+5
* Fix from SF patch #633359 by Greg Chapman for SF bug #610299:Guido van Rossum2003-02-241-1/+1
* Disable big charsets in UCS-4 builds. Works around #599377.Martin v. Löwis2002-09-261-0/+3
* made the code match the comments (1.5.2 compatibility)Fredrik Lundh2002-06-271-3/+3
* Replace boolean test with is None.Raymond Hettinger2002-06-021-1/+1
* Added docstrings by Neal Norwitz. This closes SF bug #450980.Fred Drake2001-09-041-0/+2
* Whitespace normalization, plus:Tim Peters2001-07-211-1/+1
* Patch #442512: put block indices in the right byte order on bigendian systems.Martin v. Löwis2001-07-191-2/+5
* added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2xFredrik Lundh2001-07-021-10/+71
* sre 2.1b2 update:Fredrik Lundh2001-03-221-7/+9
* - restored 1.5.2 compatibility (sorry, eric)Fredrik Lundh2001-02-181-2/+0
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+2
* from the really-stupid-bug department: uppercase literals should matchFredrik Lundh2001-01-151-1/+2
* added "magic" number to the _sre module, to avoid weird errors causedFredrik Lundh2001-01-151-0/+2
* SRE fixes for 2.1 alpha:Fredrik Lundh2001-01-141-3/+3
* Fixed too ambitious "nothing to repeat" check. Closes bug #114033.Fredrik Lundh2000-10-071-1/+1
* -- reset marks if repeat_one tail doesn't matchFredrik Lundh2000-08-071-103/+153
* final 0.9.8 updates:Fredrik Lundh2000-08-011-25/+26
* -- fixed width calculations for alternationsFredrik Lundh2000-08-011-2/+3
* SRE 0.9.8: passes the entire test suiteFredrik Lundh2000-08-011-35/+29
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-2/+12
* maintenance release:Fredrik Lundh2000-07-051-1/+3
* - fixed grouping error bugFredrik Lundh2000-07-031-6/+13
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-031-12/+17
* - experimental: added two new attributes to the match object:Fredrik Lundh2000-07-021-1/+7
* - actually enabled charset anchors in the engine (still notFredrik Lundh2000-07-021-1/+1
* -- use charset bitmaps where appropriate. this gives a 5-10%Fredrik Lundh2000-07-021-17/+93
* today's SRE update:Fredrik Lundh2000-07-011-1/+1
* - fixed code generation error in multiline modeFredrik Lundh2000-06-301-2/+2
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-301-1/+1
* the mad patcher strikes again:Fredrik Lundh2000-06-301-4/+4
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-50/+50
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-301-153/+153
* - fixed split behaviour on empty matchesFredrik Lundh2000-06-301-4/+4
* still trying to figure out how to fix the remainingFredrik Lundh2000-06-291-1/+56
* - fixed another split problemFredrik Lundh2000-06-291-1/+0
* - fixed splitFredrik Lundh2000-06-291-93/+66
* - removed "alpha only" licensing restrictionFredrik Lundh2000-06-291-3/+0