summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.2Sandro Tosi2011-08-191-1/+1
|\
| * fix description of \r; thanks to Thomas Waldmann from docs@Sandro Tosi2011-08-191-1/+1
* | Clean-up example.Raymond Hettinger2011-05-231-31/+41
|\ \ | |/
| * Clean-up example.Raymond Hettinger2011-05-231-31/+41
* | Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
|\ \ | |/
| * Further beautification of the exampleRaymond Hettinger2011-05-131-3/+6
* | Neaten up example so it can be cut and pasted.Raymond Hettinger2011-05-131-2/+2
|\ \ | |/
| * Neaten up example so it can be cut and pasted.Raymond Hettinger2011-05-131-2/+2
* | Merge two minor doc changes into default.Georg Brandl2011-05-131-1/+2
|\ \ | |/
| * Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.Georg Brandl2011-05-131-1/+2
| * forward merge from 3.1Senthil Kumaran2011-03-121-5/+6
| |\
| | * Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...Senthil Kumaran2011-03-121-5/+6
| | * Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,...Georg Brandl2010-11-261-1/+1
| | * Merged revisions 82832,82834 via svnmerge fromGeorg Brandl2010-08-011-2/+2
| | * Merged revisions 83217 via svnmerge fromGeorg Brandl2010-08-011-7/+4
| | * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-111-25/+33
| | * Merged revisions 82771 via svnmerge fromR. David Murray2010-07-101-0/+5
| | * Merged revisions 79434 via svnmerge fromBrian Curtin2010-03-261-170/+175
| | * Merged revisions 77457 via svnmerge fromEzio Melotti2010-01-131-5/+5
| | * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-26/+27
* | | #2650: re.escape() no longer escapes the "_".Ezio Melotti2011-04-101-3/+6
* | | Fix issue11283 - Clarifying a re pattern in the re module docs for conditiona...orsenthil@gmail.com2011-03-121-5/+6
|/ /
* | 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