1. 1e6ada0 Give people who run "pydoc re" a clue. by Neil Schemenauer · 21 years ago
  2. 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
  3. ad9eba7 Add 'engine' back. IDLE used this, others might have copied it from there. by Guido van Rossum · 22 years ago
  4. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  5. 7fd1c8c Remove support for importing 'pre' module by Andrew M. Kuchling · 22 years ago
  6. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  7. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  8. fb06539 My fix to the URL accidentally also switched back to the "pre" module. by Guido van Rossum · 24 years ago
  9. 8c74335 Replace the jitterbug page with the SF Bug Tracker page. by Guido van Rossum · 24 years ago
  10. ef7bae6 replaced <some suitable mail address> with something slightly more suitable. by Fredrik Lundh · 24 years ago
  11. 2850d18 Switch to sre for regular expression matching (the new mini-re module by Guido van Rossum · 24 years ago
  12. 77980a7 Correct typo in module doc string doscovered by Jonathan Giddy. by Guido van Rossum · 25 years ago
  13. 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago
  14. 9a80e00 The .subn() method wasn't setting _num_regs, which is used by the .groups() by Andrew M. Kuchling · 26 years ago
  15. 3a8d1f5 Modest speed improvement to escape() by Piet van Oostrum. by Guido van Rossum · 26 years ago
  16. 0e5ab17 Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by by Guido van Rossum · 26 years ago
  17. be0b62c Added findall() to RegexObject -- return a list of all matches in a by Guido van Rossum · 26 years ago
  18. 3c46234 Remove Emacs and #! cruft. by Guido van Rossum · 26 years ago
  19. 8430c58 AMK's latest by Guido van Rossum · 26 years ago
  20. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  21. b190884 Fix for literal null bytes -- these must be replaced by the four by Guido van Rossum · 26 years ago
  22. 2b2b3f9 Fix two bugs: by Guido van Rossum · 27 years ago
  23. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  24. af8d2bf Bugfix in match() -- the number of registers shouldn't be divided by two! by Guido van Rossum · 27 years ago
  25. 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 27 years ago
  26. c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 27 years ago
  27. bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
  28. 827ea7c Last minut changes for \B, \S (?). AMK. by Guido van Rossum · 27 years ago
  29. c4d6c4d OK, reop is safe again. by Guido van Rossum · 27 years ago
  30. 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
  31. 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
  32. 6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v by Guido van Rossum · 27 years ago
  33. 71fa97c Jeffrey's latest -- reorder my chages somewhat, by Guido van Rossum · 27 years ago
  34. 9e18ec7 Correctly implement sub, subn, and split. Also correct and augment by Guido van Rossum · 27 years ago
  35. a4f1a78 Jeffrey's next installment by Guido van Rossum · 27 years ago
  36. a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
  37. 26d80e6 Correct inf. while loop. by Guido van Rossum · 27 years ago
  38. 9f845ec More changes by Jeffrey. by Guido van Rossum · 27 years ago
  39. 5310975 Fix group() -- should be tuple even when re has exactly one group. by Guido van Rossum · 27 years ago
  40. 09bcfd6 Jeffrey's latest -- almost there. by Guido van Rossum · 27 years ago
  41. 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
  42. 5d6de25 New from Jeffrey; small nits. by Guido van Rossum · 27 years ago
  43. 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
  44. 65c28b7 Removed debug print in set construction. Changed some '==' to 'in' (Tim Peters). by Guido van Rossum · 27 years ago
  45. 63e1819 New version from Jeffrey after I complained about some glaring bugs. by Guido van Rossum · 27 years ago
  46. 5ca1b71 Straight from Jeffrey Ollie's web page. by Guido van Rossum · 27 years ago