index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sgmllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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