summaryrefslogtreecommitdiffstats
path: root/Lib/sgmllib.py
Commit message (Expand)AuthorAgeFilesLines
* [Old patch that hadn't been checked in.]Fred Drake2000-06-291-2/+11
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-1/+1
* Allow recognition of attributes even if they don't have space in frontFred Drake1999-01-251-1/+1
* Patch by Chris Herborth (posted to comp.lang.python)to make it behaveGuido van Rossum1998-08-241-3/+3
* Put back the call to report_unbalanced() that was lost whenGuido van Rossum1998-07-071-0/+2
* Patch by Lars Marius Garshol:Guido van Rossum1998-05-281-2/+30
* Fix regexp for attrfind; bug reported by Lars Marius GarsholFred Drake1998-04-161-4/+4
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-275/+275
* Although it's hard to be sure, I *think* this is a working conversionGuido van Rossum1997-10-231-67/+67
* (sgmllib.py): Partial acceptance of patch from David LeonardFred Drake1996-12-161-1/+1
* Reformatted with 4-space tab stops.Guido van Rossum1996-03-281-286/+406
* typos in attrfind regexGuido van Rossum1995-10-061-1/+1
* allow _ in attr names (Netscape!)Guido van Rossum1995-09-301-1/+1
* fix <!...!> parsing; added verbose option; don't lowercase entityrefsGuido van Rossum1995-09-221-5/+7
* support value-less attributes, using regex.group()Guido van Rossum1995-09-011-14/+8
* added note about missing featuresGuido van Rossum1995-08-101-0/+2
* changed comment parsingGuido van Rossum1995-08-041-13/+14
* make reporting unbalanced tags an overridable methodGuido van Rossum1995-06-221-2/+7
* remove redundant backslashes; some cosneticsGuido van Rossum1995-03-041-9/+10
* added html parser and supporting castGuido van Rossum1995-02-271-0/+321