summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libre.tex
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete \setindexsubitem macro.Fred Drake1998-04-041-1/+0
|
* Some clarifications of out-of-range group indexes/namesGuido van Rossum1998-04-031-5/+10
|
* Minor nits.Fred Drake1998-04-031-57/+59
| | | | | | | Moved IGNORECASE & friends to "top level" definitions following compile(), since there is no other case of nesting in the manual. Use {memberdesc} and {methoddesc} as appropriate.
* AMK's version from the latest pypcre distribution. This clarifies aGuido van Rossum1998-04-021-6/+25
| | | | | few things and adds docs for what happens to escapes in replacement strings.
* Cleaned up some remaining markup nits.Fred Drake1998-03-081-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 Drake1998-02-191-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 theFred Drake1998-02-161-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 previousFred Drake1998-02-131-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 Rossum1998-02-111-1/+1
|
* Various updates to the effect that the group argument is always optional.Guido van Rossum1998-01-191-11/+15
| | | | Also documented that groups() now always returns a tuple.
* Lots of minor markup nits, all consistency related.Fred Drake1998-01-121-75/+88
| | | | | | Consistently use trailing "()" on function / method names. Wrapped some long lines.
* Document maxsplit arg for split(), with incompatibility note about 1.5Guido van Rossum1998-01-121-3/+12
| | | | | | release bug. Document groups() changed behaviour (now always returns tuple).
* Sigh. Apply a similar patch to the *other* occurrence of [^...].Guido van Rossum1998-01-121-1/+1
|
* In description of \D, revise markup so that the caret shows up in the HTMLFred Drake1998-01-061-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 Rossum1997-12-301-1/+1
|
* Remove more commented-out text that is no longer needed.Guido van Rossum1997-12-291-21/+0
|
* Remove the commented-out warning at the top. It shouldn't be thereGuido van Rossum1997-12-291-6/+0
| | | | for the 1.5 release version of the file.
* Lots of minor nits that allow this file to get processed without failures byFred Drake1997-12-291-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 beFred Drake1997-12-291-2/+2
| | | | "\seetext{...}" instead of "\seetext ...".
* AMK's latestGuido van Rossum1997-12-221-2/+15
|
* AMK's latestGuido van Rossum1997-12-171-29/+43
|
* AMK's latest version.Guido van Rossum1997-12-111-81/+93
|
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-101-2/+3
|
* Turn the table for flags into a nested itemized environment.Guido van Rossum1997-12-091-21/+24
|
* New version from AMK -- with minor corrections to make it legal latex.Guido van Rossum1997-12-081-53/+120
|
* In the description of sub(), give a better explanation of theBarry Warsaw1997-11-201-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 Rossum1997-10-221-3/+3
|
* Fixed some stuff that was incorrectly copied from regex.Guido van Rossum1997-10-051-10/+11
|
* Added AMK's first cut at docs for re.pyGuido van Rossum1997-08-141-0/+462