summaryrefslogtreecommitdiffstats
path: root/Lib/html
Commit message (Expand)AuthorAgeFilesLines
* gh-140875: Fix handling of unclosed charrefs before EOF in HTMLParser (GH-140...Serhiy Storchaka2025-11-191-10/+19
* gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837)Serhiy Storchaka2025-10-311-6/+18
* gh-135661: Fix parsing unterminated bogus comments in HTMLParser (GH-137873)Serhiy Storchaka2025-08-171-14/+8
* gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665)Serhiy Storchaka2025-08-141-2/+26
* gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (#135...Timon Viola2025-07-221-5/+15
* gh-135661: Fix parsing attributes with whitespaces around the "=" separator i...Serhiy Storchaka2025-07-211-2/+2
* gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard ...Serhiy Storchaka2025-07-041-1/+17
* gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML...Serhiy Storchaka2025-07-031-74/+69
* gh-135462: Fix quadratic complexity in processing special input in HTMLParser...Serhiy Storchaka2025-06-131-11/+30
* gh-86155: Fix data loss after unclosed script or style tag in HTMLParser (GH-...Waylan Limberg2025-05-101-1/+1
* gh-77057: Fix handling of invalid markup declarations in HTMLParser (GH-9295)Ezio Melotti2025-05-101-2/+2
* gh-69426: HTMLParser: only unescape properly terminated character entities in...Sascha Ißbrücker2025-05-071-1/+19
* gh-100210: Correct the comment link for unescaping HTML (#100212)Jean-Christophe Amiel2023-02-191-1/+1
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
* gh-95813: Improve HTMLParser from the view of inheritance (#95874)Dong-hee Na2022-08-181-1/+2
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-211-3/+6
* Add source for character mappings (#92014)slateny2022-05-061-0/+1
* bpo-45421: Remove dead code from html.parser (GH-28847)Alberto Mardegan2021-10-121-7/+0
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* bpo-41748: Handles unquoted attributes with commas (#24072)Karl Dubost2021-02-011-1/+1
* bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)Inada Naoki2019-08-271-8/+0
* bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2...Motoki Naruse2017-06-171-1/+1
* Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)Serhiy Storchaka2017-05-241-1/+1
* Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...Jani Šumak2017-05-231-1/+1
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
* | #23144: merge with 3.4.Ezio Melotti2015-09-061-1/+9
|\ \ | |/
| * #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-061-1/+9
* | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
|\ \ | |/
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
* | #21047: set the default value for the *convert_charrefs* argument of HTMLPars...Ezio Melotti2014-08-021-8/+2
* | Add an __all__ to html.entities.Ezio Melotti2014-08-021-0/+3
* | #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...Ezio Melotti2014-08-021-94/+12
|/
* #20288: merge with 3.3.Ezio Melotti2014-02-011-3/+3
|\
| * #20288: fix handling of invalid numeric charrefs in HTMLParser.Ezio Melotti2014-02-011-3/+3
* | #13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...Ezio Melotti2013-11-231-17/+45
* | #19688: add back and deprecate the internal HTMLParser.unescape() method.Ezio Melotti2013-11-221-0/+7
* | #2927: Added the unescape() function to the html module.Ezio Melotti2013-11-192-34/+118
* | #19480: merge with 3.3.Ezio Melotti2013-11-071-9/+12
|\ \ | |/
| * #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-071-9/+12
* | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-021-4/+10
* | #18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...Ezio Melotti2013-07-071-7/+6
* | #17802: merge with 3.3.Ezio Melotti2013-05-011-0/+1
|\ \ | |/
| * #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...Ezio Melotti2013-05-011-0/+1
* | #14679: add an __all__ (that contains only HTMLParser) to html.parser.Ezio Melotti2013-05-011-0/+2
|/
* #16245: Fix the value of a few entities in html.entities.html5.Ezio Melotti2012-10-231-12/+12
* Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia...Ezio Melotti2012-10-231-109/+109
* #15156: HTMLParser now uses the new "html.entities.html5" dictionary.Ezio Melotti2012-06-241-17/+15