Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [svn r1253] fix encoding used in test cases | scoder | 2006-05-20 | 1 | -6/+6 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn r1103] support parsing straight from Python unicode strings | scoder | 2006-05-08 | 1 | -0/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn r1100] major restructuring and cleanup in parser.pxi | scoder | 2006-05-07 | 1 | -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_imports | scoder | 2006-05-05 | 1 | -5/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn r1070] only parse file-like objects on libxml2 >= 2.6.24 due to CRLF ↵ | scoder | 2006-05-05 | 1 | -1/+12 | |
| | | | | | | | bug, fix UTF-8 conversion in HTML file-like parser --HG-- branch : trunk | |||||
* | [svn r1054] updated test cases for broken HTML | scoder | 2006-05-03 | 1 | -3/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | [svn r945] removed HTMLSyntaxError, replaced by XMLSyntaxError to simplify ↵ | scoder | 2006-04-20 | 1 | -1/+1 | |
| | | | | | | | catching exception e.g. from the default parser --HG-- branch : trunk | |||||
* | [svn r943] copied test file from htmlparser branch | scoder | 2006-04-20 | 1 | -0/+81 | |
--HG-- branch : trunk |