1. 583359e clean up the API a little; exceptions are defined by this module by Fred Drake · 20 years ago
  2. 0f10343 Docstring fix: XHTML 1.0 entities are supported by Andrew M. Kuchling · 21 years ago
  3. cbe81f2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 21 years ago
  4. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  5. 1b7e079 int() of a string is only expected to through ValueError, so do not use by Fred Drake · 23 years ago
  6. 373c55e String method conversion. by Eric S. Raymond · 23 years ago
  7. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  8. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  9. 96d80f9 No need to import sys. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  10. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  11. 57a68e0 Remove redundant import regsub. by Guido van Rossum · 27 years ago
  12. a98b0a1 improved test() by Guido van Rossum · 28 years ago
  13. 84175ba strip <A> attribute values by Guido van Rossum · 29 years ago
  14. 65126d5 entity definitions from HTML 2.0 std by Guido van Rossum · 29 years ago
  15. 453534a added verbose option; added ismap/align/width/height to handle_image args by Guido van Rossum · 29 years ago
  16. fd504d9 took out forms support (in favor a Grail extension) by Guido van Rossum · 29 years ago
  17. aa76344 change blank line insertion at a few places and fix recursion bug for </var> by Guido van Rossum · 29 years ago
  18. f54d967 new formatter module; redid htmllib module to use it by Guido van Rossum · 29 years ago
  19. 7ff5d7f major rewrite using different formatting paradigm by Guido van Rossum · 29 years ago
  20. 2d95706 support <HTML>, remove <HEADER> by Guido van Rossum · 29 years ago
  21. 1dba24e remove redundant backslashes; some cosnetics by Guido van Rossum · 29 years ago
  22. 7c750e1 added html parser and supporting cast by Guido van Rossum · 29 years ago