| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-02 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Re-arrange things and remove some unused variables/imports to keep pychecker | Fred Drake | 2001-10-26 | 1 | -1/+0 |
|
|
* | Re-factor the SGMLParser class to use the new markupbase.ParserBase class. | Fred Drake | 2001-09-24 | 1 | -75/+34 |
|
|
* | Patch #444359: Remove unused imports. | Martin v. Löwis | 2001-08-02 | 1 | -1/+0 |
|
|
* | Make the new docstrings better conform to Guido's style guide. | Fred Drake | 2001-07-19 | 1 | -7/+15 |
|
|
* | Added docstrings based on a patch by Evelyn Mitchell. | Fred Drake | 2001-07-19 | 1 | -11/+16 |
|
|
* | In CDATA mode, make sure entity-reference syntax is not interpreted; | Fred Drake | 2001-07-16 | 1 | -8/+26 |
|
|
* | Be more permissive in what is accepted as an attribute name; this makes | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Allow underscores in tag names and quote characters in unquoted attribute | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
* | parse_declaration(): be more lenient in what we accept. We now | Guido van Rossum | 2001-05-21 | 1 | -12/+7 |
|
|
* | Fix typo in exception name (SGMLParserError should be SGMLParseError) | Guido van Rossum | 2001-04-15 | 1 | -1/+1 |
|
|
* | Change RuntimeError to SGMLParseError, which subclasses RuntimeError | Fred Drake | 2001-03-16 | 1 | -5/+53 |
|
|
* | Change "[%s]" % string.whitespace to r"\s" in regular expressions. | Fred Drake | 2001-03-14 | 1 | -4/+3 |
|
|
* | SF Patch # 103839 byt dougfort: Allow ';' in attributes | Guido van Rossum | 2001-02-19 | 1 | -1/+1 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+1 |
|
|
* | Use ValueError instead of string.atoi.error, since we've switched to | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -5/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -2/+2 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
|
|
* | [Old patch that hadn't been checked in.] | Fred Drake | 2000-06-29 | 1 | -2/+11 |
|
|
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
|
|
* | Allow recognition of attributes even if they don't have space in front | Fred Drake | 1999-01-25 | 1 | -1/+1 |
|
|
* | Patch by Chris Herborth (posted to comp.lang.python)to make it behave | Guido van Rossum | 1998-08-24 | 1 | -3/+3 |
|
|
* | Put back the call to report_unbalanced() that was lost when | Guido van Rossum | 1998-07-07 | 1 | -0/+2 |
|
|
* | Patch by Lars Marius Garshol: | Guido van Rossum | 1998-05-28 | 1 | -2/+30 |
|
|
* | Fix regexp for attrfind; bug reported by Lars Marius Garshol | Fred Drake | 1998-04-16 | 1 | -4/+4 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -275/+275 |
|
|
* | Although it's hard to be sure, I *think* this is a working conversion | Guido van Rossum | 1997-10-23 | 1 | -67/+67 |
|
|
* | (sgmllib.py): Partial acceptance of patch from David Leonard | Fred Drake | 1996-12-16 | 1 | -1/+1 |
|
|
* | Reformatted with 4-space tab stops. | Guido van Rossum | 1996-03-28 | 1 | -286/+406 |
|
|
* | typos in attrfind regex | Guido van Rossum | 1995-10-06 | 1 | -1/+1 |
|
|
* | allow _ in attr names (Netscape!) | Guido van Rossum | 1995-09-30 | 1 | -1/+1 |
|
|
* | fix <!...!> parsing; added verbose option; don't lowercase entityrefs | Guido van Rossum | 1995-09-22 | 1 | -5/+7 |
|
|
* | support value-less attributes, using regex.group() | Guido van Rossum | 1995-09-01 | 1 | -14/+8 |
|
|
* | added note about missing features | Guido van Rossum | 1995-08-10 | 1 | -0/+2 |
|
|
* | changed comment parsing | Guido van Rossum | 1995-08-04 | 1 | -13/+14 |
|
|
* | make reporting unbalanced tags an overridable method | Guido van Rossum | 1995-06-22 | 1 | -2/+7 |
|
|
* | remove redundant backslashes; some cosnetics | Guido van Rossum | 1995-03-04 | 1 | -9/+10 |
|
|
* | added html parser and supporting cast | Guido van Rossum | 1995-02-27 | 1 | -0/+321 |
|
|