1. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  2. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  3. 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 18 years ago
  4. ebb7f30 Speed-up escape() by Raymond Hettinger · 19 years ago
  5. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 20 years ago
  6. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  7. 43ab0cd [Bug #990792] Mention that repl can be a callable by Andrew M. Kuchling · 20 years ago
  8. 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  9. 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
  10. 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
  11. 0d97655 Add finditer to __all__ (when defining it at all). by Guido van Rossum · 22 years ago
  12. b7747e2 added finditer sanity check by Fredrik Lundh · 23 years ago
  13. 703ce81 (experimental) "finditer" method/function. this works pretty much by Fredrik Lundh · 23 years ago
  14. dac5849 fixed character set description in docstring (SRE uses Python by Fredrik Lundh · 23 years ago
  15. 1296a8d sre.Scanner fixes (from Greg Chapman). also added a Scanner sanity by Fredrik Lundh · 23 years ago
  16. bec95b9 rewrote the pattern.sub and pattern.subn methods in C by Fredrik Lundh · 23 years ago
  17. 397a654 SRE bug #441409: by Fredrik Lundh · 23 years ago
  18. 59b6865 fixed #449964: sre.sub raises an exception if the template contains a by Fredrik Lundh · 23 years ago
  19. 21009b9 an SRE bugfix a day keeps Guido away... by Fredrik Lundh · 23 years ago
  20. 9f5b822 Convert docstring to "raw" string. by Fred Drake · 23 years ago
  21. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  22. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  23. 2d96f11 map re.sub() to string.replace(), when possible by Fredrik Lundh · 23 years ago
  24. e06cbb8 bug #436596 by Fredrik Lundh · 23 years ago
  25. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  26. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  27. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  28. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  29. 1c5aa69 bumped SRE version number to 2.1. cleaned up and added 1.5.2 by Fredrik Lundh · 24 years ago
  30. 770617b SRE fixes for 2.1 alpha: by Fredrik Lundh · 24 years ago
  31. 5644b7f - fixed yet another gcc -pedantic warning by Fredrik Lundh · 24 years ago
  32. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  33. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  34. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  35. 8a3ebf8 -- SRE 0.9.6 sync. this includes: by Fredrik Lundh · 24 years ago
  36. 019bcb5 - changed sre.Scanner to use lastindex instead of index. by Fredrik Lundh · 24 years ago
  37. 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
  38. 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
  39. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  40. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  41. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago
  42. 01016fe - fixed split behaviour on empty matches by Fredrik Lundh · 24 years ago
  43. 8094611 - fixed another split problem (those semantics are weird...) by Fredrik Lundh · 24 years ago
  44. be2211e - fixed split by Fredrik Lundh · 24 years ago
  45. 436c3d58 towards 1.6b1 by Fredrik Lundh · 24 years ago
  46. e8d52af Fix bug when the replacement template is a callable object by Andrew M. Kuchling · 24 years ago
  47. b1aa195 Fredrik Lundh: here's the 96.6% version of SRE by Jeremy Hylton · 24 years ago
  48. 1b6aecb I know this is only a temporary stop-gap measure, but the match() and by Guido van Rossum · 24 years ago
  49. 7627c0d Added Fredrik Lundh's sre module and its supporting cast. by Guido van Rossum · 24 years ago