| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27800: Document limitation and workaround for multiple RE repetitions | Martin Panter | 2016-10-15 | 1 | -0/+6 |
|
|
* | Issue #27327: fix doc typo, noted by Jakub Wilk. | Ned Deily | 2016-06-15 | 1 | -1/+1 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+4 |
|
|
* | Issue #21593: Clarify that re.search() returns the first match | Berker Peksag | 2016-06-08 | 1 | -2/+2 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -15/+15 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | Clarify greedy-qualifier example, avoid HTML. | Georg Brandl | 2016-04-12 | 1 | -4/+4 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
|
|
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 1 | -1/+1 |
|
|
* | Merge with 3.4 | Zachary Ware | 2015-11-12 | 1 | -7/+9 |
|\ |
|
| * | Rewrite re.VERBOSE section. | Zachary Ware | 2015-11-12 | 1 | -7/+9 |
|
|
| * | Issues #814253, #9179: Warnings now are raised when group references and | Serhiy Storchaka | 2015-02-21 | 1 | -2/+5 |
|
|
* | | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 1 | -1/+9 |
|
|
* | | Issues #814253, #9179: Group references and conditional group references now | Serhiy Storchaka | 2015-02-21 | 1 | -0/+3 |
|
|
* | | Issue #22818: Splitting on a pattern that could match an empty string now | Serhiy Storchaka | 2015-02-03 | 1 | -6/+26 |
|
|
* | | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or | Serhiy Storchaka | 2014-12-01 | 1 | -1/+5 |
|
|
* | | Issue #22578: Added attributes to the re.error class. | Serhiy Storchaka | 2014-11-10 | 1 | -2/+25 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-28 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | Closes #22736: move seealso to the bottom of the section about RE syntax. | Georg Brandl | 2014-10-28 | 1 | -7/+8 |
|
|
* | | Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() | Serhiy Storchaka | 2014-10-10 | 1 | -0/+8 |
|/ |
|
* | Remove unused leftover stray line | Raymond Hettinger | 2014-08-04 | 1 | -1/+0 |
|
|
* | Improve regex tokenizer example by using re.finditer(). | Raymond Hettinger | 2014-08-04 | 1 | -37/+38 |
|
|
* | Issue 21977: Minor improvements to the regexes in the tokenizer example. | Raymond Hettinger | 2014-07-14 | 1 | -2/+2 |
|
|
* | #21690: fix a couple of links in the docs of the re module. Noticed by Julia... | Ezio Melotti | 2014-06-19 | 1 | -2/+2 |
|
|
* | Issue #21593: (from StackOverflow) minor doc clarification for re.search. | Terry Jan Reedy | 2014-05-30 | 1 | -1/+1 |
|
|
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|\ |
|
| * | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|
|
* | | Fixed regex match representation in an example. | Serhiy Storchaka | 2013-12-02 | 1 | -1/+1 |
|
|
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -1/+29 |
|
|
* | | #19639: update the repr of the match objects in the docs. Patch by Claudiu P... | Ezio Melotti | 2013-11-23 | 1 | -9/+9 |
|
|
* | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -28/+0 |
|
|
* | | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 1 | -0/+28 |
|/ |
|
* | Fix example in backreference description. Found by Alexander Heger on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | Closes #15956: improve documentation of named groups and how to reference them. | Georg Brandl | 2013-10-06 | 1 | -14/+26 |
|
|
* | #16304: merge with 3.2. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|\ |
|
| * | #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|
|
* | | Issue #3665: \u and \U escapes are now supported in unicode regular expressions. | Antoine Pitrou | 2012-06-23 | 1 | -2/+9 |
|
|
* | | #14519: merge with 3.2. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #14519: fix the regex used in the scanf example. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 |
|
|
* | | #14461: merge with 3.2. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #14461: fix wording. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 |
|
|
* | | #14155: merge note about \b from 3.2. | Ezio Melotti | 2012-04-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #14155: add a note about \b. | Ezio Melotti | 2012-04-29 | 1 | -0/+3 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Closes #14250: regex.flags has not only explicit flags but also implicit flag... | Georg Brandl | 2012-03-17 | 1 | -2/+3 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -24/+2 |
|\ \
| |/ |
|
| * | Closes #14343: avoid shadowing builtin input() in example code. | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
|
|
| * | Closes #14342: remove out-of-date section about avoiding recursion errors. | Georg Brandl | 2012-03-17 | 1 | -22/+0 |
|
|
* | | #14283: merge with 3.2 | Georg Brandl | 2012-03-14 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Closes #14283: match() and search() are regex methods, not match methods. | Georg Brandl | 2012-03-14 | 1 | -5/+4 |
|
|