index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
HTMLParser.py
Commit message (
Expand
)
Author
Age
*
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
Fred Drake
2008-05-17
*
rename markupbase to _markupbase
Fred Drake
2007-12-07
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Reverting previous checkin. This breaks too much of HTMLParser to be applied
Georg Brandl
2005-09-01
*
bug [ 761452 ] HTMLParser chokes on my.yahoo.com output
Georg Brandl
2005-08-31
*
remove unnecessary override of base class method
Fred Drake
2004-09-08
*
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...
Andrew M. Kuchling
2004-06-05
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Accept commas in unquoted attribute values.
Fred Drake
2003-03-14
*
Simplify code to remove an unnecessary test.
Fred Drake
2002-05-14
*
Convert to using string methods instead of the string module.
Fred Drake
2001-12-03
*
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
Fred Drake
2001-09-24
*
Whitespace normalization.
Tim Peters
2001-09-18
*
HTMLParser is allowed to be more strict than sgmllib, so let's not
Fred Drake
2001-09-04
*
Added reasonable parsing of the DOCTYPE declaration, fixed edge cases
Fred Drake
2001-09-04
*
Deal more appropriately with bare ampersands and pointy brackets; this
Fred Drake
2001-08-20
*
Change some comments into docstrings.
Fred Drake
2001-08-03
*
Merge my changes to the offending comment with Guido's changes.
Fred Drake
2001-05-23
*
Removed incorrect comment left over from sgmllib.py.
Guido van Rossum
2001-05-22
*
A much improved HTML parser -- a replacement for sgmllib. The API is
Guido van Rossum
2001-05-18