| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | For the lists which describe the regular expression syntax, increase the | Fred Drake | 1998-02-16 | 1 | -4/+7 |
|
|
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -9/+9 |
|
|
* | Turn the space in [\^ ...] into a hard space: [\^\ ...]. | Guido van Rossum | 1998-02-11 | 1 | -1/+1 |
|
|
* | Various updates to the effect that the group argument is always optional. | Guido van Rossum | 1998-01-19 | 1 | -11/+15 |
|
|
* | Lots of minor markup nits, all consistency related. | Fred Drake | 1998-01-12 | 1 | -75/+88 |
|
|
* | Document maxsplit arg for split(), with incompatibility note about 1.5 | Guido van Rossum | 1998-01-12 | 1 | -3/+12 |
|
|
* | Sigh. Apply a similar patch to the *other* occurrence of [^...]. | Guido van Rossum | 1998-01-12 | 1 | -1/+1 |
|
|
* | In description of \D, revise markup so that the caret shows up in the HTML | Fred Drake | 1998-01-06 | 1 | -1/+1 |
|
|
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 1 | -1/+1 |
|
|
* | Remove more commented-out text that is no longer needed. | Guido van Rossum | 1997-12-29 | 1 | -21/+0 |
|
|
* | Remove the commented-out warning at the top. It shouldn't be there | Guido van Rossum | 1997-12-29 | 1 | -6/+0 |
|
|
* | Lots of minor nits that allow this file to get processed without failures by | Fred Drake | 1997-12-29 | 1 | -25/+27 |
|
|
* | Normalized the \seetext markup to match the only other instance: should be | Fred Drake | 1997-12-29 | 1 | -2/+2 |
|
|
* | AMK's latest | Guido van Rossum | 1997-12-22 | 1 | -2/+15 |
|
|
* | AMK's latest | Guido van Rossum | 1997-12-17 | 1 | -29/+43 |
|
|
* | AMK's latest version. | Guido van Rossum | 1997-12-11 | 1 | -81/+93 |
|
|
* | The 'l' flag (locale specific matching) has been renamed to 'L'. | Guido van Rossum | 1997-12-10 | 1 | -2/+3 |
|
|
* | Turn the table for flags into a nested itemized environment. | Guido van Rossum | 1997-12-09 | 1 | -21/+24 |
|
|
* | New version from AMK -- with minor corrections to make it legal latex. | Guido van Rossum | 1997-12-08 | 1 | -53/+120 |
|
|
* | In the description of sub(), give a better explanation of the | Barry Warsaw | 1997-11-20 | 1 | -4/+18 |
|
|
* | Put {} around \^ in sets to force latex2html to do the right thing... | Guido van Rossum | 1997-10-22 | 1 | -3/+3 |
|
|
* | Fixed some stuff that was incorrectly copied from regex. | Guido van Rossum | 1997-10-05 | 1 | -10/+11 |
|
|