History log of /external/python/cpython2/Lib/test/test_sgmllib.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1a0ffe168af3e3e9ab692435ea1d3362329c5a2b 07-Feb-2010 Georg Brandl <georg@python.org> Remove duplicate test method.
/external/python/cpython2/Lib/test/test_sgmllib.py
0c7b2c9c191a97b4aede17c15e2b5013e7edcfb5 01-Apr-2009 Georg Brandl <georg@python.org> #1651995: fix _convert_ref for non-ASCII characters.
/external/python/cpython2/Lib/test/test_sgmllib.py
ac19d85e04855642a856473b91f3d621e844ad52 01-Jun-2008 Georg Brandl <georg@python.org> Deprecate htmllib and sgmllib for 3.0.
/external/python/cpython2/Lib/test/test_sgmllib.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/test/test_sgmllib.py
bcc119a22ca98facc80e7350b3ffca3335c9d288 11-Sep-2006 Neal Norwitz <nnorwitz@gmail.com> Forward port of 51850 from release25-maint branch.

As mentioned on python-dev, reverting patch #1504333 because it introduced
an infinite loop in rev 47154.

This patch also adds a test to prevent the regression.
/external/python/cpython2/Lib/test/test_sgmllib.py
a136210a9fe9aff79dd3457a53eae35a823f97fc 29-Jun-2006 Fred Drake <fdrake@acm.org> SF bug #1504333: sgmlib should allow angle brackets in quoted values
(modified patch by Sam Ruby; changed to use separate REs for start and end
tags to reduce matching cost for end tags; extended tests; updated to avoid
breaking previous changes to support IPv6 addresses in unquoted attribute
values)
/external/python/cpython2/Lib/test/test_sgmllib.py
2f99da636b3c809977405ee6220ad7ea822d7dd3 23-Jun-2006 Fred Drake <fdrake@acm.org> - SF bug #853506: IP6 address parsing in sgmllib
('[' and ']' were not accepted in unquoted attribute values)

- cleaned up tests of character and entity reference decoding so the
tests cover the documented relationships among handle_charref,
handle_entityref, convert_charref, convert_codepoint, and
convert_entityref, without bringing up Unicode issues that sgmllib
cannot be involved in
/external/python/cpython2/Lib/test/test_sgmllib.py
fab461a4b5a2304828d578bbdd24225dd9c252e9 17-Jun-2006 Fred Drake <fdrake@acm.org> SF patch 1504676: Make sgmllib char and entity references pluggable
(implementation/tests contributed by Sam Ruby)
/external/python/cpython2/Lib/test/test_sgmllib.py
a16393efb779b62f9114c06852947e92dd9d155f 14-Jun-2006 Fred Drake <fdrake@acm.org> add tests for two cases that are handled correctly in the current code,
but that SF patch 1504676 as written mis-handles
/external/python/cpython2/Lib/test/test_sgmllib.py
72c9eff59ed78243e746ee83375b70fea3f125ee 14-Jun-2006 Fred Drake <fdrake@acm.org> - make some disabled tests run what they intend when enabled
- remove some over-zealous triple-quoting
/external/python/cpython2/Lib/test/test_sgmllib.py
7f6b67c2359d9b52b2eabc1e2ccff4cedb5c78b7 01-Apr-2006 Georg Brandl <georg@python.org> patch #1462498: handle entityrefs in attribute values.
/external/python/cpython2/Lib/test/test_sgmllib.py
75d9a62fe031195742b6d9f0647458af0fbd96f0 09-Sep-2004 Fred Drake <fdrake@acm.org> add tests that make sure buffer boundaries are handled properly for SGML comments
(see SF patch #901369)
/external/python/cpython2/Lib/test/test_sgmllib.py
75ab1462d5725a2fc46cd56f07fc21f919ca93e0 30-Apr-2003 Fred Drake <fdrake@acm.org> Allow "@" in unquoted attribute values.
Added test that checks for characters allowed in the query part of URLs.
Backport candidate.
/external/python/cpython2/Lib/test/test_sgmllib.py
0834d77bc4f07e5632588ed636b6db21e87694cc 14-Mar-2003 Fred Drake <fdrake@acm.org> Accept commas in unquoted attribute values.
This closes SF patch #669683.
/external/python/cpython2/Lib/test/test_sgmllib.py
04d9a80fef4815891044a4b3c08fe0faa9cedbaa 25-Sep-2002 Fred Drake <fdrake@acm.org> Add regression test for a bug found in the version of the markupbase
module used in the Zope TAL implementation. The bug was already fixed
in the Python standard library, but the regression test would be good
to keep around.
/external/python/cpython2/Lib/test/test_sgmllib.py
04f357cffef6d764f2f0ff2671dabde75ec250d1 23-Jul-2002 Barry Warsaw <barry@python.org> Get rid of relative imports in all unittests. Now anything that
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
/external/python/cpython2/Lib/test/test_sgmllib.py
30c484916988862608e4efdfa8f8aa911e4cc0c3 24-Sep-2001 Fred Drake <fdrake@acm.org> Added several new tests to check the behavior with respect to doctype
declarations and weird markup that we used to accept & ignore that recent
versions raised an exception for; the original behavior has been restored
and augmented (the user can decide what to do if they care; the default is
to ignore it as done in early versions).
/external/python/cpython2/Lib/test/test_sgmllib.py
19ff4ac7e9b4864e5f16a6c472fb94fce11e6cf3 16-Jul-2001 Fred Drake <fdrake@acm.org> Add a unit test for sgmllib (needs work, but has already caught problems).
Based on the test for the HTMLParser module.
/external/python/cpython2/Lib/test/test_sgmllib.py