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