Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the htmllib and sgmllib modules as per PEP 3108. | Georg Brandl | 2008-06-01 | 1 | -486/+0 |
| | |||||
* | rename HTMLParser to html.parser and htmlentitydefs to html.entities; | Fred Drake | 2008-05-17 | 1 | -1/+1 |
| | | | | includes merge of trunk revision 63432 | ||||
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
| | | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block | ||||
* | clean up the API a little; exceptions are defined by this module | Fred Drake | 2004-09-09 | 1 | -5/+13 |
| | | | | (needs documentation) | ||||
* | Docstring fix: XHTML 1.0 entities are supported | Andrew M. Kuchling | 2003-10-27 | 1 | -3/+3 |
| | |||||
* | Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. | Martin v. Löwis | 2003-09-12 | 1 | -0/+3 |
| | | | | Backported to 2.3. | ||||
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ↵ | Raymond Hettinger | 2002-05-29 | 1 | -0/+49 |
| | | | | not updated after 2.2). | ||||
* | int() of a string is only expected to through ValueError, so do not use | Fred Drake | 2001-05-11 | 1 | -2/+2 |
| | | | | a bare except clause. | ||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -6/+5 |
| | |||||
* | added a few more __all__ lists | Skip Montanaro | 2001-01-23 | 1 | -0/+1 |
| | | | | fixed typo in ihooks docstring | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -1/+1 |
| | |||||
* | No need to import sys. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+0 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -46/+46 |
| | |||||
* | Remove redundant import regsub. | Guido van Rossum | 1997-10-23 | 1 | -1/+0 |
| | |||||
* | improved test() | Guido van Rossum | 1996-02-13 | 1 | -10/+34 |
| | |||||
* | strip <A> attribute values | Guido van Rossum | 1995-10-06 | 1 | -0/+1 |
| | |||||
* | entity definitions from HTML 2.0 std | Guido van Rossum | 1995-09-27 | 1 | -0/+2 |
| | |||||
* | added verbose option; added ismap/align/width/height to handle_image args | Guido van Rossum | 1995-09-22 | 1 | -4/+12 |
| | |||||
* | took out forms support (in favor a Grail extension) | Guido van Rossum | 1995-09-01 | 1 | -94/+3 |
| | |||||
* | change blank line insertion at a few places and fix recursion bug for </var> | Guido van Rossum | 1995-08-09 | 1 | -8/+8 |
| | |||||
* | new formatter module; redid htmllib module to use it | Guido van Rossum | 1995-08-07 | 1 | -249/+356 |
| | |||||
* | major rewrite using different formatting paradigm | Guido van Rossum | 1995-08-04 | 1 | -586/+330 |
| | |||||
* | support <HTML>, remove <HEADER> | Guido van Rossum | 1995-06-22 | 1 | -3/+2 |
| | |||||
* | remove redundant backslashes; some cosnetics | Guido van Rossum | 1995-03-04 | 1 | -60/+59 |
| | |||||
* | added html parser and supporting cast | Guido van Rossum | 1995-02-27 | 1 | -0/+635 |