| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Plant a mention in the description of backreferences of the fact that | Eric S. Raymond | 2001-08-28 | 1 | -1/+5 |
|
|
* | Add a caveat about boundary conditions and RE concatenation, so that the | Fred Drake | 2001-08-02 | 1 | -9/+12 |
|
|
* | Added an example of a string value for the replacement parameter to | Fred Drake | 2001-08-01 | 1 | -44/+60 |
|
|
* | Be more specific about corner cases in the description of the $ RE syntax, | Fred Drake | 2001-07-23 | 1 | -4/+7 |
|
|
* | Fix return value for m.group() for groups not in the part of the RE that | Fred Drake | 2001-07-12 | 1 | -42/+47 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -8/+10 |
|
|
* | Suggestion from Keith Briggs: refer to RE objects consistently instead of | Fred Drake | 2001-04-18 | 1 | -10/+9 |
|
|
* | Convert several \seetext references to \seerfc and \seetitle versions. | Fred Drake | 2001-04-12 | 1 | -8/+9 |
|
|
* | Document the .lastindex and .lastgroup attributes of MatchObject | Andrew M. Kuchling | 2000-10-18 | 1 | -0/+10 |
|
|
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 1 | -1/+1 |
|
|
* | Made a number of revisions suggested by Fredrik Lundh. | Fred Drake | 2000-10-06 | 1 | -12/+33 |
|
|
* | Document the lookbehind assertions (closing bug#115119) | Andrew M. Kuchling | 2000-10-05 | 1 | -0/+15 |
|
|
* | Document expand() method of MatchObjects | Andrew M. Kuchling | 2000-10-05 | 1 | -0/+9 |
|
|
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
|
|
* | Minor markup nits around use of \optional. | Fred Drake | 2000-09-07 | 1 | -10/+10 |
|
|
* | Changed obsolete e-mail alias | Andrew M. Kuchling | 2000-06-27 | 1 | -2/+2 |
|
|
* | Use \citetitle in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
|
|
* | For "Matching vs. Searching", remove comment that the section is | Fred Drake | 1999-06-29 | 1 | -8/+6 |
|
|
* | Misspellling: "occurance" --> "occurrence" | Fred Drake | 1999-04-09 | 1 | -1/+1 |
|
|
* | Moved \versionadded to end of description sections. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
|
|
* | Revised comments on null bytes in pattern string. | Fred Drake | 1999-01-19 | 1 | -5/+6 |
|
|
* | Adjust a few niggles that affected the HTML conversion (a couple of | Fred Drake | 1998-12-28 | 1 | -3/+3 |
|
|
* | Start of text that describes differences between match and search. | Fred Drake | 1998-12-22 | 1 | -5/+40 |
|
|
* | Nits to support conversions. | Fred Drake | 1998-11-30 | 1 | -7/+4 |
|
|
* | Added URL to HOWTO page, with reference to Regex HOWTO. | Andrew M. Kuchling | 1998-10-28 | 1 | -6/+6 |
|
|
* | Moved search and match around so that search is documented first. | Guido van Rossum | 1998-10-13 | 1 | -25/+25 |
|
|
* | Explicitly document the fact that the search method returns a MatchObject. | Guido van Rossum | 1998-09-21 | 1 | -1/+2 |
|
|
* | re.findall(): Mark as added in 1.5.2. | Fred Drake | 1998-09-18 | 1 | -0/+1 |
|
|
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -36/+36 |
|
|
* | Clarify wording in the description of re.split | Andrew M. Kuchling | 1998-08-14 | 1 | -5/+5 |
|
|
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
|
|
* | re is standard, not built-in. | Fred Drake | 1998-08-07 | 1 | -3/+6 |
|
|
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
|
|
* | Document new default arg to groups() and new functions/methods | Guido van Rossum | 1998-06-29 | 1 | -6/+25 |
|
|
* | Fix unclear wording pointed out by Tim Peters, about the interaction between | Andrew M. Kuchling | 1998-06-22 | 1 | -3/+5 |
|
|
* | Added \label to subsections which didn't have one, since this module has | Fred Drake | 1998-04-20 | 1 | -0/+7 |
|
|
* | Many markup changes (to \regexp, mostly) | Andrew M. Kuchling | 1998-04-09 | 1 | -104/+119 |
|
|
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
|
|
* | Remove obsolete \setindexsubitem macro. | Fred Drake | 1998-04-04 | 1 | -1/+0 |
|
|
* | Some clarifications of out-of-range group indexes/names | Guido van Rossum | 1998-04-03 | 1 | -5/+10 |
|
|
* | Minor nits. | Fred Drake | 1998-04-03 | 1 | -57/+59 |
|
|
* | AMK's version from the latest pypcre distribution. This clarifies a | Guido van Rossum | 1998-04-02 | 1 | -6/+25 |
|
|
* | Cleaned up some remaining markup nits. | Fred Drake | 1998-03-08 | 1 | -43/+37 |
|
|
* | Logical markup. | Fred Drake | 1998-02-19 | 1 | -57/+59 |
|
|