Ezio Melotti
|
c39b552603
|
#14020: improve HTMLParser documentation.
|
2012-02-18 01:46:04 +02:00 |
Ezio Melotti
|
d0ffcd601e
|
#3932: suggest passing unicode to HTMLParser.feed().
|
2011-12-19 07:15:26 +02:00 |
Ezio Melotti
|
7e82b276dd
|
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``.
|
2011-11-01 14:09:56 +02:00 |
Ezio Melotti
|
87033526ad
|
Minor fixes to the HTMLParser doc.
|
2011-10-28 14:20:08 +03:00 |
Ezio Melotti
|
f9cc80d601
|
Improve HTMLParser example in the doc.
|
2011-10-28 14:14:34 +03:00 |
Éric Araujo
|
29a0b57e4e
|
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some
files, I have also made cosmetic changes to the header.
|
2011-08-19 02:14:03 +02:00 |
Georg Brandl
|
b6dc81df2b
|
Fix duplicate word.
|
2011-03-21 08:55:16 +01:00 |
Georg Brandl
|
c79d432479
|
Merged revisions 83223 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83223 | georg.brandl | 2010-07-29 15:38:37 +0200 (Do, 29 Jul 2010) | 1 line
#3874: document HTMLParser.unknown_decl().
........
|
2010-08-01 21:10:57 +00:00 |
Georg Brandl
|
3682dfead5
|
Standardize renaming notes.
|
2008-05-20 07:21:58 +00:00 |
Fred Drake
|
d995e1150c
|
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
|
2008-05-20 06:08:38 +00:00 |
Georg Brandl
|
c76ffca2be
|
Rename html.parser file, and split html.entities from htmllib
to ease removal of the latter in Py3k.
|
2008-05-17 21:54:03 +00:00 |
Fred Drake
|
20b56603c9
|
document the renames for modules moved to the html package
(http://bugs.python.org/issue2882)
|
2008-05-17 21:23:02 +00:00 |
Fred Drake
|
cb51d84214
|
update references and documentation for modules in the new html package
(http://bugs.python.org/issue2882)
|
2008-05-17 21:14:05 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |