Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-20 | Changd the class structure so that the default parser test class uses ↵ | Leonard Richardson | |
html.parser. | |||
2012-02-20 | Added code from 2.7's standard library so that the tests will run on Python 2.6. | Leonard Richardson | |
2012-02-15 | Added a kind of hacky way to interpret the restriction class='foo bar'. Stop ↵ | Leonard Richardson | |
generating a space before the slash that closes an empty-element tag. | |||
2012-02-15 | Tested and cleaned up html5lib insertBefore. | Leonard Richardson | |
2012-02-15 | Tested improvements to html5lib treebuilder. | Leonard Richardson | |
2012-02-07 | On output, always convert special XML characters to entities. | Leonard Richardson | |
2012-01-20 | Replaced assertEquals with assertEqual to get rid of deprecation notice. | Leonard Richardson | |
2012-01-20 | Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ↵ | Leonard Richardson | |
doesn't seem to have Python 3 support yet.) | |||
2011-07-07 | Small fix for test. | Thomas Kluyver | |