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