summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_htmlparser.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn r1253] fix encoding used in test casesscoder2006-05-201-6/+6
| | | | | --HG-- branch : trunk
* [svn r1103] support parsing straight from Python unicode stringsscoder2006-05-081-0/+5
| | | | | --HG-- branch : trunk
* [svn r1100] major restructuring and cleanup in parser.pxiscoder2006-05-071-0/+7
| | | | | | | | | * merge parse functions of XMLParser and HTMLParser back into base class * use same method for file-like parsing in both => reduced code duplication, more readable, less error prone, simpler to test --HG-- branch : trunk
* [svn r1071] tests: move unentitify utility function to common_importsscoder2006-05-051-5/+3
| | | | | --HG-- branch : trunk
* [svn r1070] only parse file-like objects on libxml2 >= 2.6.24 due to CRLF ↵scoder2006-05-051-1/+12
| | | | | | | bug, fix UTF-8 conversion in HTML file-like parser --HG-- branch : trunk
* [svn r1054] updated test cases for broken HTMLscoder2006-05-031-3/+9
| | | | | --HG-- branch : trunk
* [svn r945] removed HTMLSyntaxError, replaced by XMLSyntaxError to simplify ↵scoder2006-04-201-1/+1
| | | | | | | catching exception e.g. from the default parser --HG-- branch : trunk
* [svn r943] copied test file from htmlparser branchscoder2006-04-201-0/+81
--HG-- branch : trunk