Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
657d06b13eb42dc300436cd1e1788c421a5ada9f
/
Lib
/
sgmllib.py
0c7b2c9
#1651995: fix _convert_ref for non-ASCII characters.
by Georg Brandl
· 16 years ago
ac19d85
Deprecate htmllib and sgmllib for 3.0.
by Georg Brandl
· 16 years ago
0f6d360
Replace unnecessary function call.
by Georg Brandl
· 17 years ago
bcc119a
Forward port of 51850 from release25-maint branch.
by Neal Norwitz
· 18 years ago
a136210
SF bug #1504333: sgmlib should allow angle brackets in quoted values
by Fred Drake
· 18 years ago
2f99da6
- SF bug #853506: IP6 address parsing in sgmllib
by Fred Drake
· 18 years ago
5416605
fix change that broke the htmllib tests
by Fred Drake
· 18 years ago
fab461a
SF patch 1504676: Make sgmllib char and entity references pluggable
by Fred Drake
· 18 years ago
6ce9fe8
explain an XXX in more detail
by Fred Drake
· 18 years ago
480725d
Whitespace normalization.
by Tim Peters
· 19 years ago
7f6b67c
patch #1462498: handle entityrefs in attribute values.
by Georg Brandl
· 19 years ago
58ae830
add name that should be considered public to __all__
by Fred Drake
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
dc14ab1
Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3.
by Martin v. Löwis
· 21 years ago
75ab146
Allow "@" in unquoted attribute values.
by Fred Drake
· 22 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
3163a3b
Patch #545300: Support marked sections.
by Martin v. Löwis
· 22 years ago
0834d77
Accept commas in unquoted attribute values. This closes SF patch #669683.
by Fred Drake
· 22 years ago
f13eb55
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
5445f07
Re-arrange things and remove some unused variables/imports to keep pychecker
by Fred Drake
· 23 years ago
a3bae33
Re-factor the SGMLParser class to use the new markupbase.ParserBase class.
by Fred Drake
· 23 years ago
02d893c
Patch #444359: Remove unused imports.
by Martin v. Löwis
· 23 years ago
390e9db
Make the new docstrings better conform to Guido's style guide.
by Fred Drake
· 23 years ago
08f8dd6
Added docstrings based on a patch by Evelyn Mitchell.
by Fred Drake
· 23 years ago
fb38c76
In CDATA mode, make sure entity-reference syntax is not interpreted;
by Fred Drake
· 23 years ago
8600b47
Be more permissive in what is accepted as an attribute name; this makes
by Fred Drake
· 23 years ago
dc19163
Allow underscores in tag names and quote characters in unquoted attribute
by Fred Drake
· 23 years ago
39d3451
parse_declaration(): be more lenient in what we accept. We now
by Guido van Rossum
· 23 years ago
74cde5b
Fix typo in exception name (SGMLParserError should be SGMLParseError)
by Guido van Rossum
· 24 years ago
6695737
Change RuntimeError to SGMLParseError, which subclasses RuntimeError
by Fred Drake
· 24 years ago
62dfed9
Change "[%s]" % string.whitespace to r"\s" in regular expressions.
by Fred Drake
· 24 years ago
b68c245
SF Patch # 103839 byt dougfort: Allow ';' in attributes
by Guido van Rossum
· 24 years ago
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
18af564
Use ValueError instead of string.atoi.error, since we've switched to int().
by Eric S. Raymond
· 24 years ago
1b645e8
String method conversion.
by Eric S. Raymond
· 24 years ago
495ad3c
Whitespace normalization.
by Tim Peters
· 24 years ago
8152d32
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
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