1. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 23 years ago
  2. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  3. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  4. 2846b0a String method conversion. by Eric S. Raymond · 23 years ago
  5. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  6. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  7. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  8. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  9. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  10. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  11. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  12. ebc37b2 -- properly reset groups in findall (bug #117612) 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. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 24 years ago
  15. acee486 Repair failing test_sre.py. by Tim Peters · 24 years ago
  16. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
  17. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  18. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  19. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  20. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  21. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  22. 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
  23. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  24. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago