summaryrefslogtreecommitdiff
path: root/Lib/test/test_sgmllib.py
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate test method.Georg Brandl2010-02-061-8/+0
* #1651995: fix _convert_ref for non-ASCII characters.Georg Brandl2009-03-311-0/+9
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-011-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-2/+1
* Forward port of 51850 from release25-maint branch.Neal Norwitz2006-09-111-15/+13
* SF bug #1504333: sgmlib should allow angle brackets in quoted valuesFred Drake2006-06-291-0/+15
* - SF bug #853506: IP6 address parsing in sgmllibFred Drake2006-06-231-8/+42
* SF patch 1504676: Make sgmllib char and entity references pluggableFred Drake2006-06-161-0/+27
* add tests for two cases that are handled correctly in the current code,Fred Drake2006-06-141-2/+7
* - make some disabled tests run what they intend when enabledFred Drake2006-06-141-13/+13
* patch #1462498: handle entityrefs in attribute values.Georg Brandl2006-04-011-0/+14
* add tests that make sure buffer boundaries are handled properly for SGML comm...Fred Drake2004-09-081-0/+13
* Allow "@" in unquoted attribute values.Fred Drake2003-04-291-0/+9
* Accept commas in unquoted attribute values.Fred Drake2003-03-141-0/+4
* Add regression test for a bug found in the version of the markupbaseFred Drake2002-09-251-0/+6
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Added several new tests to check the behavior with respect to doctypeFred Drake2001-09-241-6/+77
* Add a unit test for sgmllib (needs work, but has already caught problems).Fred Drake2001-07-161-0/+243