| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug #848556] Remove \d* from second alternative to avoid exponential case wh... | Andrew M. Kuchling | 2006-07-31 | 1 | -1/+1 |
|
|
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 1 | -1/+1 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -4/+1 |
|
|
* | [ 1243192 ] Incorrect documentation of re.UNICODE | Georg Brandl | 2005-08-02 | 1 | -12/+29 |
|
|
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -2/+2 |
|
|
* | Replace last two uses of the "list" environment with "description" | Fred Drake | 2004-11-11 | 1 | -6/+6 |
|
|
* | Fixed minor typo in interactive example (extra '.'s in '...' prompts) | Edward Loper | 2004-09-28 | 1 | -2/+2 |
|
|
* | Granted Noam Raphael's request for minor improvements to the re module and | Raymond Hettinger | 2004-09-24 | 1 | -6/+12 |
|
|
* | Applying modified version of patch #1018386, which fixes | Gustavo Niemeyer | 2004-09-03 | 1 | -1/+2 |
|
|
* | Fixed \versionadded for the (?(id/name)yes|no) expression support. | Gustavo Niemeyer | 2003-10-18 | 1 | -1/+1 |
|
|
* | Implemented non-recursive SRE matching. | Gustavo Niemeyer | 2003-10-17 | 1 | -0/+9 |
|
|
* | SF bug #803842: Wrong description of regexp concatenation | Raymond Hettinger | 2003-09-10 | 1 | -4/+5 |
|
|
* | SF patch #800899: Making "|" directive from REs a bit clearer. | Raymond Hettinger | 2003-09-10 | 1 | -8/+7 |
|
|
* | SF #801306: Bad RE in scanf example | Raymond Hettinger | 2003-09-09 | 1 | -1/+1 |
|
|
* | SF bug #732120:An extended definition of "non-overlapping" would save time. | Raymond Hettinger | 2003-08-31 | 1 | -2/+3 |
|
|
* | SF patch#786531 'the the' typo. Contributed by George Yoshida | Raymond Hettinger | 2003-08-12 | 1 | -1/+1 |
|
|
* | Remove \versionchanged; the text was too complex for the GNU info | Fred Drake | 2003-07-16 | 1 | -4/+4 |
|
|
* | [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' | Andrew M. Kuchling | 2003-05-13 | 1 | -18/+19 |
|
|
* | Use \versionchanged, not \versionadded. | Martin v. Löwis | 2003-05-03 | 1 | -1/+1 |
|
|
* | Patch #731514: Update recursion documentation to mention simple recursion. | Martin v. Löwis | 2003-05-03 | 1 | -11/+14 |
|
|
* | - Included examples documenting how the lastindex member of | Gustavo Niemeyer | 2003-04-20 | 1 | -5/+9 |
|
|
* | Weaken recommendation of Friedl book; fix reference | Andrew M. Kuchling | 2003-03-04 | 1 | -4/+4 |
|
|
* | [bug #692016] update description of {m,n} modifier; you can omit the lower bound | Andrew M. Kuchling | 2003-03-04 | 1 | -3/+4 |
|
|
* | [bug #696771] Remove misleading parenthetical aside | Andrew M. Kuchling | 2003-03-04 | 1 | -2/+0 |
|
|
* | Fix example regular expressions that simulate scanf() constructs. | Fred Drake | 2002-12-03 | 1 | -3/+3 |
|
|
* | Fix broken markup. | Fred Drake | 2002-11-13 | 1 | -1/+1 |
|
|
* | Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. | Fred Drake | 2002-11-12 | 1 | -5/+5 |
|
|
* | Use personal e-mail address | Andrew M. Kuchling | 2002-10-30 | 1 | -1/+1 |
|
|
* | fixed the mail address in the documentation, too... | Fredrik Lundh | 2002-10-19 | 1 | -1/+1 |
|
|
* | tightened up the definition of \b and \B some more based upon discussion | Skip Montanaro | 2002-09-07 | 1 | -7/+11 |
|
|
* | update docs to reflect that \b considers underscore to be part of a word. | Skip Montanaro | 2002-09-06 | 1 | -2/+2 |
|
|
* | Clarify the endpos argument to the rx.match() method. | Fred Drake | 2002-08-20 | 1 | -2/+6 |
|
|
* | SF patch #581414: info reader bug | Fred Drake | 2002-07-30 | 1 | -1/+3 |
|
|
* | Correct the RE equivalent of scanf()'s %x and %X patterns. | Fred Drake | 2002-06-22 | 1 | -1/+1 |
|
|
* | Explain octal escapes. Fixes #542226. | Martin v. Löwis | 2002-04-11 | 1 | -5/+3 |
|
|
* | Remove mention of 'pre' module | Andrew M. Kuchling | 2002-04-10 | 1 | -9/+0 |
|
|
* | Document the finditer() function and method. | Fred Drake | 2002-03-25 | 1 | -2/+26 |
|
|
* | Remove extra verb; reported by Detlef Lannert. | Fred Drake | 2002-03-18 | 1 | -2/+1 |
|
|
* | Fix stupid typo in example. | Fred Drake | 2002-03-16 | 1 | -1/+1 |
|
|
* | Clarify the descriptions of the positive and negative lookbehind assertions. | Fred Drake | 2002-03-16 | 1 | -9/+30 |
|
|
* | Remove extra indenatation from sample interpreter session. | Fred Drake | 2002-03-05 | 1 | -11/+11 |
|
|
* | add simple example of avoiding backtracking | Skip Montanaro | 2002-03-04 | 1 | -6/+22 |
|
|
* | Fix error in explanation of the interaction between $ and MULTILINE mode. | Fred Drake | 2002-02-25 | 1 | -1/+1 |
|
|
* | Consistently use \textasciicircum to produce a ^ character. | Fred Drake | 2002-02-14 | 1 | -18/+25 |
|
|
* | Neil Schemenauer suggested a small improvement to one of the example REs. | Fred Drake | 2001-11-29 | 1 | -1/+1 |
|
|
* | New section of regular expression examples contributed by Skip Montanaro, | Fred Drake | 2001-11-29 | 1 | -0/+56 |
|
|
* | Update obsolete e-mail address, and remove myself as a module author | Andrew M. Kuchling | 2001-11-05 | 1 | -2/+1 |
|
|
* | Improved error msg when a symbolic group name is redefined. Added docs | Tim Peters | 2001-11-03 | 1 | -17/+18 |
|
|
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -4/+4 |
|
|
* | A regexp example was rendered as | Tim Peters | 2001-10-05 | 1 | -1/+1 |
|
|