1. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  2. c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 23 years ago
  3. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  4. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  5. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  6. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  7. 470ea5a SRE: stricter pattern syntax checking (covers parts of bug #115900) by Fredrik Lundh · 24 years ago
  8. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  9. ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
  10. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
  11. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
  12. d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 24 years ago
  13. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  14. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  15. 1728942 SourceForge patch 101396, by an anonymous friend. by Tim Peters · 24 years ago
  16. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  17. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  18. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  19. 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
  20. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  21. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  22. 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
  23. 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
  24. c230173 - experimental: added two new attributes to the match object: by Fredrik Lundh · 24 years ago
  25. 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
  26. 3562f11 -- use charset bitmaps where appropriate. this gives a 5-10% by Fredrik Lundh · 24 years ago
  27. c13222c - fixed "{ in any other context" bug by Fredrik Lundh · 24 years ago
  28. 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
  29. 55a4f4a - fixed code generation error in multiline mode by Fredrik Lundh · 24 years ago
  30. 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
  31. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  32. 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
  33. b71624e - added support for (?P=name) (closes #3 and #7 from the status report) by Fredrik Lundh · 24 years ago
  34. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  35. 01016fe - fixed split behaviour on empty matches by Fredrik Lundh · 24 years ago
  36. 8094611 - fixed another split problem (those semantics are weird...) by Fredrik Lundh · 24 years ago
  37. 4781b07 - make sure group names are valid identifiers by Fredrik Lundh · 24 years ago
  38. 75f2d67 - last patch broke parse_template; fixed by changing some by Fredrik Lundh · 24 years ago
  39. 6c68dc7 - removed "alpha only" licensing restriction by Fredrik Lundh · 24 years ago
  40. 436c3d58 towards 1.6b1 by Fredrik Lundh · 24 years ago
  41. 815d5b9 Patch from /F: this patch brings the CVS version of SRE in sync with the by Andrew M. Kuchling · 24 years ago
  42. b81e70e Fredrik Lundh: new snapshot. Mostly reindented. by Guido van Rossum · 24 years ago
  43. e3ba931 This patch looks large, but it just deletes the ^M characters and by Andrew M. Kuchling · 24 years ago
  44. 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 24 years ago