summaryrefslogtreecommitdiffstats
path: root/Doc/library/html.parser.rst
Commit message (Expand)AuthorAgeFilesLines
* #14020: improve HTMLParser documentation.Ezio Melotti2012-02-181-67/+205
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-1/+2
* Improve HTMLParser example in the doc and fix a couple minor things.Ezio Melotti2011-10-281-23/+19
* Merge to 3.2.Georg Brandl2011-03-211-1/+1
|\
| * Fix duplicate word.Georg Brandl2011-03-211-1/+1
| * Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,...Georg Brandl2010-10-061-1/+1
| * Merged revisions 83223 via svnmerge fromGeorg Brandl2010-08-011-4/+12
| * Merged revisions 73592,73823 via svnmerge fromGeorg Brandl2009-08-131-8/+18
* | More source links.Raymond Hettinger2011-01-271-0/+4
* | Add missing versionchanged, correct 'throw' wording to 'raise'.R. David Murray2010-12-031-2/+4
* | #1486713: Add a tolerant mode to HTMLParser.R. David Murray2010-12-031-2/+11
* | Terminology fix: exceptions are raised, except in generator.throw().Georg Brandl2010-08-031-1/+1
* | #3874: document HTMLParser.unknown_decl().Georg Brandl2010-07-291-4/+12
* | Updated the last example as requested in #6350Ezio Melotti2009-06-271-8/+18
|/
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-6/+2
* Merged revisions 63438 via svnmerge fromGeorg Brandl2008-05-181-0/+179