Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-19 | Set up an lxml parser that only parses XML, though it's not very functional yet. | Leonard Richardson | |
2011-02-18 | Made Unicode, Dammit more PEP-8 compliant. | Leonard Richardson | |
2011-02-18 | Made Unicode, Dammit more PEP-8 compliant. | Leonard Richardson | |
2011-02-18 | Made conversion of markup to Unicode the responsibility of the builder, not ↵ | Leonard Richardson | |
the BeautifulSoup class itself. lxml uses Unicode, Dammit; html5lib uses its internal algorithms. | |||
2011-02-13 | Added tests for namespaced doctypes. | Leonard Richardson | |
2011-02-13 | Clarified lxml's behavior w/r/t CDATA sections. | Leonard Richardson | |
2011-02-13 | Figured out the deal with CDATA sections in lxml and html5lib, and added ↵ | Leonard Richardson | |
comments and tests. | |||
2011-02-10 | Added some elementary doctype handling. | Leonard Richardson | |