summaryrefslogtreecommitdiff
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+8
|\
| * Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8
* | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()Serhiy Storchaka2014-10-101-0/+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
* | Back out accidentally pushed changeset b51218966201.Georg Brandl2013-10-131-28/+0
* | Add re.fullmatch() function and regex.fullmatch() method, which anchor theGeorg Brandl2013-10-131-0/+28
|/
* 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
* | #14519: merge with 3.2.Ezio Melotti2012-04-291-2/+2
|\ \ | |/
| * #14519: fix the regex used in the scanf example.Ezio Melotti2012-04-291-2/+2
* | #14461: merge with 3.2.Ezio Melotti2012-04-291-1/+1
|\ \ | |/
| * #14461: fix wording.Ezio Melotti2012-04-291-1/+1
* | #14155: merge note about \b from 3.2.Ezio Melotti2012-04-291-0/+3
|\ \ | |/
| * #14155: add a note about \b.Ezio Melotti2012-04-291-0/+3
* | merge with 3.2Georg Brandl2012-03-171-2/+3
|\ \ | |/
| * Closes #14250: regex.flags has not only explicit flags but also implicit flag...Georg Brandl2012-03-171-2/+3
* | merge with 3.2Georg Brandl2012-03-171-24/+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
* | #14283: merge with 3.2Georg Brandl2012-03-141-5/+4
|\ \ | |/
| * Closes #14283: match() and search() are regex methods, not match methods.Georg Brandl2012-03-141-5/+4
* | #14155: merge with 3.2.Ezio Melotti2012-02-291-52/+28
|\ \ | |/
| * #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-8/+14
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-8/+14
* | merge with 3.2Sandro Tosi2012-01-011-0/+5
|\ \ | |/
| * Issue #13690: add re.DEBUG; patch by Filip GruszczyƄskiSandro Tosi2012-01-011-0/+5
* | #13613: merge with 3.2.Ezio Melotti2011-12-171-6/+6
|\ \ | |/
| * #13613: fix example in re doc.Ezio Melotti2011-12-171-6/+6
* | #13219: merge with 3.2.Ezio Melotti2011-10-201-24/+30
|\ \ | |/
| * #13219: clarify section about character sets in the re documentation.Ezio Melotti2011-10-201-24/+30
* | MergeRaymond Hettinger2011-10-191-12/+11
|\ \ | |/
| * Issue 11931: Minor punctuation/grammar/wording fixups to the regex docsRaymond Hettinger2011-10-191-12/+11