Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #6679: Remove mention that sub supports no flags. | Georg Brandl | 2009-08-13 | 1 | -3/+1 |
| | |||||
* | Issue #6561: '\d' regular expression should not match characters of | Mark Dickinson | 2009-07-28 | 1 | -1/+2 |
| | | | | | category [No]; only those of category [Nd]. (Backport of r74237 from py3k.) | ||||
* | #6576: fix cross-refs in re docs. | Georg Brandl | 2009-07-26 | 1 | -23/+26 |
| | |||||
* | #4882: document named group behavior a bit better. | Georg Brandl | 2009-03-31 | 1 | -7/+9 |
| | |||||
* | #5519: remove reference to Kodos, which seems dead. | Georg Brandl | 2009-03-31 | 1 | -7/+1 |
| | |||||
* | Fix markup in re docs and give a mail address in regex howto, so that | Georg Brandl | 2009-03-15 | 1 | -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 be | Gregory P. Smith | 2009-03-02 | 1 | -3/+16 |
| | | | | consistent with the other re module functions. | ||||
* | The note about caching of regular expression objects was incorrect ReST and | Gregory P. Smith | 2009-03-02 | 1 | -8/+12 |
| | | | | | thus invisible in the compiled documentation. Fixed. Also I cleaned up the wording. | ||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -4/+4 |
| | |||||
* | #4408: document regex.groups. | Georg Brandl | 2008-12-05 | 1 | -0/+5 |
| | |||||
* | Add ordering info for findall and finditer. | Georg Brandl | 2008-07-19 | 1 | -6/+9 |
| | |||||
* | Added a note to [] that special forms & special chars lose their meaning | Mark Summerfield | 2008-05-31 | 1 | -0/+6 |
| | | | | and backrefs can't be used inside [] | ||||
* | Add Kodos as a re reference. | Georg Brandl | 2008-05-09 | 1 | -0/+3 |
| | |||||
* | No need to specify explicit "doctest_block" anymore. | Georg Brandl | 2008-03-22 | 1 | -5/+5 |
| | |||||
* | Make doctests in re docs usable with sphinx' doctest. | Georg Brandl | 2008-03-22 | 1 | -73/+88 |
| | |||||
* | Expand on re.split behavior with captured expressions. | Georg Brandl | 2008-03-06 | 1 | -1/+13 |
| | |||||
* | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 1 | -3/+3 |
| | |||||
* | Convert external links to internal links. Fixes #2010. | Georg Brandl | 2008-02-05 | 1 | -2/+1 |
| | |||||
* | Closing issue1761. | Amaury Forgeot d'Arc | 2008-01-10 | 1 | -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 Brandl | 2007-12-29 | 1 | -17/+5 |
| | |||||
* | Better re.split examples. | Georg Brandl | 2007-12-06 | 1 | -11/+17 |
| | |||||
* | Add examples to re docs. Written for GHOP by Dan Finnie. | Georg Brandl | 2007-12-05 | 1 | -17/+285 |
| | |||||
* | Add :term:s for iterator. | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
| | |||||
* | #1208: document match object's boolean value. | Georg Brandl | 2007-09-27 | 1 | -17/+20 |
| | |||||
* | Added a note and examples to explain that re.split does not split on an | Skip Montanaro | 2007-09-01 | 1 | -0/+7 |
| | | | | empty pattern match. (issue 852532). | ||||
* | Bug #1625381: clarify match vs search introduction. | Georg Brandl | 2007-08-23 | 1 | -5/+5 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+921 |