summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* #14519: fix the regex used in the scanf example.Ezio Melotti2012-04-291-2/+2
* #14461: fix wording.Ezio Melotti2012-04-291-1/+1
* #14155: add a note about \b.Ezio Melotti2012-04-291-0/+3
* Closes #14250: regex.flags has not only explicit flags but also implicit flag...Georg Brandl2012-03-171-2/+3
* Closes #14343: avoid shadowing builtin input() in example code.Georg Brandl2012-03-171-2/+2
* Closes #14342: remove out-of-date section about avoiding recursion errors.Georg Brandl2012-03-171-22/+0
* Closes #14283: match() and search() are regex methods, not match methods.Georg Brandl2012-03-141-5/+4
* #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-8/+14
* Issue #13690: add re.DEBUG; patch by Filip GruszczyƄskiSandro Tosi2012-01-011-0/+5
* #13613: fix example in re doc.Ezio Melotti2011-12-161-6/+6
* #13219: clarify section about character sets in the re documentation.Ezio Melotti2011-10-201-24/+30
* Issue 11931: Minor punctuation/grammar/wording fixups to the regex docsRaymond Hettinger2011-10-191-12/+11
* 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
* 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
* 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
* | 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