summaryrefslogtreecommitdiff
path: root/Lib/htmllib.py
Commit message (Expand)AuthorAgeFilesLines
* int() of a string is only expected to through ValueError, so do not useFred Drake2001-05-111-2/+2
* String method conversion.Eric S. Raymond2001-02-091-6/+5
* added a few more __all__ listsSkip Montanaro2001-01-231-0/+1
* Whitespace normalization.Tim Peters2001-01-141-1/+1
* No need to import sys. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-46/+46
* Remove redundant import regsub.Guido van Rossum1997-10-231-1/+0
* improved test()Guido van Rossum1996-02-131-10/+34
* strip <A> attribute valuesGuido van Rossum1995-10-061-0/+1
* entity definitions from HTML 2.0 stdGuido van Rossum1995-09-271-0/+2
* added verbose option; added ismap/align/width/height to handle_image argsGuido van Rossum1995-09-221-4/+12
* took out forms support (in favor a Grail extension)Guido van Rossum1995-09-011-94/+3
* change blank line insertion at a few places and fix recursion bug for </var>Guido van Rossum1995-08-091-8/+8
* new formatter module; redid htmllib module to use itGuido van Rossum1995-08-071-249/+356
* major rewrite using different formatting paradigmGuido van Rossum1995-08-041-586/+330
* support <HTML>, remove <HEADER>Guido van Rossum1995-06-221-3/+2
* remove redundant backslashes; some cosneticsGuido van Rossum1995-03-041-60/+59
* added html parser and supporting castGuido van Rossum1995-02-271-0/+635