COMMITS
/ Lib/HTMLParser.py May 3, 2007
G
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
September 1, 2005
G
Reverting previous checkin. This breaks too much of HTMLParser to be applied
Georg Brandl committed
August 31, 2005
G
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
Georg Brandl committed
September 8, 2004
F
remove unnecessary override of base class method
Fred Drake committed
June 5, 2004
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
March 14, 2003
F
Accept commas in unquoted attribute values.
Fred Drake committed
May 14, 2002
F
Simplify code to remove an unnecessary test.
Fred Drake committed
December 3, 2001
F
Convert to using string methods instead of the string module.
Fred Drake committed
September 24, 2001
F
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
Fred Drake committed
September 18, 2001
T
Whitespace normalization.
Tim Peters committed
September 4, 2001
F
HTMLParser is allowed to be more strict than sgmllib, so let's not
Fred Drake committed
F
Added reasonable parsing of the DOCTYPE declaration, fixed edge cases
Fred Drake committed
August 20, 2001
F
Deal more appropriately with bare ampersands and pointy brackets; this
Fred Drake committed
August 3, 2001
F
Change some comments into docstrings.
Fred Drake committed
May 23, 2001
F
Merge my changes to the offending comment with Guido's changes.
Fred Drake committed
May 22, 2001
G
Removed incorrect comment left over from sgmllib.py.
Guido van Rossum committed
May 18, 2001
G
A much improved HTML parser -- a replacement for sgmllib. The API is
Guido van Rossum committed