| Commit message (Expand) | Author | Age | Files | Lines |
* | forward merge from 3.1 | Senthil Kumaran | 2011-03-12 | 1 | -5/+6 |
|\ |
|
| * | Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona... | Senthil Kumaran | 2011-03-12 | 1 | -5/+6 |
|
|
| * | Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,... | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
| * | Merged revisions 82832,82834 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+2 |
|
|
| * | Merged revisions 83217 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -7/+4 |
|
|
| * | Merged revisions 82301 via svnmerge from | Georg Brandl | 2010-07-11 | 1 | -25/+33 |
|
|
| * | Merged revisions 82771 via svnmerge from | R. David Murray | 2010-07-10 | 1 | -0/+5 |
|
|
| * | Merged revisions 79434 via svnmerge from | Brian Curtin | 2010-03-26 | 1 | -170/+175 |
|
|
| * | Merged revisions 77457 via svnmerge from | Ezio Melotti | 2010-01-13 | 1 | -5/+5 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -26/+27 |
|
|
* | | Make the example a little more interesting and useful. | Raymond Hettinger | 2010-12-07 | 1 | -0/+3 |
|
|
* | | Note improvements to the docs. | Raymond Hettinger | 2010-12-06 | 1 | -2/+4 |
|
|
* | | (?:...) 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 |
|
|