Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bdd2d93bfebbfcc90b2e08c7400b4b41814f70e7
/
Lib
/
html
164540f
Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax
by Senthil Kumaran
· 15 years ago
b579dba
#1486713: Add a tolerant mode to HTMLParser.
by R. David Murray
· 15 years ago
1f7fffb
#2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
by Georg Brandl
· 15 years ago
e021f4b
Recorded merge of revisions 81500-81501 via svnmerge from
by Victor Stinner
· 15 years ago
fd03645
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
by Antoine Pitrou
· 17 years ago
f64dcf3
Change test_htmlparser to reflect the HTMLParser -> html.parser
by Mark Dickinson
· 17 years ago
3c50ea4
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
by Fred Drake
· 17 years ago