Martin Panter
|
1f1177d69a
|
Fix some spelling errors in documentation and code comments
|
2015-10-31 11:48:53 +00:00 |
|
Ezio Melotti
|
6f2bb98966
|
#23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True.
|
2015-09-06 21:38:06 +03:00 |
|
Serhiy Storchaka
|
d3faf43f9b
|
Issue #23181: More "codepoint" -> "code point".
|
2015-01-18 11:28:37 +02:00 |
|
Ezio Melotti
|
153d97b24e
|
#20288: merge with 3.3.
|
2014-02-01 21:22:26 +02:00 |
|
Ezio Melotti
|
f27b9a741a
|
#20288: fix handling of invalid numeric charrefs in HTMLParser.
|
2014-02-01 21:21:01 +02:00 |
|
Ezio Melotti
|
95401c5f6b
|
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
|
2013-11-23 19:52:05 +02:00 |
|
Ezio Melotti
|
f6de9eb2bb
|
#19688: add back and deprecate the internal HTMLParser.unescape() method.
|
2013-11-22 05:49:29 +02:00 |
|
Ezio Melotti
|
4a9ee26750
|
#2927: Added the unescape() function to the html module.
|
2013-11-19 20:28:45 +02:00 |
|
Ezio Melotti
|
b7038817fe
|
#19480: merge with 3.3.
|
2013-11-07 18:35:27 +02:00 |
|
Ezio Melotti
|
7165d8b9ba
|
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
|
2013-11-07 18:33:24 +02:00 |
|
Ezio Melotti
|
88ebfb129b
|
#15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
|
2013-11-02 17:08:24 +02:00 |
|
Ezio Melotti
|
4603487dc9
|
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant.
|
2013-07-07 11:11:24 +02:00 |
|
Ezio Melotti
|
f6ca26fbff
|
#17802: merge with 3.3.
|
2013-05-01 16:20:00 +03:00 |
|
Ezio Melotti
|
8e596a765c
|
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
|
2013-05-01 16:18:25 +03:00 |
|
Ezio Melotti
|
1698babd1b
|
#14679: add an __all__ (that contains only HTMLParser) to html.parser.
|
2013-05-01 16:09:34 +03:00 |
|
Ezio Melotti
|
e6e96eea51
|
#16245: Fix the value of a few entities in html.entities.html5.
|
2012-10-23 15:51:27 +02:00 |
|
Ezio Melotti
|
518dbfd7b5
|
Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia.
|
2012-10-23 14:45:58 +02:00 |
|
Ezio Melotti
|
46495182d0
|
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
|
2012-06-24 22:02:56 +02:00 |
|
Ezio Melotti
|
dc44f55cc9
|
#11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module.
|
2012-06-24 04:37:41 +02:00 |
|
Ezio Melotti
|
3861d8b271
|
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
|
2012-06-23 15:27:51 +02:00 |
|
Ezio Melotti
|
0780b6bc58
|
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
|
2012-04-18 19:18:22 -06:00 |
|
Ezio Melotti
|
29877e8e04
|
HTMLParser is now able to handle slashes in the start tag.
|
2012-02-21 09:25:00 +02:00 |
|
Ezio Melotti
|
e31ddedb0e
|
Fix an index and clean up comments.
|
2012-02-13 20:20:00 +02:00 |
|
Ezio Melotti
|
f4ab491901
|
Improve handling of declarations in HTMLParser.
|
2012-02-13 15:50:37 +02:00 |
|
Ezio Melotti
|
5211ffe4df
|
#13993: HTMLParser is now able to handle broken end tags when strict=False.
|
2012-02-13 11:24:50 +02:00 |
|