summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Collapse)AuthorAgeFilesLines
* #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
| | | | | category [No]; only those of category [Nd]. (Backport of r74237 from py3k.)
* #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
| | | | the recommendation to send suggestions to the author can be followed.
* Adds an optional flags argument to re.split, re.sub and re.subn to beGregory P. Smith2009-03-021-3/+16
| | | | consistent with the other re module functions.
* The note about caching of regular expression objects was incorrect ReST andGregory P. Smith2009-03-021-8/+12
| | | | | thus invisible in the compiled documentation. Fixed. Also I cleaned up the wording.
* 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
| | | | and backrefs can't be used inside []
* 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
| | | | | | | | | | | | Surprising behaviour of the "$" regexp: it matches the end of the string, AND just before the newline at the end of the string:: re.sub('$', '#', 'foo\n') == 'foo#\n#' Python is consistent with Perl and the pcre library, so we just document it. Guido prefers "\Z" to match only the end of the string.
* 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
| | | | empty pattern match. (issue 852532).
* 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