Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned up some remaining markup nits. | Fred Drake | 1998-03-08 | 1 | -43/+37 |
| | | | | | Andrew: In description of (?iLmsx), you say it matches the empty string and sets the corresponding flag. Is this correct? Or does it only set the flag? | ||||
* | Logical markup. | Fred Drake | 1998-02-19 | 1 | -57/+59 |
| | | | | | Several uses of "\^" could be simplified; this fixes part of the info generation process. | ||||
* | For the lists which describe the regular expression syntax, increase the | Fred Drake | 1998-02-16 | 1 | -4/+7 |
| | | | | width available so we don't run into the left page margin. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -9/+9 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | 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 |
| | | | | Also documented that groups() now always returns a tuple. | ||||
* | Lots of minor markup nits, all consistency related. | Fred Drake | 1998-01-12 | 1 | -75/+88 |
| | | | | | | Consistently use trailing "()" on function / method names. Wrapped some long lines. | ||||
* | Document maxsplit arg for split(), with incompatibility note about 1.5 | Guido van Rossum | 1998-01-12 | 1 | -3/+12 |
| | | | | | | release bug. Document groups() changed behaviour (now always returns tuple). | ||||
* | 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 |
| | | | | | | | version as well as the dvi form. Without the fix, it showed up as an extra zero character. Bug reported by Hugh Sasse <hgs@dmu.ac.uk>. | ||||
* | 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 |
| | | | | for the 1.5 release version of the file. | ||||
* | Lots of minor nits that allow this file to get processed without failures by | Fred Drake | 1997-12-29 | 1 | -25/+27 |
| | | | | | | | | | the info generation phases. Most of the errors had occurred in the makeinfo step. Commented out the warning at the top; this should still really be removed before 1.5, but that's not my call. It generated problems for the info conversion as well. | ||||
* | Normalized the \seetext markup to match the only other instance: should be | Fred Drake | 1997-12-29 | 1 | -2/+2 |
| | | | | "\seetext{...}" instead of "\seetext ...". | ||||
* | 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 |
| | | | | | interface when repl is a function. Also give a simple example of using a function repl. | ||||
* | 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 |
| | |||||
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 1 | -0/+462 |