summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated docs with new examples.Leonard Richardson2013-05-081-0/+9
* Fixed up diagnose() and added it to the docs.Leonard Richardson2013-05-071-12/+56
* Mentioned the CSS selector solution to searching for a tag by multiple CSS cl...Leonard Richardson2013-05-071-0/+6
* Added support for the "nth-of-type" CSS selector. The CSS selector ">" can no...Leonard Richardson2013-05-071-0/+9
* Changed Google Groups URL.Leonard Richardson2013-05-061-1/+1
* Fixed table.Leonard Richardson2013-01-091-1/+1
* Doc fixes.Leonard Richardson2012-11-031-2/+2
* Fixed package name.Leonard Richardson2012-09-281-3/+3
* Fixed doc.Leonard Richardson2012-08-171-0/+4
* Prep for release.Leonard Richardson2012-08-171-1/+1
* As per PEP-8, allow searching by CSS class using the 'class_'Leonard Richardson2012-08-161-35/+49
* Updated docs.Leonard Richardson2012-08-141-9/+29
* Fixed typo.Leonard Richardson2012-07-101-1/+1
* Mentioned cchardet in docs.Leonard Richardson2012-07-031-3/+7
* Made it clear in the doc that Beautiful Soup calls search() on regular expres...Leonard Richardson2012-06-101-4/+11
* Prep for release.Leonard Richardson2012-05-291-7/+9
* Fixed the basic failure in [bug=1003974], but not more advanced cases.Leonard Richardson2012-05-241-0/+3