| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) | josh | 2019-04-17 | 1 | -0/+7 |
|
|
* | bpo-35584: Clarify role of caret in a class class (GH-11946) | Raymond Hettinger | 2019-02-19 | 1 | -2/+3 |
|
|
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -1/+3 |
|
|
* | bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) | Cheryl Sabella | 2018-02-02 | 1 | -4/+19 |
|
|
* | bpo-32308: Replace empty matches adjacent to a previous non-empty match in re... | Serhiy Storchaka | 2018-01-04 | 1 | -2/+2 |
|
|
* | bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) | Mandeep Bhutani | 2017-11-25 | 1 | -3/+3 |
|
|
* | bpo-31714: Improved regular expression documentation. (#3907) | Serhiy Storchaka | 2017-10-14 | 1 | -83/+93 |
|
|
* | bpo-30397: Add re.Pattern and re.Match. (#1646) | Serhiy Storchaka | 2017-10-04 | 1 | -8/+8 |
|
|
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
|
|
* | Issue #27378: Remove an outdated reference from regex HOWTO | Berker Peksag | 2016-06-24 | 1 | -3/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -6/+6 |
|
|
* | fix typo (closes #26378) | Benjamin Peterson | 2016-02-18 | 1 | -1/+1 |
|
|
* | #25517: fix regex in the regex howto. Patch by Elena Oat. | Ezio Melotti | 2016-01-11 | 1 | -3/+4 |
|
|
* | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` | Serhiy Storchaka | 2015-03-24 | 1 | -1/+1 |
|
|
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
|
|
* | #19778: fix a couple of re reprs in the documentation. | Ezio Melotti | 2013-11-25 | 1 | -4/+4 |
|
|
* | #19639: update the repr of the match objects in the docs. Patch by Claudiu P... | Ezio Melotti | 2013-11-23 | 1 | -8/+8 |
|
|
* | #18562: various revisions to the regex howto for 3.x | Andrew Kuchling | 2013-08-18 | 1 | -70/+62 |
|
|
* | #16760: use ref:`match-objects` instead of :class:`MatchObject`. | Ezio Melotti | 2012-12-25 | 1 | -24/+25 |
|
|
* | #15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek. | Ezio Melotti | 2012-09-17 | 1 | -13/+13 |
|
|
* | Use source reST role instead of file where it makes sense. | Éric Araujo | 2012-03-05 | 1 | -2/+2 |
|
|
* | #11239: add } to list of metacharacters (it is only a metacharacter sometimes... | Georg Brandl | 2011-03-06 | 1 | -1/+1 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; additional backport. | Terry Reedy | 2011-01-10 | 1 | -1/+4 |
|
|
* | Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. | Terry Reedy | 2011-01-10 | 1 | -28/+16 |
|
|
* | Merged revisions 73073-73074,73089 via svnmerge from | Benjamin Peterson | 2009-06-01 | 1 | -14/+14 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | #5241: document missing A in regex howto. | Georg Brandl | 2009-03-31 | 1 | -0/+13 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | Fix a few remaining problems found by rstlint. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 68221 via svnmerge from | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -2/+2 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -0/+2 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -3/+2 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -26/+8 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -2/+2 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -28/+28 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+1377 |
|
|