1. 51b7aed Merge 3.1 by Éric Araujo · 13 years ago
  2. 39f180b Fix display of html.parser.HTMLParser.feed docstring by Éric Araujo · 13 years ago
  3. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  4. 6c85838 Merged revisions 87542 via svnmerge from by Senthil Kumaran · 14 years ago
  5. 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 14 years ago
  6. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  7. 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 · 14 years ago
  8. 30c223c Merged revisions 81504 via svnmerge from by Victor Stinner · 14 years ago
  9. e021f4b Recorded merge of revisions 81500-81501 via svnmerge from by Victor Stinner · 14 years ago
  10. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  11. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 16 years ago
  12. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago