summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
AgeCommit message (Expand)Author
2013-05-07Fixed up diagnose() and added it to the docs.Leonard Richardson
2013-05-07Mentioned the CSS selector solution to searching for a tag by multiple CSS cl...Leonard Richardson
2013-05-07Added support for the "nth-of-type" CSS selector. The CSS selector ">" can no...Leonard Richardson
2013-05-06Changed Google Groups URL.Leonard Richardson
2013-01-09Fixed table.Leonard Richardson
2012-11-03Doc fixes.Leonard Richardson
2012-09-28Fixed package name.Leonard Richardson
2012-08-17Fixed doc.Leonard Richardson
2012-08-17Prep for release.Leonard Richardson
2012-08-16As per PEP-8, allow searching by CSS class using the 'class_'Leonard Richardson
2012-08-14Updated docs.Leonard Richardson
2012-07-10Fixed typo.Leonard Richardson
2012-07-03Mentioned cchardet in docs.Leonard Richardson
2012-06-10Made it clear in the doc that Beautiful Soup calls search() on regular expres...Leonard Richardson
2012-05-29Prep for release.Leonard Richardson
2012-05-24Fixed the basic failure in [bug=1003974], but not more advanced cases.Leonard Richardson
2012-05-24Comments, processing instructions, document type declarations, and markup dec...Leonard Richardson
2012-04-27Tweaked doc.Leonard Richardson
2012-04-27Prep for release.Leonard Richardson
2012-04-26Added a new method, wrap().Leonard Richardson
2012-04-26Renamed replace_with_children() to the jQuery name, unwrap().Leonard Richardson
2012-04-26Upon document generation, CData objects are no longer run through the formatt...Leonard Richardson
2012-04-26Fixed test failure when lxml is not installed.Leonard Richardson
2012-04-18Print a warning on HTMLParseErrors to let people know they should install an ...Leonard Richardson
2012-04-18Fixed a bug that made the HTMLParser treebuilder generate XML definitions end...Leonard Richardson
2012-04-16Doc update.Leonard Richardson
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. Previousl...Leonard Richardson
2012-04-16Give a more useful error when the user tries to run the Python 2 version of B...Leonard Richardson
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 c...Leonard Richardson
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 or...Leonard Richardson
2012-02-07Renamed insert_before to move_before, to avoid confusion with the way insert(...Leonard Richardson
2012-02-07Documented today's changes.Leonard Richardson
2012-02-06Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major HTMLParser...Leonard Richardson
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 m...Leonard Richardson