summaryrefslogtreecommitdiffstats
path: root/Lib/htmllib.py
Commit message (Collapse)AuthorAgeFilesLines
* clean up the API a little; exceptions are defined by this moduleFred Drake2004-09-091-5/+13
| | | | (needs documentation)
* Docstring fix: XHTML 1.0 entities are supportedAndrew M. Kuchling2003-10-271-3/+3
|
* Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.Martin v. Löwis2003-09-121-0/+3
| | | | Backported to 2.3.
* Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ↵Raymond Hettinger2002-05-291-0/+49
| | | | not updated after 2.2).
* int() of a string is only expected to through ValueError, so do not useFred Drake2001-05-111-2/+2
| | | | a bare except clause.
* String method conversion.Eric S. Raymond2001-02-091-6/+5
|
* added a few more __all__ listsSkip Montanaro2001-01-231-0/+1
| | | | fixed typo in ihooks docstring
* 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