index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
sgmllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add name that should be considered public to __all__
Fred Drake
2004-09-09
1
-1
/
+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-3
/
+3
*
Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-1
/
+1
*
Allow "@" in unquoted attribute values.
Fred Drake
2003-04-29
1
-1
/
+1
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-4
/
+4
*
Patch #545300: Support marked sections.
Martin v. Löwis
2003-03-30
1
-14
/
+8
*
Accept commas in unquoted attribute values.
Fred Drake
2003-03-14
1
-1
/
+1
*
Replace boolean test with is None.
Raymond Hettinger
2002-06-02
1
-1
/
+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1
/
+1
*
Re-arrange things and remove some unused variables/imports to keep pychecker
Fred Drake
2001-10-26
1
-1
/
+0
*
Re-factor the SGMLParser class to use the new markupbase.ParserBase class.
Fred Drake
2001-09-24
1
-75
/
+34
*
Patch #444359: Remove unused imports.
Martin v. Löwis
2001-08-02
1
-1
/
+0
*
Make the new docstrings better conform to Guido's style guide.
Fred Drake
2001-07-19
1
-7
/
+15
*
Added docstrings based on a patch by Evelyn Mitchell.
Fred Drake
2001-07-19
1
-11
/
+16
*
In CDATA mode, make sure entity-reference syntax is not interpreted;
Fred Drake
2001-07-16
1
-8
/
+26
*
Be more permissive in what is accepted as an attribute name; this makes
Fred Drake
2001-07-14
1
-1
/
+1
*
Allow underscores in tag names and quote characters in unquoted attribute
Fred Drake
2001-07-05
1
-2
/
+2
*
parse_declaration(): be more lenient in what we accept. We now
Guido van Rossum
2001-05-21
1
-12
/
+7
*
Fix typo in exception name (SGMLParserError should be SGMLParseError)
Guido van Rossum
2001-04-15
1
-1
/
+1
*
Change RuntimeError to SGMLParseError, which subclasses RuntimeError
Fred Drake
2001-03-16
1
-5
/
+53
*
Change "[%s]" % string.whitespace to r"\s" in regular expressions.
Fred Drake
2001-03-14
1
-4
/
+3
*
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