Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-15 | Some cdata-list attributes are only cdata lists for certain tags. | Leonard Richardson | |
2012-02-09 | As a last-ditch attempt to turn data into Unicode, use errors=replace ↵ | Leonard Richardson | |
instead of errors=strict. | |||
2012-02-08 | Rationalized the treatment of multi-valued HTML attributes such as 'class' | Leonard Richardson | |
2012-02-07 | Newly created tags use the same empty-element rules as the builder used to ↵ | Leonard Richardson | |
originally create the soup. | |||
2011-05-21 | More Python 3 compatibility. | Leonard Richardson | |
2011-05-21 | More Python 3 compatibility. | Leonard Richardson | |
2011-02-27 | Got rid of __package__; hopefully this is the only thing holding up 2.5 support. | Leonard Richardson | |
2011-02-27 | Added a tree builder for the built-in HTMLParser, and tests. | Leonard Richardson | |