1. 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 23 years ago
  2. 21009b9 an SRE bugfix a day keeps Guido away... by Fredrik Lundh · 23 years ago
  3. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  4. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  5. df781e6 reapplied darryl gallion's minimizing repeat fix. I'm still not 100% by Fredrik Lundh · 23 years ago
  6. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 23 years ago
  7. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  8. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  9. 2846b0a String method conversion. by Eric S. Raymond · 24 years ago
  10. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  11. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  12. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  13. fa25a7d -- don't use recursion for unbounded non-greedy repeat (bugs #115903, #115696) by Fredrik Lundh · 24 years ago
  14. 538f05c reapplied Fred's "recommended style" patch... by Fredrik Lundh · 24 years ago
  15. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  16. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  17. ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
  18. 19f977b - don't hang if group id is followed by whitespace (closes bug #114660) by Fredrik Lundh · 24 years ago
  19. 03dd010 updated SRE test suite (fixes PEP223 problem, shows syntax errors) by Fredrik Lundh · 24 years ago
  20. acee486 Repair failing test_sre.py. by Tim Peters · 24 years ago
  21. 510c97b return -1 for undefined groups (as implemented in 1.5.2) instead of by Fredrik Lundh · 24 years ago
  22. 143328b -- tightened up parsing of octal numbers by Fredrik Lundh · 24 years ago
  23. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  24. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  25. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  26. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  27. 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
  28. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  29. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago