summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sgmllib.py
Commit message (Expand)AuthorAgeFilesLines
* Backport 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-0/+8
* 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