1. 4b8f894 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  2. 5c24d0e Issue #13592: Improved the repr for regular expression pattern objects. by Serhiy Storchaka · 10 years ago
  3. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  4. 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 21 years ago
  5. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  6. 19af43d added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x by Fredrik Lundh · 23 years ago
  7. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  8. b35ffc0 added "magic" number to the _sre module, to avoid weird errors caused by Fredrik Lundh · 23 years ago
  9. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 23 years ago
  10. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  11. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  12. 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
  13. 3562f11 -- use charset bitmaps where appropriate. this gives a 5-10% by Fredrik Lundh · 24 years ago
  14. 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
  15. 102f3ad towards 1.6b1 by Fredrik Lundh · 24 years ago
  16. b1aa195 Fredrik Lundh: here's the 96.6% version of SRE by Jeremy Hylton · 24 years ago
  17. b700df9 Adding Fredrik Lundh's _sre.c module and its header files. by Guido van Rossum · 24 years ago