- 4b798bd Issue2564: Prevent a hang in "import test.autotest", which runs the entire test by Amaury Forgeot d'Arc · 17 years ago
- ae04c33 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
- e3b185f Fix typo in comment by Neal Norwitz · 17 years ago
- c30faa8 [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre Malo for the fix. by Andrew M. Kuchling · 19 years ago
- 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 20 years ago
- 5e7d51b make sure to check for this limit even if we're running with -O by Fredrik Lundh · 20 years ago
- 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
- d732c95 Revert 1.51 booleans so that sre will still run on old pythons. by Raymond Hettinger · 21 years ago
- 29e3837 Remove unnecessary test. (Thanks Skip) by Raymond Hettinger · 21 years ago
- 01c9f8c Simple optimizations: by Raymond Hettinger · 21 years ago
- bc503d1 Use True/False instead of 0/1 for character classes. by Martin v. Löwis · 21 years ago
- ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
- 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
- 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
- 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 22 years ago
- 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 22 years ago
- 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 22 years ago
- 67c4cb1 Disable big charsets in UCS-4 builds. Works around #599377. Will backport to 2.2 by Martin v. Löwis · 22 years ago
- 4fb7027 made the code match the comments (1.5.2 compatibility) by Fredrik Lundh · 22 years ago
- f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
- b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
- 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
- 3550dd3 Patch #442512: put block indices in the right byte order on bigendian systems. by Martin v. Löwis · 23 years ago
- 19af43d added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x by Fredrik Lundh · 23 years ago
- b25e1ad sre 2.1b2 update: by Fredrik Lundh · 24 years ago
- f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 24 years ago
- 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
- 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
- b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 24 years ago
- 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
- 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
- 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
- e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
- 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
- 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
- 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
- 2855290 maintenance release: by Fredrik Lundh · 24 years ago
- 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
- 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
- c230173 - experimental: added two new attributes to the match object: by Fredrik Lundh · 24 years ago
- 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
- 3562f11 -- use charset bitmaps where appropriate. this gives a 5-10% by Fredrik Lundh · 24 years ago
- 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
- 55a4f4a - fixed code generation error in multiline mode by Fredrik Lundh · 24 years ago
- 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
- 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
- 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
- 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
- 01016fe - fixed split behaviour on empty matches by Fredrik Lundh · 24 years ago
- 29c08be still trying to figure out how to fix the remaining by Fredrik Lundh · 24 years ago
- 8094611 - fixed another split problem (those semantics are weird...) by Fredrik Lundh · 24 years ago
- be2211e - fixed split by Fredrik Lundh · 24 years ago
- 6c68dc7 - removed "alpha only" licensing restriction by Fredrik Lundh · 24 years ago
- 436c3d5 towards 1.6b1 by Fredrik Lundh · 24 years ago
- b1aa195 Fredrik Lundh: here's the 96.6% version of SRE by Jeremy Hylton · 24 years ago
- b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 25 years ago
- e3ba931 This patch looks large, but it just deletes the ^M characters and by Andrew M. Kuchling · 25 years ago
- 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 25 years ago