summaryrefslogtreecommitdiff
path: root/doc/source
AgeCommit message (Collapse)Author
2012-04-16Unicode, Dammit now has an option to turn MS smart quotes into ASCII characters.Leonard Richardson
2012-04-16Attribute values are now run through the provided output formatter. ↵Leonard Richardson
Previously they were always run through the 'minimal' formatter. [bug=980237]
2012-04-16Give a more useful error when the user tries to run the Python 2 version of ↵Leonard Richardson
BS under Python 3.
2012-04-11Added more common errors to doc.Leonard Richardson
2012-04-11Added renderContents back.Leonard Richardson
2012-03-30Corrected typo.Leonard Richardson
2012-03-30Corrected typo.Leonard Richardson
2012-03-30Mentioned the empty-list problem people often encounter.Leonard Richardson
2012-03-30Added a section to the documentation on common errors.Leonard Richardson
2012-03-14Minor doc update.Leonard Richardson
2012-03-14Final doc pass.Leonard Richardson
2012-03-14Fixed error in doc.Leonard Richardson
2012-03-02Brought the soupselect port up to date.Leonard Richardson
2012-03-02Bump version number.Leonard Richardson
2012-03-01Redid the 'differences between parsers' bit and added a table, since it was ↵Leonard Richardson
confusing some people.
2012-03-01Updated docs.Leonard Richardson
2012-02-07Package the docs with the code.Leonard Richardson
2012-02-07Newly created tags use the same empty-element rules as the builder used to ↵Leonard Richardson
originally create the soup.
2012-02-07Renamed insert_before to move_before, to avoid confusion with the way ↵Leonard Richardson
insert() works.
2012-02-07Documented today's changes.Leonard Richardson
2012-02-06Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major ↵Leonard Richardson
HTMLParser bugs.
2012-02-06Updated doc.Leonard Richardson
2012-02-02Added people to AUTHORS whose recognition is overdue.Leonard Richardson
2012-02-02Fixed links and package names now that the distribution picture is becoming ↵Leonard Richardson
more clear.
2012-02-02Added docs.Leonard Richardson