Ezio Melotti
|
7ce22d1940
|
#16304: merge with 3.2.
|
2012-11-04 06:59:51 +02:00 |
Ezio Melotti
|
b87f82f8d4
|
#16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz.
|
2012-11-04 06:59:22 +02:00 |
Antoine Pitrou
|
463badf06c
|
Issue #3665: \u and \U escapes are now supported in unicode regular expressions.
Patch by Serhiy Storchaka.
|
2012-06-23 13:29:19 +02:00 |
Ezio Melotti
|
5fe0f4e369
|
#14519: merge with 3.2.
|
2012-04-29 11:48:54 +03:00 |
Ezio Melotti
|
a0b1d1eea2
|
#14519: fix the regex used in the scanf example.
|
2012-04-29 11:47:28 +03:00 |
Ezio Melotti
|
0ce1649674
|
#14461: merge with 3.2.
|
2012-04-29 07:35:22 +03:00 |
Ezio Melotti
|
0a6b5419b0
|
#14461: fix wording.
|
2012-04-29 07:34:46 +03:00 |
Ezio Melotti
|
e240947cc0
|
#14155: merge note about \b from 3.2.
|
2012-04-29 04:53:20 +03:00 |
Ezio Melotti
|
285e51b7e0
|
#14155: add a note about \b.
|
2012-04-29 04:52:30 +03:00 |
Georg Brandl
|
869ac7895f
|
merge with 3.2
|
2012-03-17 17:29:39 +01:00 |
Georg Brandl
|
3a19e542ff
|
Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern
|
2012-03-17 17:29:27 +01:00 |
Georg Brandl
|
9758fcfb87
|
merge with 3.2
|
2012-03-17 17:26:36 +01:00 |
Georg Brandl
|
557a3ec9bb
|
Closes #14343: avoid shadowing builtin input() in example code.
|
2012-03-17 17:26:27 +01:00 |
Georg Brandl
|
5ec6fdb0f6
|
Closes #14342: remove out-of-date section about avoiding recursion errors.
|
2012-03-17 17:25:47 +01:00 |
Georg Brandl
|
5cd2767144
|
#14283: merge with 3.2
|
2012-03-14 08:07:29 +01:00 |
Georg Brandl
|
69c7a69cbe
|
Closes #14283: match() and search() are regex methods, not match methods.
|
2012-03-14 08:02:43 +01:00 |
Ezio Melotti
|
6ea00ef25a
|
#14155: merge with 3.2.
|
2012-02-29 13:40:11 +02:00 |
Ezio Melotti
|
443f000bdd
|
#14155: remove duplication about search vs match in re doc.
|
2012-02-29 13:39:05 +02:00 |
Ezio Melotti
|
0b8123d8ae
|
#10713: merge with 3.2.
|
2012-02-29 11:49:45 +02:00 |
Ezio Melotti
|
5a045b9f54
|
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
|
2012-02-29 11:48:44 +02:00 |
Sandro Tosi
|
da785fd527
|
Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
|
2012-01-01 12:55:20 +01:00 |
Sandro Tosi
|
245537a84d
|
merge with 3.2
|
2012-01-01 12:56:04 +01:00 |
Ezio Melotti
|
9987d9351c
|
#13613: merge with 3.2.
|
2011-12-17 01:20:02 +02:00 |
Ezio Melotti
|
e5b2ac8987
|
#13613: fix example in re doc.
|
2011-12-17 01:17:17 +02:00 |
Ezio Melotti
|
27607290a6
|
#13219: merge with 3.2.
|
2011-10-20 19:40:44 +03:00 |
Ezio Melotti
|
81231d9379
|
#13219: clarify section about character sets in the re documentation.
|
2011-10-20 19:38:04 +03:00 |
Raymond Hettinger
|
eeb905bd7b
|
Merge
|
2011-10-19 14:10:37 -07:00 |
Raymond Hettinger
|
5768e0c788
|
Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs
|
2011-10-19 14:10:07 -07:00 |
Sandro Tosi
|
5f4ea28f49
|
merge with 3.2
|
2011-08-19 22:55:24 +02:00 |
Sandro Tosi
|
6a633bb878
|
fix description of \r; thanks to Thomas Waldmann from docs@
|
2011-08-19 22:54:50 +02:00 |
Raymond Hettinger
|
1dc5407020
|
Clean-up example.
|
2011-05-23 12:46:20 -07:00 |
Raymond Hettinger
|
4b244ef255
|
Clean-up example.
|
2011-05-23 12:45:34 -07:00 |
Raymond Hettinger
|
db3dd8a6cc
|
Further beautification of the example
|
2011-05-13 01:39:22 -07:00 |
Raymond Hettinger
|
23157e5ddc
|
Further beautification of the example
|
2011-05-13 01:38:31 -07:00 |
Raymond Hettinger
|
2584b2f9f3
|
Neaten up example so it can be cut and pasted.
|
2011-05-13 01:04:45 -07:00 |
Raymond Hettinger
|
9c47d778f7
|
Neaten up example so it can be cut and pasted.
|
2011-05-13 01:03:50 -07:00 |
Georg Brandl
|
93ea851e83
|
Merge two minor doc changes into default.
|
2011-05-13 07:01:58 +02:00 |
Georg Brandl
|
325477e20e
|
Fix unbound local error in RE tokenizer example. Thanks to Herman L. Jackson.
|
2011-05-13 06:54:23 +02:00 |
Ezio Melotti
|
88fdeb45ef
|
#2650: re.escape() no longer escapes the "_".
|
2011-04-10 12:59:16 +03:00 |
Senthil Kumaran
|
e858bca356
|
forward merge from 3.1
|
2011-03-12 11:42:33 +08:00 |
Senthil Kumaran
|
abd4a05561
|
Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex
|
2011-03-12 11:40:25 +08:00 |
orsenthil@gmail.com
|
476021b3d0
|
Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex
|
2011-03-12 10:46:25 +08:00 |
Raymond Hettinger
|
c2c7c37377
|
Make the example a little more interesting and useful.
|
2010-12-07 09:44:21 +00:00 |
Raymond Hettinger
|
1fa7682c26
|
Note improvements to the docs.
|
2010-12-06 23:31:36 +00:00 |
Georg Brandl
|
f55aa80b37
|
Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,85875,85907-85908,85911,85914 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r85820 | georg.brandl | 2010-10-24 16:20:22 +0200 (So, 24 Okt 2010) | 1 line
Remove usage of exception indexing.
........
r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line
Fix style.
........
r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line
Add documentation about the default warnings filters.
........
r85840 | georg.brandl | 2010-10-25 19:50:20 +0200 (Mo, 25 Okt 2010) | 1 line
#3018: tkinter demo fixes for py3k.
........
r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line
Markup fix.
........
r85844 | georg.brandl | 2010-10-26 12:39:14 +0200 (Di, 26 Okt 2010) | 1 line
Work a bit more on tkinter demos.
........
r85845 | georg.brandl | 2010-10-26 12:42:16 +0200 (Di, 26 Okt 2010) | 1 line
faqwiz is removed.
........
r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line
#10200: typo.
........
r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line
#10200: typo.
........
r85851 | georg.brandl | 2010-10-26 22:12:37 +0200 (Di, 26 Okt 2010) | 1 line
Fix import.
........
r85855 | georg.brandl | 2010-10-27 09:21:54 +0200 (Mi, 27 Okt 2010) | 1 line
Encoding fix.
........
r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line
Add David.
........
r85875 | georg.brandl | 2010-10-28 10:38:30 +0200 (Do, 28 Okt 2010) | 1 line
Fix bytes/str issues in get-remote-certificate.py.
........
r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line
#10222: fix for overzealous AIX compiler.
........
r85908 | georg.brandl | 2010-10-29 07:22:17 +0200 (Fr, 29 Okt 2010) | 1 line
send_bytes obviously needs bytes...
........
r85911 | georg.brandl | 2010-10-29 07:36:28 +0200 (Fr, 29 Okt 2010) | 1 line
Fix markup error and update false positive entries from "make suspicious".
........
r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line
(?:...) is a non-capturing, but still grouping construct.
........
|
2010-11-26 08:59:40 +00:00 |
Georg Brandl
|
3122ce3e5d
|
(?:...) is a non-capturing, but still grouping construct.
|
2010-10-29 06:17:38 +00:00 |
Georg Brandl
|
60203b41b0
|
Migrate to Sphinx 1.0 C language constructs.
|
2010-10-06 10:11:56 +00:00 |
Raymond Hettinger
|
8f5dbc83ea
|
Fix typo in example regular expression.
|
2010-09-17 06:26:45 +00:00 |
Raymond Hettinger
|
37ade9cb61
|
Add tokenizer example to regex docs.
|
2010-09-16 12:02:17 +00:00 |
Georg Brandl
|
b1a4e2c0b8
|
Merged revisions 82832,82834 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r82832 | georg.brandl | 2010-07-12 11:00:29 +0200 (Mo, 12 Jul 2010) | 1 line
Take care of duplicate target name warnings.
........
r82834 | georg.brandl | 2010-07-12 11:06:13 +0200 (Mo, 12 Jul 2010) | 1 line
Use raw string literals for regexes containing backlash.
........
|
2010-08-01 21:40:25 +00:00 |