summaryrefslogtreecommitdiffstats
path: root/Doc/library/htmlparser.rst
Commit message (Collapse)AuthorAgeFilesLines
* #14020: improve HTMLParser documentation.Ezio Melotti2012-02-171-72/+209
|
* #3932: suggest passing unicode to HTMLParser.feed().Ezio Melotti2011-12-191-1/+2
|
* #670664: Fix HTMLParser to correctly handle the content of ↵Ezio Melotti2011-11-011-1/+2
| | | | ``<script>...</script>`` and ``<style>...</style>``.
* Minor fixes to the HTMLParser doc.Ezio Melotti2011-10-281-4/+4
|
* Improve HTMLParser example in the doc.Ezio Melotti2011-10-281-6/+11
|
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+4
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Fix duplicate word.Georg Brandl2011-03-211-1/+1
|
* Merged revisions 83223 via svnmerge fromGeorg Brandl2010-08-011-4/+12
| | | | | | | | | | 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(). ........
* Standardize renaming notes.Georg Brandl2008-05-201-2/+4
|
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-0/+187
| | | | (http://bugs.python.org/issue2882)
* Rename html.parser file, and split html.entities from htmllibGeorg Brandl2008-05-171-191/+0
| | | | to ease removal of the latter in Py3k.
* document the renames for modules moved to the html packageFred Drake2008-05-171-0/+8
| | | | (http://bugs.python.org/issue2882)
* update references and documentation for modules in the new html packageFred Drake2008-05-171-7/+7
| | | | (http://bugs.python.org/issue2882)
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+183