Ezio Melotti
|
0b6f255e4b
|
#15920: fix doctests in Doc/howto/regex.rst. Patch by Chris Jerdonek.
|
2012-09-17 05:36:56 +03:00 |
Éric Araujo
|
76c6aa860c
|
Use source reST role instead of file where it makes sense.
source generates a nifty link to the Mercurial web viewer.
|
2012-03-05 16:43:41 +01:00 |
Georg Brandl
|
f125a9a9aa
|
#11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ].
|
2011-03-06 11:07:11 +01:00 |
Terry Reedy
|
1d065958af
|
Issue #10875: Update Regular Expression HOWTO; additional backport with 2.7 modification.
|
2011-01-11 00:07:12 +00:00 |
Terry Reedy
|
f7dd7998de
|
Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
|
2011-01-10 22:15:19 +00:00 |
Andrew M. Kuchling
|
764fbcb098
|
The class for regexes isn't called RegexObject any more; correct the text
|
2009-06-01 00:14:19 +00:00 |
Georg Brandl
|
8c5326f103
|
#5878: fix repr of re object.
|
2009-04-29 22:44:07 +00:00 |
Benjamin Peterson
|
7b0f1540ea
|
this should be :noindex:
|
2009-04-02 00:12:47 +00:00 |
Georg Brandl
|
6eabc24416
|
#5241: document missing U in regex howto.
|
2009-03-31 18:38:56 +00:00 |
Georg Brandl
|
545a134916
|
Fix markup in re docs and give a mail address in regex howto, so that
the recommendation to send suggestions to the author can be followed.
|
2009-03-15 21:59:37 +00:00 |
Georg Brandl
|
7044b11818
|
Remove tabs from the documentation.
|
2009-01-03 21:04:55 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
0267781742
|
Fix lots of broken links in the docs, found by Sphinx' external link checker.
|
2008-03-15 00:20:19 +00:00 |
Andrew M. Kuchling
|
e7b53c52bb
|
Remove stray word
|
2008-02-24 02:39:15 +00:00 |
Georg Brandl
|
1cf0522f26
|
Convert external links to internal links. Fixes #2010.
|
2008-02-05 12:01:24 +00:00 |
Georg Brandl
|
af67f303d8
|
Fix old link.
|
2008-01-21 17:17:00 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
e7a0990113
|
Add :term:s for iterator.
|
2007-10-21 12:10:28 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |