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
/
test
/
test_sgmllib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate test method.
Georg Brandl
2010-02-06
1
-8/+0
*
#1651995: fix _convert_ref for non-ASCII characters.
Georg Brandl
2009-03-31
1
-0/+9
*
Deprecate htmllib and sgmllib for 3.0.
Georg Brandl
2008-06-01
1
-1/+1
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-2/+1
*
Forward port of 51850 from release25-maint branch.
Neal Norwitz
2006-09-11
1
-15/+13
*
SF bug #1504333: sgmlib should allow angle brackets in quoted values
Fred Drake
2006-06-29
1
-0/+15
*
- SF bug #853506: IP6 address parsing in sgmllib
Fred Drake
2006-06-23
1
-8/+42
*
SF patch 1504676: Make sgmllib char and entity references pluggable
Fred Drake
2006-06-16
1
-0/+27
*
add tests for two cases that are handled correctly in the current code,
Fred Drake
2006-06-14
1
-2/+7
*
- make some disabled tests run what they intend when enabled
Fred Drake
2006-06-14
1
-13/+13
*
patch #1462498: handle entityrefs in attribute values.
Georg Brandl
2006-04-01
1
-0/+14
*
add tests that make sure buffer boundaries are handled properly for SGML comm...
Fred Drake
2004-09-08
1
-0/+13
*
Allow "@" in unquoted attribute values.
Fred Drake
2003-04-29
1
-0/+9
*
Accept commas in unquoted attribute values.
Fred Drake
2003-03-14
1
-0/+4
*
Add regression test for a bug found in the version of the markupbase
Fred Drake
2002-09-25
1
-0/+6
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Added several new tests to check the behavior with respect to doctype
Fred Drake
2001-09-24
1
-6/+77
*
Add a unit test for sgmllib (needs work, but has already caught problems).
Fred Drake
2001-07-16
1
-0/+243