summaryrefslogtreecommitdiff
path: root/Doc/library/html.parser.rst
Commit message (Expand)AuthorAgeFilesLines
* Update html.parser.rst (GH-30678)Géry Ogam2022-02-171-1/+1
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+9
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* Merge: #24926: Fix typo in example.R David Murray2015-08-241-1/+1
|\
| * #24926: Fix typo in example.R David Murray2015-08-241-1/+1
* | #21047: set the default value for the *convert_charrefs* argument of HTMLPars...Ezio Melotti2014-08-021-4/+5
* | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...Ezio Melotti2014-08-021-39/+3
|/
* #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-231-11/+24
* #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-021-2/+2
* Fix a couple of versionadded/versionchanged related markup errors.Georg Brandl2012-06-241-1/+2
* #15114: the strict mode of HTMLParser and the HTMLParseError exception are de...Ezio Melotti2012-06-231-6/+15
* #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