summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* #4882: document named group behavior a bit better.Georg Brandl2009-03-311-7/+9
* #5519: remove reference to Kodos, which seems dead.Georg Brandl2009-03-311-7/+1
* Fix markup in re docs and give a mail address in regex howto, so thatGeorg Brandl2009-03-151-1/+1
* Adds an optional flags argument to re.split, re.sub and re.subn to beGregory P. Smith2009-03-021-3/+16
* The note about caching of regular expression objects was incorrect ReST andGregory P. Smith2009-03-021-8/+12
* Remove trailing whitespace.Georg Brandl2009-01-031-4/+4
* #4408: document regex.groups.Georg Brandl2008-12-051-0/+5
* Add ordering info for findall and finditer.Georg Brandl2008-07-191-6/+9
* Added a note to [] that special forms & special chars lose their meaningMark Summerfield2008-05-311-0/+6
* Add Kodos as a re reference.Georg Brandl2008-05-091-0/+3
* 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