Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6d4addd1f47d3f74e2fbdee126f3f16a464f1198
/
Lib
/
sgmllib.py
b46696c
[Old patch that hadn't been checked in.]
by Fred Drake
· 24 years ago
a05e293
typos fixed by Rob Hooft
by Jeremy Hylton
· 24 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
dfd8954
Allow recognition of attributes even if they don't have space in front
by Fred Drake
· 26 years ago
5fdf852
Patch by Chris Herborth (posted to comp.lang.python)to make it behave
by Guido van Rossum
· 26 years ago
b84ef9b
Put back the call to report_unbalanced() that was lost when
by Guido van Rossum
· 26 years ago
1ad0071
Patch by Lars Marius Garshol:
by Guido van Rossum
· 26 years ago
de2f708
Fix regexp for attrfind; bug reported by Lars Marius Garshol
by Fred Drake
· 27 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
1fef181
Although it's hard to be sure, I *think* this is a working conversion
by Guido van Rossum
· 27 years ago
09bcf8c
(sgmllib.py): Partial acceptance of patch from David Leonard
by Fred Drake
· 28 years ago
4876651
Reformatted with 4-space tab stops.
by Guido van Rossum
· 29 years ago
650ba37
typos in attrfind regex
by Guido van Rossum
· 29 years ago
e3d9320
allow _ in attr names (Netscape!)
by Guido van Rossum
· 29 years ago
3c0bfd0
fix <!...!> parsing; added verbose option; don't lowercase entityrefs
by Guido van Rossum
· 29 years ago
cf9e27c
support value-less attributes, using regex.group()
by Guido van Rossum
· 29 years ago
eae892d
added note about missing features
by Guido van Rossum
· 29 years ago
145b2e0
changed comment parsing
by Guido van Rossum
· 29 years ago
efe5ac4
make reporting unbalanced tags an overridable method
by Guido van Rossum
· 29 years ago
1dba24e
remove redundant backslashes; some cosnetics
by Guido van Rossum
· 30 years ago
7c750e1
added html parser and supporting cast
by Guido van Rossum
· 30 years ago