1. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  2. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  3. 22628c4 #3231: re.compile fails with some bytes patterns by Antoine Pitrou · 16 years ago
  4. be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 21 years ago
  5. 577fb5a Fix from SF patch #633359 by Greg Chapman for SF bug #610299: by Guido van Rossum · 21 years ago
  6. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  7. bb18441 SF patch #682432, add lookbehind tests by Neal Norwitz · 21 years ago
  8. 4e7be06 Fixed bug #470582, using a modified version of patch #527371, from Greg Chapman. by Gustavo Niemeyer · 22 years ago
  9. 82b2307 bug #133283, #477728, #483789, #490573 by Fredrik Lundh · 23 years ago
  10. df781e6 reapplied darryl gallion's minimizing repeat fix. I'm still not 100% by Fredrik Lundh · 23 years ago
  11. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  12. c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 23 years ago
  13. 2e24044 from the really-stupid-bug department: uppercase literals should match by Fredrik Lundh · 24 years ago
  14. 13ac992 Fixed too ambitious "nothing to repeat" check. Closes bug #114033. by Fredrik Lundh · 24 years ago
  15. 025468d SRE didn't handle character category followed by hyphen inside a by Fredrik Lundh · 24 years ago
  16. d11b5e5 Recompile pattern if (?x) flag was found inside the pattern during the by Fredrik Lundh · 24 years ago
  17. 65d4bc6 Fixed negative lookahead/lookbehind. Closes bug #115618. 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. 0c4fdba closes bug #112468 (and all the other bugs that surfaced when by Fredrik Lundh · 24 years ago
  20. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  21. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago
  22. 8430c58 AMK's latest by Guido van Rossum · 26 years ago
  23. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  24. cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
  25. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  26. 06c0ec9 Several additions from Jeffrey. by Guido van Rossum · 27 years ago
  27. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
  28. 9ddd9da Fixed a syntax error caused by a bad line in the Perl source. by Guido van Rossum · 27 years ago
  29. 16bd0ff Merged my changes in, and added all converted Perl tests. by Guido van Rossum · 27 years ago
  30. 337c6d4 Jeffrey's version by Guido van Rossum · 27 years ago
  31. 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 27 years ago
  32. 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 27 years ago
  33. 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
  34. 8e0ce30 test suite for re.py by Guido van Rossum · 27 years ago