summaryrefslogtreecommitdiff
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* mergeRaymond Hettinger2017-02-061-3/+3
|\
| * Merge documentation for issue #27030 from 3.6.Serhiy Storchaka2016-12-061-1/+6
| |\
* | | Substitute a more readable f-stringRaymond Hettinger2017-02-061-1/+1
* | | Fix typos in comment and documentationMartin Panter2016-12-101-1/+1
| |/ |/|
* | 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-18/+39
|\
| * 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-101-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 #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-111-12/+11
* | | 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 #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
|/
* 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-111-15/+78
|\
| * 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
| * Issue #22578: Added attributes to the re.error class.Serhiy Storchaka2014-11-101-2/+25
| * merge with 3.4Georg Brandl2014-10-281-0/+8
| |\
| | * Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-0/+8
* | | Rewrite re.VERBOSE section.Zachary Ware2015-11-111-7/+9
* | | Issues #814253, #9179: Warnings now are raised when group references andSerhiy Storchaka2015-02-211-2/+5
|/ /
* | Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
|/
* Remove unused leftover stray lineRaymond Hettinger2014-08-041-1/+0
* Improve regex tokenizer example by using re.finditer().Raymond Hettinger2014-08-031-37/+38
* Issue 21977: Minor improvements to the regexes in the tokenizer example.Raymond Hettinger2014-07-141-2/+2
* #21690: fix a couple of links in the docs of the re module. Noticed by Julia...Ezio Melotti2014-06-201-2/+2
* Issue #21593: (from StackOverflow) minor doc clarification for re.search.Terry Jan Reedy2014-05-301-1/+1
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|\
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* | Fixed regex match representation in an example.Serhiy Storchaka2013-12-021-1/+1
* | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,Serhiy Storchaka2013-11-231-1/+29
* | #19639: update the repr of the match objects in the docs. Patch by Claudiu P...Ezio Melotti2013-11-231-9/+9
|/
* 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-14/+26
* #16304: merge with 3.2.Ezio Melotti2012-11-041-3/+10
|\
| * #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.Ezio Melotti2012-11-041-3/+10
* | Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-231-2/+9