Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |