GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
HTMLParser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unnecessary override of base class method
Fred Drake
2004-09-08
1
-13
/
+0
*
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...
Andrew M. Kuchling
2004-06-05
1
-1
/
+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4
/
+4
*
Accept commas in unquoted attribute values.
Fred Drake
2003-03-14
1
-1
/
+1
*
Simplify code to remove an unnecessary test.
Fred Drake
2002-05-14
1
-2
/
+1
*
Convert to using string methods instead of the string module.
Fred Drake
2001-12-03
1
-29
/
+25
*
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
Fred Drake
2001-09-24
1
-305
/
+19
*
Whitespace normalization.
Tim Peters
2001-09-18
1
-1
/
+1
*
HTMLParser is allowed to be more strict than sgmllib, so let's not
Fred Drake
2001-09-04
1
-31
/
+16
*
Added reasonable parsing of the DOCTYPE declaration, fixed edge cases
Fred Drake
2001-09-04
1
-12
/
+260
*
Deal more appropriately with bare ampersands and pointy brackets; this
Fred Drake
2001-08-20
1
-12
/
+12
*
Change some comments into docstrings.
Fred Drake
2001-08-03
1
-27
/
+31
*
Merge my changes to the offending comment with Guido's changes.
Fred Drake
2001-05-23
1
-6
/
+10
*
Removed incorrect comment left over from sgmllib.py.
Guido van Rossum
2001-05-22
1
-7
/
+7
*
A much improved HTML parser -- a replacement for sgmllib. The API is
Guido van Rossum
2001-05-18
1
-0
/
+432