summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-181-4/+4
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-1/+1
* [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer()....Serhiy Storchaka2018-01-041-4/+10
* bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395)Miss Islington (bot)2017-11-141-1/+2
* added re.UNICODE effects to insensitive flags (#1781)Brian Ward2017-05-241-3/+6
* bpo-30021: Add examples for re.escape(). (#1048) (#1118)Serhiy Storchaka2017-04-131-4/+15
* bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)Mariatta2017-02-261-0/+6
* Issue #27800: Document limitation and workaround for multiple RE repetitionsMartin Panter2016-10-151-0/+6
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-7/+7
* Clarify greedy-qualifier example, avoid HTML.Georg Brandl2016-04-121-4/+4
* 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