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