| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | (?:...) is a non-capturing, but still grouping construct. | Georg Brandl | 2010-10-29 | 1 | -1/+1 |
|
|
* | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -5/+5 |
|
|
* | | Fix typo in example regular expression. | Raymond Hettinger | 2010-09-17 | 1 | -1/+1 |
|
|
* | | Add tokenizer example to regex docs. | Raymond Hettinger | 2010-09-16 | 1 | -0/+63 |
|
|
* | | #6538: fix regex documentation again -- use fictional class names "regex" and... | Georg Brandl | 2010-07-29 | 1 | -200/+198 |
|
|
* | | Remove Python 1.5 compatibility note. | Georg Brandl | 2010-07-29 | 1 | -7/+4 |
|
|
* | | Use raw string literals for regexes containing backlash. | Georg Brandl | 2010-07-12 | 1 | -2/+2 |
|
|
* | | Add missing docs for re module 'purge' function. | R. David Murray | 2010-07-10 | 1 | -0/+5 |
|
|
* | | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -25/+33 |
|
|
* | | Add MatchObject.groups which got messed up during a merge. | Brian Curtin | 2010-04-08 | 1 | -0/+3 |
|
|
* | | Merged revisions 79430 via svnmerge from | Brian Curtin | 2010-03-26 | 1 | -171/+174 |
|
|
* | | Merged revisions 77455 via svnmerge from | Ezio Melotti | 2010-01-13 | 1 | -5/+5 |
|
|
* | | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -16/+15 |
|
|
* | | Merged revisions 74328,74332-74333,74365 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -3/+1 |
|
|
* | | Issue #6561: '\d' in a regular expression should match only Unicode | Mark Dickinson | 2009-07-28 | 1 | -5/+6 |
|
|
* | | Merged revisions 74205 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -23/+26 |
|/ |
|
* | #6235: ASCII also affects \[dD] escapes. | Georg Brandl | 2009-06-08 | 1 | -3/+3 |
|
|
* | Remove duplicated sentence. Remove duplicated sentence. | Georg Brandl | 2009-06-08 | 1 | -2/+1 |
|
|
* | Typo fix; constant name is uppercase | Andrew M. Kuchling | 2009-06-01 | 1 | -1/+1 |
|
|
* | After discussing some more with Georg, do no migrate versionchanged:: 2.5 to | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -3/+3 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -13/+11 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 1 | -1/+1 |
|
|
* | Merged revisions 70090 via svnmerge from | Gregory P. Smith | 2009-03-02 | 1 | -3/+16 |
|
|
* | Merged r70088 from trunk (re documentation update) | Gregory P. Smith | 2009-03-02 | 1 | -8/+12 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -6/+6 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 1 | -0/+5 |
|
|
* | Tiny fix of IGNORECASE plus removal of a UNICODE reference. | Mark Summerfield | 2008-08-20 | 1 | -6/+7 |
|
|
* | Revised all texts concerning the ASCII flag: (1) put Unicode case first | Mark Summerfield | 2008-08-20 | 1 | -49/+55 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -50/+77 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -6/+9 |
|
|
* | Added a note to [] that special forms & special chars lose their meaning | Mark Summerfield | 2008-05-31 | 1 | -0/+6 |
|
|
* | Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,... | Alexandre Vassalotti | 2008-05-15 | 1 | -0/+3 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -4/+4 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -72/+87 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+13 |
|
|
* | Remove 1.5.2 incompatibility notes from RE docs. | Georg Brandl | 2008-03-06 | 1 | -6/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -3/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -2/+1 |
|
|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -1/+3 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -17/+5 |
|
|
* | Merged revisions 59376-59406 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -11/+17 |
|
|
* | Merged revisions 59333-59370 via svnmerge from | Christian Heimes | 2007-12-05 | 1 | -21/+284 |
|
|
* | #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. | Georg Brandl | 2007-11-01 | 1 | -17/+20 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+7 |
|
|
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -13/+0 |
|
|
* | Address a few XXX comments, other fixes. | Georg Brandl | 2007-08-31 | 1 | -1/+6 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -5/+5 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+921 |
|
|