summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Documentation update for extend(), insert_before(), and insert_after().Leonard Richardson2018-12-311-7/+25
* Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson2018-12-241-8/+15
* Rewrote select() documentation and namespace example.Leonard Richardson2018-12-241-38/+36
* Add Soup Sieve supportIsaac Muse2018-12-191-5/+24
* Clarified phrasing.Leonard Richardson2018-07-191-1/+1
* Corrected some typos in the documentation.Leonard Richardson2018-07-151-2/+2
|\
| * Fix two typos in docstt.2017-10-011-2/+2
* | Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-151-1/+13
|/
* Replace get_attribute_text with get_attribute_list.Leonard Richardson2017-05-061-4/+4
* Renamed convenience method to get_attribute_text.Leonard Richardson2017-05-061-2/+2
* Added the method, which acts like forLeonard Richardson2017-05-061-4/+10
* Documentation fixes. [bug=1651050]Leonard Richardson2016-12-191-4/+5
* Show how to use the attrs argument to search by the 'name' attribute. [bug=16...Leonard Richardson2016-12-111-0/+10
* Corrected documentation left over from when class was treated as a single-val...Leonard Richardson2016-12-101-11/+11
* Clarify installation differences between Python 2 and Python 3. Contributed b...Leonard Richardson2016-07-261-2/+6
|\
| * doc: Mention installation differences between Python 2 and 3glolol@overdrivenetworks.com2016-05-111-2/+6
* | Open/close files with "with"Ville Skyttä2016-07-261-2/+4
|/
* Fixing typo in example of nth-of-type css selectorGene Wood2015-11-231-1/+1
* Don't allow inserting None into a tag.Leonard Richardson2015-09-281-1/+1
* Added reference to old 'text' name to documentation.Leonard Richardson2015-07-052-6/+12
* Changed the way soup objects work under copy.copy(). Copying aLeonard Richardson2015-06-281-3/+59
* Raise a NotImplementedError whenever an unsupported CSS pseudoclassLeonard Richardson2015-06-281-2/+3
* Added an example of using a fuction on an attribute value/using a function to...Leonard Richardson2015-06-271-0/+11
* Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson2015-06-271-0/+13
* Introduced the select_one() method, which uses a CSS selector butLeonard Richardson2015-06-251-0/+4
* The text argument to the find_* methods is now called string,Leonard Richardson2015-06-251-32/+32
* You can now create a NavigableString or a subclass just by invokingLeonard Richardson2015-06-251-8/+7
* Fixed syntax errors in documentation.Leonard Richardson2015-06-251-2/+2
* Put the Chinese version of the documentation into its own Sphinx build to sto...Leonard Richardson2015-06-251-2593/+0
* Fixed inconsistent markup in documentation. [bug=1273002]Leonard Richardson2014-12-101-3/+3
* The select() method now supports selector grouping. Patch byLeonard Richardson2014-12-101-3/+10
* Rephrased the 'you need a parser' section to cover today's more common BS3 po...Leonard Richardson2014-12-081-6/+6
* Mentioned virtual environments as a possible source for the different-parsers...Leonard Richardson2014-12-071-7/+9
* Tweaked the parser warning.Leonard Richardson2014-12-071-2/+2
* Added a Chinese translation of the documentation by Delong .w.Leonard Richardson2013-12-072-7/+2596
* Added link to Japanese user translation.Leonard Richardson2013-11-021-2/+4
* Made it as clear as possible the Beautiful Soup does not support any standard...Leonard Richardson2013-10-281-7/+6
* Clarified docs.Leonard Richardson2013-10-211-1/+2
* Fixed a bug in which short Unicode input was improperly encoded to ASCII when...Leonard Richardson2013-10-011-2/+2
* Prep for release.Leonard Richardson2013-08-121-2/+3
* A little cleanup.Leonard Richardson2013-08-121-0/+3
* Merged in big encoding-detection refactoring branch.Leonard Richardson2013-06-021-13/+5
* Gave new_string() the ability to create subclasses ofLeonard Richardson2013-05-201-0/+14
* html5lib now supports Python 3. Fixed some Python 2-specificLeonard Richardson2013-05-201-5/+5
* Added diagnostic case for attempting to parse a URL as HTML.Leonard Richardson2013-05-141-13/+15
* Added warning about using NavigableString outside of Beautiful Soup.Leonard Richardson2013-05-141-0/+6
* Added a deprecation warning to has_key().Leonard Richardson2013-05-142-8/+24
* Thanks to data-*, there's now a good use for attrs again. This lets me clean ...Leonard Richardson2013-05-091-23/+19
* Added <body> tag to sample doc so it will work the same on all parsers.Leonard Richardson2013-05-091-1/+1
* Updated docs with new examples.Leonard Richardson2013-05-081-4/+4