Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ef87d6ed94780fe00250a551031023aeb2898365
/
Lib
/
HTMLParser.py
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
cd3c26a
Reverting previous checkin. This breaks too much of HTMLParser to be applied
by Georg Brandl
· 19 years ago
7847405
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
by Georg Brandl
· 19 years ago
49b4d19
remove unnecessary override of base class method
by Fred Drake
· 20 years ago
b7d8ce0
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal according to the HTML REC, but HTMLParser is already a pretty loose parser. Reported by Bernd Zimmermann.
by Andrew M. Kuchling
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
0834d77
Accept commas in unquoted attribute values. This closes SF patch #669683.
by Fred Drake
· 22 years ago
30d59ba
Simplify code to remove an unnecessary test.
by Fred Drake
· 23 years ago
248b043
Convert to using string methods instead of the string module.
by Fred Drake
· 23 years ago
bfc8fea
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
by Fred Drake
· 23 years ago
b64bec3
Whitespace normalization.
by Tim Peters
· 23 years ago
7cf613d
HTMLParser is allowed to be more strict than sgmllib, so let's not
by Fred Drake
· 23 years ago
68eac2b
Added reasonable parsing of the DOCTYPE declaration, fixed edge cases
by Fred Drake
· 23 years ago
029acfb
Deal more appropriately with bare ampersands and pointy brackets; this
by Fred Drake
· 23 years ago
1d4601d
Change some comments into docstrings.
by Fred Drake
· 23 years ago
1c48eb7
Merge my changes to the offending comment with Guido's changes.
by Fred Drake
· 23 years ago
07f353c
Removed incorrect comment left over from sgmllib.py.
by Guido van Rossum
· 23 years ago
8846d71
A much improved HTML parser -- a replacement for sgmllib. The API is
by Guido van Rossum
· 23 years ago