summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* No need to specify explicit "doctest_block" anymore.Georg Brandl2008-03-221-5/+5
* Make doctests in re docs usable with sphinx' doctest.Georg Brandl2008-03-221-73/+88
* Expand on re.split behavior with captured expressions.Georg Brandl2008-03-061-1/+13
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-3/+3
* Convert external links to internal links. Fixes #2010.Georg Brandl2008-02-051-2/+1
* Closing issue1761.Amaury Forgeot d'Arc2008-01-101-1/+3
* Some cleanup in the docs.Georg Brandl2007-12-291-17/+5
* Better re.split examples.Georg Brandl2007-12-061-11/+17
* Add examples to re docs. Written for GHOP by Dan Finnie.Georg Brandl2007-12-051-17/+285
* Add :term:s for iterator.Georg Brandl2007-10-211-1/+1
* #1208: document match object's boolean value.Georg Brandl2007-09-271-17/+20
* Added a note and examples to explain that re.split does not split on anSkip Montanaro2007-09-011-0/+7
* Bug #1625381: clarify match vs search introduction.Georg Brandl2007-08-231-5/+5
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+921