| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|\ |
|
| * | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|
|
* | | Fixed regex match representation in an example. | Serhiy Storchaka | 2013-12-02 | 1 | -1/+1 |
|
|
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, | Serhiy Storchaka | 2013-11-23 | 1 | -1/+29 |
|
|
* | | #19639: update the repr of the match objects in the docs. Patch by Claudiu P... | Ezio Melotti | 2013-11-23 | 1 | -9/+9 |
|
|
* | | Back out accidentally pushed changeset b51218966201. | Georg Brandl | 2013-10-13 | 1 | -28/+0 |
|
|
* | | Add re.fullmatch() function and regex.fullmatch() method, which anchor the | Georg Brandl | 2013-10-13 | 1 | -0/+28 |
|/ |
|
* | Fix example in backreference description. Found by Alexander Heger on docs@. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|
|
* | Closes #15956: improve documentation of named groups and how to reference them. | Georg Brandl | 2013-10-06 | 1 | -14/+26 |
|
|
* | #16304: merge with 3.2. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|\ |
|
| * | #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|
|
* | | Issue #3665: \u and \U escapes are now supported in unicode regular expressions. | Antoine Pitrou | 2012-06-23 | 1 | -2/+9 |
|
|
* | | #14519: merge with 3.2. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #14519: fix the regex used in the scanf example. | Ezio Melotti | 2012-04-29 | 1 | -2/+2 |
|
|
* | | #14461: merge with 3.2. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #14461: fix wording. | Ezio Melotti | 2012-04-29 | 1 | -1/+1 |
|
|
* | | #14155: merge note about \b from 3.2. | Ezio Melotti | 2012-04-29 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #14155: add a note about \b. | Ezio Melotti | 2012-04-29 | 1 | -0/+3 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Closes #14250: regex.flags has not only explicit flags but also implicit flag... | Georg Brandl | 2012-03-17 | 1 | -2/+3 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -24/+2 |
|\ \
| |/ |
|
| * | Closes #14343: avoid shadowing builtin input() in example code. | Georg Brandl | 2012-03-17 | 1 | -2/+2 |
|
|
| * | Closes #14342: remove out-of-date section about avoiding recursion errors. | Georg Brandl | 2012-03-17 | 1 | -22/+0 |
|
|
* | | #14283: merge with 3.2 | Georg Brandl | 2012-03-14 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Closes #14283: match() and search() are regex methods, not match methods. | Georg Brandl | 2012-03-14 | 1 | -5/+4 |
|
|
* | | #14155: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -52/+28 |
|\ \
| |/ |
|
| * | #14155: remove duplication about search vs match in re doc. | Ezio Melotti | 2012-02-29 | 1 | -52/+28 |
|
|
* | | #10713: merge with 3.2. | Ezio Melotti | 2012-02-29 | 1 | -8/+14 |
|\ \
| |/ |
|
| * | #10713: Improve documentation for \b and \B and add a few tests. Initial pat... | Ezio Melotti | 2012-02-29 | 1 | -8/+14 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2012-01-01 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #13690: add re.DEBUG; patch by Filip GruszczyĆski | Sandro Tosi | 2012-01-01 | 1 | -0/+5 |
|
|
* | | #13613: merge with 3.2. | Ezio Melotti | 2011-12-16 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | #13613: fix example in re doc. | Ezio Melotti | 2011-12-16 | 1 | -6/+6 |
|
|
* | | #13219: merge with 3.2. | Ezio Melotti | 2011-10-20 | 1 | -24/+30 |
|\ \
| |/ |
|
| * | #13219: clarify section about character sets in the re documentation. | Ezio Melotti | 2011-10-20 | 1 | -24/+30 |
|
|
* | | Merge | Raymond Hettinger | 2011-10-19 | 1 | -12/+11 |
|\ \
| |/ |
|
| * | Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs | Raymond Hettinger | 2011-10-19 | 1 | -12/+11 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2011-08-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fix description of \r; thanks to Thomas Waldmann from docs@ | Sandro Tosi | 2011-08-19 | 1 | -1/+1 |
|
|
* | | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 |
|\ \
| |/ |
|
| * | Clean-up example. | Raymond Hettinger | 2011-05-23 | 1 | -31/+41 |
|
|
* | | Further beautification of the example | Raymond Hettinger | 2011-05-13 | 1 | -3/+6 |
|\ \
| |/ |
|
| * | Further beautification of the example | Raymond Hettinger | 2011-05-13 | 1 | -3/+6 |
|
|
* | | Neaten up example so it can be cut and pasted. | Raymond Hettinger | 2011-05-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Neaten up example so it can be cut and pasted. | Raymond Hettinger | 2011-05-13 | 1 | -2/+2 |
|
|
* | | Merge two minor doc changes into default. | Georg Brandl | 2011-05-13 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson. | Georg Brandl | 2011-05-13 | 1 | -1/+2 |
|
|
| * | 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 |
|
|