1. d969775 Fixed \versionadded for the (?(id/name)yes|no) expression support. by Gustavo Niemeyer · 21 years ago
  2. ad3fc44 Implemented non-recursive SRE matching. by Gustavo Niemeyer · 21 years ago
  3. 5bcc933 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 21 years ago
  4. bed92ee SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 21 years ago
  5. dfa7bd9 SF #801306: Bad RE in scanf example by Raymond Hettinger · 21 years ago
  6. 2f3e548 SF bug #732120:An extended definition of "non-overlapping" would save time. by Raymond Hettinger · 21 years ago
  7. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  8. 788617f Remove \versionchanged; the text was too complex for the GNU info by Fred Drake · 21 years ago
  9. c85bf58 [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' by Andrew M. Kuchling · 21 years ago
  10. ec31047 Use \versionchanged, not \versionadded. by Martin v. Löwis · 21 years ago
  11. 7829e56 Patch #731514: Update recursion documentation to mention simple recursion. by Martin v. Löwis · 21 years ago
  12. cf146d3 - Included examples documenting how the lastindex member of by Gustavo Niemeyer · 21 years ago
  13. 69700ef Weaken recommendation of Friedl book; fix reference by Andrew M. Kuchling · 21 years ago
  14. 02a0b3b [bug #692016] update description of {m,n} modifier; you can omit the lower bound by Andrew M. Kuchling · 21 years ago
  15. 85f3227 [bug #696771] Remove misleading parenthetical aside by Andrew M. Kuchling · 21 years ago
  16. 7af24bd Fix example regular expressions that simulate scanf() constructs. by Fred Drake · 22 years ago
  17. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  18. 3d03968 Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. by Fred Drake · 22 years ago
  19. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  20. e7c38d4 fixed the mail address in the documentation, too... by Fredrik Lundh · 22 years ago
  21. 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
  22. 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago
  23. ffefb1d Clarify the endpos argument to the rx.match() method. Closes SF bug #597177. by Fred Drake · 22 years ago
  24. 5b11bdd SF patch #581414: info reader bug by Fred Drake · 22 years ago
  25. 53540ab Correct the RE equivalent of scanf()'s %x and %X patterns. by Fred Drake · 22 years ago
  26. 81bdc93 Explain octal escapes. Fixes #542226. by Martin v. Löwis · 22 years ago
  27. 2854c47 Remove mention of 'pre' module by Andrew M. Kuchling · 22 years ago
  28. 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 22 years ago
  29. a8b6638 Remove extra verb; reported by Detlef Lannert. by Fred Drake · 22 years ago
  30. 8e0c82a Fix stupid typo in example. by Fred Drake · 22 years ago
  31. f275803 Clarify the descriptions of the positive and negative lookbehind assertions. by Fred Drake · 22 years ago
  32. 9479c95 Remove extra indenatation from sample interpreter session. by Fred Drake · 22 years ago
  33. a8e1d81 add simple example of avoiding backtracking by Skip Montanaro · 22 years ago
  34. b6b2aa6 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 22 years ago
  35. 7bc6f7a Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 23 years ago
  36. ed0a719 Neil Schemenauer suggested a small improvement to one of the example REs. by Fred Drake · 23 years ago
  37. 1cec7fa New section of regular expression examples contributed by Skip Montanaro, by Fred Drake · 23 years ago
  38. 1f774b0 Update obsolete e-mail address, and remove myself as a module author by Andrew M. Kuchling · 23 years ago
  39. 7533587 Improved error msg when a symbolic group name is redefined. Added docs by Tim Peters · 23 years ago
  40. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  41. 9835206 A regexp example was rendered as by Tim Peters · 23 years ago
  42. 46ccd1d Plant a mention in the description of backreferences of the fact that by Eric S. Raymond · 23 years ago
  43. 51629c2 Add a caveat about boundary conditions and RE concatenation, so that the by Fred Drake · 23 years ago
  44. e74f8de Added an example of a string value for the replacement parameter to by Fred Drake · 23 years ago
  45. c547b46 Be more specific about corner cases in the description of the $ RE syntax, by Fred Drake · 23 years ago
  46. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  47. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  48. 895aa9d Suggestion from Keith Briggs: refer to RE objects consistently instead of by Fred Drake · 23 years ago
  49. e20bd19 Convert several \seetext references to \seerfc and \seetitle versions. by Fred Drake · 23 years ago
  50. 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 24 years ago
  51. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  52. 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 24 years ago
  53. 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 24 years ago
  54. 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 24 years ago
  55. e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 24 years ago
  56. 77a6c9e Minor markup nits around use of \optional. by Fred Drake · 24 years ago
  57. af5b766 Changed obsolete e-mail alias by Andrew M. Kuchling · 24 years ago
  58. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  59. 3d0971e For "Matching vs. Searching", remove comment that the section is by Fred Drake · 25 years ago
  60. bfb092e Misspellling: "occurance" --> "occurrence" by Fred Drake · 25 years ago
  61. dda199b Moved \versionadded to end of description sections. by Fred Drake · 26 years ago
  62. a7998f6 Revised comments on null bytes in pattern string. by Fred Drake · 26 years ago
  63. cd05853 Adjust a few niggles that affected the HTML conversion (a couple of by Fred Drake · 26 years ago
  64. 768ac6b Start of text that describes differences between match and search. by Fred Drake · 26 years ago
  65. 1e270f0 Nits to support conversions. by Fred Drake · 26 years ago
  66. c1cea20 Added URL to HOWTO page, with reference to Regex HOWTO. by Andrew M. Kuchling · 26 years ago
  67. 7d447aa Moved search and match around so that search is documented first. by Guido van Rossum · 26 years ago
  68. 5fb2631 Explicitly document the fact that the search method returns a MatchObject. by Guido van Rossum · 26 years ago
  69. 10a7985 re.findall(): Mark as added in 1.5.2. by Fred Drake · 26 years ago
  70. d16d498 Markup nits. by Fred Drake · 26 years ago
  71. d22e250 Clarify wording in the description of re.split by Andrew M. Kuchling · 26 years ago
  72. 295da24 New section header style. by Fred Drake · 26 years ago
  73. 66da9d6 re is standard, not built-in. by Fred Drake · 26 years ago
  74. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  75. 6c373f7 Document new default arg to groups() and new functions/methods by Guido van Rossum · 26 years ago
  76. 65b7863 Fix unclear wording pointed out by Tim Peters, about the interaction between by Andrew M. Kuchling · 26 years ago
  77. 42de185 Added \label to subsections which didn't have one, since this module has by Fred Drake · 26 years ago
  78. 2533281 Many markup changes (to \regexp, mostly) by Andrew M. Kuchling · 26 years ago
  79. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  80. 8214334 Remove obsolete \setindexsubitem macro. by Fred Drake · 26 years ago
  81. 791468f Some clarifications of out-of-range group indexes/names by Guido van Rossum · 26 years ago
  82. 76547c5 Minor nits. by Fred Drake · 26 years ago
  83. e9625e8 AMK's version from the latest pypcre distribution. This clarifies a by Guido van Rossum · 26 years ago
  84. 013ad98 Cleaned up some remaining markup nits. by Fred Drake · 26 years ago
  85. 20e0196 Logical markup. by Fred Drake · 27 years ago
  86. 2705e80 For the lists which describe the regular expression syntax, increase the by Fred Drake · 27 years ago
  87. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  88. f5370f4 Turn the space in [\^ ...] into a hard space: [\^\ ...]. by Guido van Rossum · 27 years ago
  89. 4650392 Various updates to the effect that the group argument is always optional. by Guido van Rossum · 27 years ago
  90. 023f87f Lots of minor markup nits, all consistency related. by Fred Drake · 27 years ago
  91. 9754639 Document maxsplit arg for split(), with incompatibility note about 1.5 by Guido van Rossum · 27 years ago
  92. b2c45a8 Sigh. Apply a similar patch to the *other* occurrence of [^...]. by Guido van Rossum · 27 years ago
  93. c458638 In description of \D, revise markup so that the caret shows up in the HTML by Fred Drake · 27 years ago
  94. eb0f066 Correct small nits reported by Rob Hooft. by Guido van Rossum · 27 years ago
  95. e66e9c5 Remove more commented-out text that is no longer needed. by Guido van Rossum · 27 years ago
  96. 29d3b93 Remove the commented-out warning at the top. It shouldn't be there by Guido van Rossum · 27 years ago
  97. 78f8e98 Lots of minor nits that allow this file to get processed without failures by by Fred Drake · 27 years ago
  98. f995181 Normalized the \seetext markup to match the only other instance: should be by Fred Drake · 27 years ago
  99. 0148bbf AMK's latest by Guido van Rossum · 27 years ago
  100. e4eb223 AMK's latest by Guido van Rossum · 27 years ago