summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* Rewrite re.VERBOSE section.Zachary Ware2015-11-121-7/+9
* Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-2/+5
* remove incorrect pluralBenjamin Peterson2014-11-251-1/+1
* Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* Fix a typo caught by Gabriella Capone on docs@Zachary Ware2014-10-191-1/+1
* #21690: fix a couple of links in the docs of the re module. Noticed by Julia...Ezio Melotti2014-06-191-2/+2
* Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
* Fix example in backreference description. Found by Alexander Heger on docs@.Georg Brandl2013-10-061-1/+1
* Closes #15956: improve documentation of named groups and how to reference them.Georg Brandl2013-10-061-15/+28
* #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.Ezio Melotti2012-11-041-3/+10
* #14519: fix the regex used in the scanf example.Ezio Melotti2012-04-291-2/+2
* #14461: fix wording.Ezio Melotti2012-04-291-1/+1
* #14155: add a note about \b.Ezio Melotti2012-04-291-0/+3
* Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S c...Senthil Kumaran2012-04-101-12/+12
* Closes #14250: regex.flags has not only explicit flags but also those from th...Georg Brandl2012-03-171-2/+2
* Closes #14343: avoid shadowing builtin input() in example code.Georg Brandl2012-03-171-2/+2
* Closes #14342: remove out-of-date section about avoiding recursion errors.Georg Brandl2012-03-171-22/+0
* Fix closes issue14258 - added clarification to \W and \S flagsSenthil Kumaran2012-03-121-8/+12
* #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-5/+10
* update to new C roles and directivesSandro Tosi2012-01-141-5/+5
* Issue #13690: add re.DEBUG; patch by Filip GruszczyƄskiSandro Tosi2012-01-011-0/+5
* #13613: fix example in re doc.Ezio Melotti2011-12-161-6/+6
* Normalize the keyword arguments documentation notation in re.rst. Closes issu...Eli Bendersky2011-11-131-11/+11
* Issue #12875: explicitly specify default value of the optional 'flags' argume...Eli Bendersky2011-11-111-7/+7
* #13219: clarify section about character sets in the re documentation.Ezio Melotti2011-10-201-24/+30
* 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