| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite re.VERBOSE section. | Zachary Ware | 2015-11-12 | 1 | -7/+9 |
|
|
* | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -2/+5 |
|
|
* | remove incorrect plural | Benjamin Peterson | 2014-11-25 | 1 | -1/+1 |
|
|
* | Closes #22736: move seealso to the bottom of the section about RE syntax. | Georg Brandl | 2014-10-28 | 1 | -7/+8 |
|
|
* | Fix a typo caught by Gabriella Capone on docs@ | Zachary Ware | 2014-10-19 | 1 | -1/+1 |
|
|
* | #21690: fix a couple of links in the docs of the re module. Noticed by Julia... | Ezio Melotti | 2014-06-19 | 1 | -2/+2 |
|
|
* | Issue #21593: (from StackOverflow) minor doc clarification for re.search. | Terry Jan Reedy | 2014-05-30 | 1 | -1/+1 |
|
|
* | Fix example in backreference description. Found by Alexander Heger on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | Closes #15956: improve documentation of named groups and how to reference them. | Georg Brandl | 2013-10-06 | 1 | -15/+28 |
|
|
* | #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|
|
* | #14519: fix the regex used in the scanf example. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 |
|
|
* | #14461: fix wording. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 |
|
|
* | #14155: add a note about \b. | Ezio Melotti | 2012-04-29 | 1 | -0/+3 |
|
|
* | Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S c... | Senthil Kumaran | 2012-04-10 | 1 | -12/+12 |
|
|
* | Closes #14250: regex.flags has not only explicit flags but also those from th... | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
|
|
* | Closes #14343: avoid shadowing builtin input() in example code. | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
|
|
* | Closes #14342: remove out-of-date section about avoiding recursion errors. | Georg Brandl | 2012-03-17 | 1 | -22/+0 |
|
|
* | Fix closes issue14258 - added clarification to \W and \S flags | Senthil Kumaran | 2012-03-12 | 1 | -8/+12 |
|
|
* | #14155: remove duplication about search vs match in re doc. | Ezio Melotti | 2012-02-29 | 1 | -52/+28 |
|
|
* | #10713: Improve documentation for \b and \B and add a few tests. Initial pat... | Ezio Melotti | 2012-02-29 | 1 | -5/+10 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -5/+5 |
|
|
* | Issue #13690: add re.DEBUG; patch by Filip GruszczyĆski | Sandro Tosi | 2012-01-01 | 1 | -0/+5 |
|
|
* | #13613: fix example in re doc. | Ezio Melotti | 2011-12-16 | 1 | -6/+6 |
|
|
* | Normalize the keyword arguments documentation notation in re.rst. Closes issu... | Eli Bendersky | 2011-11-13 | 1 | -11/+11 |
|
|
* | Issue #12875: explicitly specify default value of the optional 'flags' argume... | Eli Bendersky | 2011-11-11 | 1 | -7/+7 |
|
|
* | #13219: clarify section about character sets in the re documentation. | Ezio Melotti | 2011-10-20 | 1 | -24/+30 |
|
|
* | fix description of \r; thanks to Thomas Waldmann from docs@ | Sandro Tosi | 2011-08-19 | 1 | -1/+1 |
|
|
* | Remove 3.1 from versionchanged | Ezio Melotti | 2010-11-26 | 1 | -3/+3 |
|
|
* | Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
* | Merged revisions 82832,82834 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+2 |
|
|
* | Merged revisions 82771 via svnmerge from | R. David Murray | 2010-07-10 | 1 | -0/+5 |
|
|
* | Put docs for RegexObject.search() before RegexObject.match() to mirror re.sea... | Georg Brandl | 2010-06-01 | 1 | -23/+27 |
|
|
* | #8785: less confusing description of regex.find*. | Georg Brandl | 2010-05-22 | 1 | -2/+6 |
|
|
* | Issue 8671: Whitespace fix. | Eric Smith | 2010-05-09 | 1 | -1/+1 |
|
|
* | Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana. | Brian Curtin | 2010-03-25 | 1 | -173/+176 |
|
|
* | #7685: typo | Ezio Melotti | 2010-01-13 | 1 | -5/+5 |
|
|
* | #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 |
|
|
* | #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 |
|
|
* | Adds an optional flags argument to re.split, re.sub and re.subn to be | Gregory P. Smith | 2009-03-02 | 1 | -3/+16 |
|
|
* | The note about caching of regular expression objects was incorrect ReST and | Gregory P. Smith | 2009-03-02 | 1 | -8/+12 |
|
|
* | 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 |
|
|
* | 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 |
|
|