summaryrefslogtreecommitdiff
path: root/bs4/dammit.py
AgeCommit message (Expand)Author
2012-02-09As a last-ditch attempt to turn data into Unicode, use errors=replace instead...Leonard Richardson
2012-02-09Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like <me...Leonard Richardson
2012-02-09Minor Unicode, Dammit cleanup.Leonard Richardson
2012-02-09Improved Unicode, Dammit's behavior when you give it Unicode to begin with.Leonard Richardson
2011-06-29Various changes so most tests pass on Python 3.Thomas Kluyver
2011-05-21OK, figured that out.Leonard Richardson
2011-05-21Changed dammit.py to require fewer changes to be Python 3 compatible.Leonard Richardson
2011-03-05PEP8ifyingAaron DeVore
2011-02-27Added a tree builder for the built-in HTMLParser, and tests.Leonard Richardson