summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | Make the example a little more interesting and useful.Raymond Hettinger2010-12-071-0/+3
* | Note improvements to the docs.Raymond Hettinger2010-12-061-2/+4
* | (?:...) is a non-capturing, but still grouping construct.Georg Brandl2010-10-291-1/+1
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-5/+5
* | Fix typo in example regular expression.Raymond Hettinger2010-09-171-1/+1
* | Add tokenizer example to regex docs.Raymond Hettinger2010-09-161-0/+63
* | #6538: fix regex documentation again -- use fictional class names "regex" and...Georg Brandl2010-07-291-200/+198
* | Remove Python 1.5 compatibility note.Georg Brandl2010-07-291-7/+4
* | Use raw string literals for regexes containing backlash.Georg Brandl2010-07-121-2/+2
* | Add missing docs for re module 'purge' function.R. David Murray2010-07-101-0/+5
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-25/+33
* | Add MatchObject.groups which got messed up during a merge.Brian Curtin2010-04-081-0/+3
* | Merged revisions 79430 via svnmerge fromBrian Curtin2010-03-261-171/+174
* | Merged revisions 77455 via svnmerge fromEzio Melotti2010-01-131-5/+5
* | Switch more function arguments docs to new-style.Georg Brandl2009-09-021-16/+15
* | Merged revisions 74328,74332-74333,74365 via svnmerge fromGeorg Brandl2009-08-131-3/+1
* | Issue #6561: '\d' in a regular expression should match only UnicodeMark Dickinson2009-07-281-5/+6
* | Merged revisions 74205 via svnmerge fromGeorg Brandl2009-07-261-23/+26
|/
* #6235: ASCII also affects \[dD] escapes.Georg Brandl2009-06-081-3/+3
* Remove duplicated sentence. Remove duplicated sentence.Georg Brandl2009-06-081-2/+1
* Typo fix; constant name is uppercaseAndrew M. Kuchling2009-06-011-1/+1
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-3/+3
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-13/+11
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-1/+1
* #5486: typos.Georg Brandl2009-03-131-1/+1
* Merged revisions 70090 via svnmerge fromGregory P. Smith2009-03-021-3/+16
* Merged r70088 from trunk (re documentation update)Gregory P. Smith2009-03-021-8/+12
* Remove trailing whitespace.Georg Brandl2009-01-031-6/+6
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-0/+5
* Tiny fix of IGNORECASE plus removal of a UNICODE reference.Mark Summerfield2008-08-201-6/+7
* Revised all texts concerning the ASCII flag: (1) put Unicode case firstMark Summerfield2008-08-201-49/+55
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-50/+77
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-6/+9
* Added a note to [] that special forms & special chars lose their meaningMark Summerfield2008-05-311-0/+6
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-0/+3
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-4/+4
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-72/+87
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+13
* Remove 1.5.2 incompatibility notes from RE docs.Georg Brandl2008-03-061-6/+2
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-2/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-1/+1
* Merged revisions 59883-59920 via svnmerge fromChristian Heimes2008-01-111-1/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-17/+5
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-11/+17
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-051-21/+284
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-17/+20
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+7
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-13/+0
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-1/+6