summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
AgeCommit message (Expand)Author
2018-07-19Clarified phrasing.Leonard Richardson
2018-07-15Corrected some typos in the documentation.Leonard Richardson
2018-07-15Introduced the Formatter system. [bug=1716272].Leonard Richardson
2017-10-01Fix two typos in docstt.
2017-05-06Replace get_attribute_text with get_attribute_list.Leonard Richardson
2017-05-06Renamed convenience method to get_attribute_text.Leonard Richardson
2017-05-06Added the method, which acts like forLeonard Richardson
2016-12-19Documentation fixes. [bug=1651050]Leonard Richardson
2016-12-11Show how to use the attrs argument to search by the 'name' attribute. [bug=16...Leonard Richardson
2016-12-10Corrected documentation left over from when class was treated as a single-val...Leonard Richardson
2016-07-26Clarify installation differences between Python 2 and Python 3. Contributed b...Leonard Richardson
2016-07-26Open/close files with "with"Ville Skyttä
2016-05-11doc: Mention installation differences between Python 2 and 3glolol@overdrivenetworks.com
2015-11-23Fixing typo in example of nth-of-type css selectorGene Wood
2015-09-28Don't allow inserting None into a tag.Leonard Richardson
2015-07-05Added reference to old 'text' name to documentation.Leonard Richardson
2015-06-28Changed the way soup objects work under copy.copy(). Copying aLeonard Richardson
2015-06-28Raise a NotImplementedError whenever an unsupported CSS pseudoclassLeonard Richardson
2015-06-27Added an example of using a fuction on an attribute value/using a function to...Leonard Richardson
2015-06-27Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson
2015-06-25Introduced the select_one() method, which uses a CSS selector butLeonard Richardson
2015-06-25The text argument to the find_* methods is now called string,Leonard Richardson
2015-06-25You can now create a NavigableString or a subclass just by invokingLeonard Richardson
2015-06-25Fixed syntax errors in documentation.Leonard Richardson
2014-12-10Fixed inconsistent markup in documentation. [bug=1273002]Leonard Richardson
2014-12-10The select() method now supports selector grouping. Patch byLeonard Richardson
2014-12-08Rephrased the 'you need a parser' section to cover today's more common BS3 po...Leonard Richardson
2014-12-07Mentioned virtual environments as a possible source for the different-parsers...Leonard Richardson
2014-12-07Tweaked the parser warning.Leonard Richardson
2013-12-07Added a Chinese translation of the documentation by Delong .w.Leonard Richardson
2013-11-02Added link to Japanese user translation.Leonard Richardson
2013-10-28Made it as clear as possible the Beautiful Soup does not support any standard...Leonard Richardson
2013-10-21Clarified docs.Leonard Richardson
2013-10-01Fixed a bug in which short Unicode input was improperly encoded to ASCII when...Leonard Richardson
2013-08-12Prep for release.Leonard Richardson
2013-08-12A little cleanup.Leonard Richardson
2013-06-02Merged in big encoding-detection refactoring branch.Leonard Richardson
2013-05-20Gave new_string() the ability to create subclasses ofLeonard Richardson
2013-05-20html5lib now supports Python 3. Fixed some Python 2-specificLeonard Richardson
2013-05-14Added diagnostic case for attempting to parse a URL as HTML.Leonard Richardson
2013-05-14Added warning about using NavigableString outside of Beautiful Soup.Leonard Richardson
2013-05-14Added a deprecation warning to has_key().Leonard Richardson
2013-05-09Thanks to data-*, there's now a good use for attrs again. This lets me clean ...Leonard Richardson
2013-05-09Added <body> tag to sample doc so it will work the same on all parsers.Leonard Richardson
2013-05-08Updated docs with new examples.Leonard Richardson
2013-05-08Updated docs with new examples.Leonard Richardson
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