summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* fix description of \r; thanks to Thomas Waldmann from docs@Sandro Tosi2011-08-191-1/+1
* Remove 3.1 from versionchangedEzio Melotti2010-11-261-3/+3
* Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,...Georg Brandl2010-11-261-1/+1
* Merged revisions 82832,82834 via svnmerge fromGeorg Brandl2010-08-011-2/+2
* Merged revisions 82771 via svnmerge fromR. David Murray2010-07-101-0/+5
* Put docs for RegexObject.search() before RegexObject.match() to mirror re.sea...Georg Brandl2010-06-011-23/+27
* #8785: less confusing description of regex.find*.Georg Brandl2010-05-221-2/+6
* Issue 8671: Whitespace fix.Eric Smith2010-05-091-1/+1
* Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.Brian Curtin2010-03-251-173/+176
* #7685: typoEzio Melotti2010-01-131-5/+5
* #6679: Remove mention that sub supports no flags.Georg Brandl2009-08-131-3/+1
* Issue #6561: '\d' regular expression should not match characters ofMark Dickinson2009-07-281-1/+2
* #6576: fix cross-refs in re docs.Georg Brandl2009-07-261-23/+26
* #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