index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
html
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-95813: Improve HTMLParser from the view of inheritance (#95874)
Dong-hee Na
2022-08-18
1
-1/+2
*
gh-82927: Update files related to HTML entities. (GH-92504)
Ezio Melotti
2022-06-21
1
-3/+6
*
Add source for character mappings (#92014)
slateny
2022-05-06
1
-0/+1
*
bpo-45421: Remove dead code from html.parser (GH-28847)
Alberto Mardegan
2021-10-12
1
-7/+0
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-41748: Handles unquoted attributes with commas (#24072)
Karl Dubost
2021-02-01
1
-1/+1
*
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki
2019-08-27
1
-8/+0
*
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2...
Motoki Naruse
2017-06-17
1
-1/+1
*
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
Serhiy Storchaka
2017-05-24
1
-1/+1
*
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...
Jani Ĺ umak
2017-05-23
1
-1/+1
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-2/+2
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Merge spelling fixes from 3.4 into 3.5
Martin Panter
2015-10-31
1
-1/+1
|
\
|
*
Fix some spelling errors in documentation and code comments
Martin Panter
2015-10-31
1
-1/+1
*
|
#23144: merge with 3.4.
Ezio Melotti
2015-09-06
1
-1/+9
|
\
\
|
|
/
|
*
#23144: Make sure that HTMLParser.feed() returns all the data, even when conv...
Ezio Melotti
2015-09-06
1
-1/+9
*
|
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-2/+2
*
|
#21047: set the default value for the *convert_charrefs* argument of HTMLPars...
Ezio Melotti
2014-08-02
1
-8/+2
*
|
Add an __all__ to html.entities.
Ezio Melotti
2014-08-02
1
-0/+3
*
|
#15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the...
Ezio Melotti
2014-08-02
1
-94/+12
|
/
*
#20288: merge with 3.3.
Ezio Melotti
2014-02-01
1
-3/+3
|
\
|
*
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti
2014-02-01
1
-3/+3
*
|
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...
Ezio Melotti
2013-11-23
1
-17/+45
*
|
#19688: add back and deprecate the internal HTMLParser.unescape() method.
Ezio Melotti
2013-11-22
1
-0/+7
*
|
#2927: Added the unescape() function to the html module.
Ezio Melotti
2013-11-19
2
-34/+118
*
|
#19480: merge with 3.3.
Ezio Melotti
2013-11-07
1
-9/+12
|
\
\
|
|
/
|
*
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
1
-9/+12
*
|
#15114: The html.parser module now raises a DeprecationWarning when the stric...
Ezio Melotti
2013-11-02
1
-4/+10
*
|
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...
Ezio Melotti
2013-07-07
1
-7/+6
*
|
#17802: merge with 3.3.
Ezio Melotti
2013-05-01
1
-0/+1
|
\
\
|
|
/
|
*
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Bar...
Ezio Melotti
2013-05-01
1
-0/+1
*
|
#14679: add an __all__ (that contains only HTMLParser) to html.parser.
Ezio Melotti
2013-05-01
1
-0/+2
|
/
*
#16245: Fix the value of a few entities in html.entities.html5.
Ezio Melotti
2012-10-23
1
-12/+12
*
Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia...
Ezio Melotti
2012-10-23
1
-109/+109
*
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
Ezio Melotti
2012-06-24
1
-17/+15
*
#11113: add a new "html5" dictionary containing the named character reference...
Ezio Melotti
2012-06-24
1
-0/+2236
*
#15114: the strict mode of HTMLParser and the HTMLParseError exception are de...
Ezio Melotti
2012-06-23
1
-9/+12
*
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti
2012-04-19
1
-3/+3
*
HTMLParser is now able to handle slashes in the start tag.
Ezio Melotti
2012-02-21
1
-7/+11
*
Fix an index and clean up comments.
Ezio Melotti
2012-02-13
1
-1/+2
*
Improve handling of declarations in HTMLParser.
Ezio Melotti
2012-02-13
1
-8/+22
*
#13993: HTMLParser is now able to handle broken end tags when strict=False.
Ezio Melotti
2012-02-13
1
-15/+27
*
#13960: HTMLParser is now able to handle broken comments when strict=False.
Ezio Melotti
2012-02-10
1
-1/+24
*
#13358: HTMLParser now calls handle_data only once for each CDATA.
Ezio Melotti
2011-11-18
1
-3/+4
*
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...
Ezio Melotti
2011-11-14
1
-9/+10
*
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...
Ezio Melotti
2011-11-01
1
-4/+18
*
#13273: fix a bug that prevented HTMLParser to properly detect some tags when...
Ezio Melotti
2011-10-28
1
-3/+2
*
Fix issue12938 - Update the docstring of html.escape. Include the information...
Senthil Kumaran
2011-09-12
1
-1/+2
*
#12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...
Ezio Melotti
2011-09-05
1
-1/+1
[next]