summaryrefslogtreecommitdiffstats
path: root/Lib/html/parser.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove html package and fix test_htmlparser.Georg Brandl2008-05-201-387/+0
|
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-6/+5
| | | | (http://bugs.python.org/issue2882)
* update references and documentation for modules in the new html packageFred Drake2008-05-171-5/+6
| | | | (http://bugs.python.org/issue2882)
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-171-0/+387
(http://bugs.python.org/issue2882)