summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #3665: \u and \U escapes are now supported in unicode regular expressions.Antoine Pitrou2012-06-231-2/+9
* #14519: merge with 3.2.Ezio Melotti2012-04-291-2/+2
|\
| * #14519: fix the regex used in the scanf example.Ezio Melotti2012-04-291-2/+2
* | #14461: merge with 3.2.Ezio Melotti2012-04-291-1/+1
|\ \ | |/
| * #14461: fix wording.Ezio Melotti2012-04-291-1/+1
* | #14155: merge note about \b from 3.2.Ezio Melotti2012-04-291-0/+3
|\ \ | |/
| * #14155: add a note about \b.Ezio Melotti2012-04-291-0/+3
* | merge with 3.2Georg Brandl2012-03-171-2/+3
|\ \ | |/
| * Closes #14250: regex.flags has not only explicit flags but also implicit flag...Georg Brandl2012-03-171-2/+3
* | merge with 3.2Georg Brandl2012-03-171-24/+2
|\ \ | |/
| * 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
* | #14283: merge with 3.2Georg Brandl2012-03-141-5/+4
|\ \ | |/
| * Closes #14283: match() and search() are regex methods, not match methods.Georg Brandl2012-03-141-5/+4
* | #14155: merge with 3.2.Ezio Melotti2012-02-291-52/+28
|\ \ | |/
| * #14155: remove duplication about search vs match in re doc.Ezio Melotti2012-02-291-52/+28
* | #10713: merge with 3.2.Ezio Melotti2012-02-291-8/+14
|\ \ | |/
| * #10713: Improve documentation for \b and \B and add a few tests. Initial pat...Ezio Melotti2012-02-291-8/+14
* | merge with 3.2Sandro Tosi2012-01-011-0/+5
|\ \ | |/
| * Issue #13690: add re.DEBUG; patch by Filip GruszczyƄskiSandro Tosi2012-01-011-0/+5
* | #13613: merge with 3.2.Ezio Melotti2011-12-161-6/+6
|\ \ | |/
| * #13613: fix example in re doc.Ezio Melotti2011-12-161-6/+6
* | #13219: merge with 3.2.Ezio Melotti2011-10-201-24/+30
|\ \ | |/
| * #13219: clarify section about character sets in the re documentation.Ezio Melotti2011-10-201-24/+30
* | MergeRaymond Hettinger2011-10-191-12/+11
|\ \ | |/
| * Issue 11931: Minor punctuation/grammar/wording fixups to the regex docsRaymond Hettinger2011-10-191-12/+11
* | 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