summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a reference to the MRE book in re docs (GH-1113)Berker Peksag2018-03-231-10/+8
* bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)Serhiy Storchaka2018-02-091-3/+6
* bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)Cheryl Sabella2018-02-021-1/+1
* bpo-32308: Replace empty matches adjacent to a previous non-empty match in re...Serhiy Storchaka2018-01-041-4/+10
* bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4...Serhiy Storchaka2017-12-041-30/+16
* Use raw strings in the re module examples. (#4616)Serhiy Storchaka2017-11-281-4/+4
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-161-1/+15
* bpo-15606: Improve the re.VERBOSE documentation. (#4366)Serhiy Storchaka2017-11-141-1/+2
* bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags...Serhiy Storchaka2017-10-241-28/+30
* bpo-31714: Improved regular expression documentation. (#3907)Serhiy Storchaka2017-10-141-102/+133
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-041-52/+52
* bpo-26656: Improve re.compile documentation (GH-3211)Henk-Jaap Wagenaar2017-08-281-3/+4
* bpo-30398: Add a docstring for re.error. (#1647)Serhiy Storchaka2017-05-271-3/+3
* Added effect of re.ASCII and reworded slightly (#1782)Brian Ward2017-05-241-3/+5
* bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka2017-05-051-0/+5
* bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka2017-04-161-0/+10
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-131-3/+7
* bpo-30021: Add examples for re.escape(). (#1048)Serhiy Storchaka2017-04-131-3/+14
* bpo-22594: Add a link to the regex module in re documentation (GH-241)Marco Buttu2017-02-261-0/+6
* mergeRaymond Hettinger2017-02-061-1/+1
|\
| * Substitute a more readable f-stringRaymond Hettinger2017-02-061-1/+1
| * Fix typos in comment and documentationMartin Panter2016-12-101-1/+1
* | Merge documentation for issue #27030 from 3.6.Serhiy Storchaka2016-12-061-1/+6
|\ \ | |/
| * Issue #27030: Unknown escapes in re.sub() replacement template are allowedSerhiy Storchaka2016-12-061-1/+6
|/
* closes issue28082: doc update and NEWS entryEthan Furman2016-11-211-0/+3
* Issue #27800: Merge RE repetition doc from 3.5 into 3.6Martin Panter2016-10-151-0/+6
|\
| * Issue #27800: Document limitation and workaround for multiple RE repetitionsMartin Panter2016-10-151-0/+6
| * Issue #27327: fix doc typo, noted by Jakub Wilk.Ned Deily2016-06-151-1/+1
* | Issue 24454: Improve the usability of the re match object named group APIEric V. Smith2016-09-111-0/+16
* | Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-6/+2
* | We're not that far in the future yetZachary Ware2016-09-091-1/+1
* | repair versionadded directiveBenjamin Peterson2016-09-091-1/+1
* | Issue #433028: Added support of modifier spans in regular expressions.Serhiy Storchaka2016-09-091-0/+10
* | Add grammatical article to “an ASCII letter”Martin Panter2016-06-121-3/+3
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-111-12/+11
|/
* Issue #21593: Clarify that re.search() returns the first matchBerker Peksag2016-06-081-2/+2
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-15/+15
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Clarify greedy-qualifier example, avoid HTML.Georg Brandl2016-04-121-4/+4
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-1/+1
* Merge with 3.4Zachary Ware2015-11-121-7/+9
|\
| * 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
* | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``Serhiy Storchaka2015-03-241-1/+9
* | Issues #814253, #9179: Group references and conditional group references nowSerhiy Storchaka2015-02-211-0/+3
* | Issue #22818: Splitting on a pattern that could match an empty string nowSerhiy Storchaka2015-02-031-6/+26
* | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns orSerhiy Storchaka2014-12-011-1/+5