summaryrefslogtreecommitdiff
path: root/bs4/builder/_html5lib.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem with multi-valued attributes where the valueLeonard Richardson2018-12-301-2/+2
* Clarified the software license.Leonard Richardson2018-12-241-2/+2
* Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse2018-12-221-5/+5
* Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...Leonard Richardson2016-12-191-8/+69
|\
| * Fix foster parenting with html5lib.Geoffrey Sneddon2015-12-081-3/+5
| * Make TreeBuilderForHtml5lib strictly follow the html5lib API.Geoffrey Sneddon2015-12-081-5/+64
* | Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2016-12-191-6/+15
* | Beautiful Soup will now work with versions of html5lib greater thanLeonard Richardson2016-07-161-7/+29
* | Removed imports to pdb, since pdb is not available in some environments. [bug...Leonard Richardson2016-07-161-1/+0
* | Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.Leonard Richardson2016-07-161-0/+3
|/
* Fixed a parse bug with the html5lib tree-builder. Thanks to RoelLeonard Richardson2015-09-281-1/+4
* Changed the way soup objects work under copy.copy(). Copying aLeonard Richardson2015-06-281-6/+6
* Fixed a bug where Element.extract() could create an infinite loop inLeonard Richardson2015-06-281-6/+7
* Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson2015-06-271-1/+8
* Added a sanity check helper method that makes sure all the elements of a tree...Leonard Richardson2015-06-261-6/+6
* If the initial <html> tag contains a CDATA list attribute such asLeonard Richardson2015-06-241-2/+12
* Got a hacky fix for the latest html5lib problem.Leonard Richardson2015-06-231-2/+20
* Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson2014-12-071-1/+3
* Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2013-10-181-0/+6
* * Fixed yet another problem with the html5lib tree builder, caused byLeonard Richardson2013-08-131-8/+56
* Save another Element creation.Leonard Richardson2013-06-031-5/+6
* Improved performance for html5lib.Leonard Richardson2013-06-031-11/+25
* Create a new lxml parser object for every new parsing strategy.Leonard Richardson2013-05-311-1/+1
* The .next_element attribute used during parsing was confusingly similar to th...Leonard Richardson2013-05-201-1/+1
* Fixed another bug by which the html5lib tree builder could create aLeonard Richardson2013-05-201-0/+1
* We don't need a special insertComment method, we just need to make Element.ap...Leonard Richardson2012-08-211-18/+1
* Fixed a problem with the html5lib builder not handling comments correctly.Leonard Richardson2012-08-211-0/+16
* The test suite now passes when lxml is not installed, whether or not html5lib...Leonard Richardson2012-04-261-3/+12
* Got rid of contains_substitutions.Leonard Richardson2012-04-181-3/+1
* Added missing __len__ method that stopped html5lib tree builder from working ...Leonard Richardson2012-03-011-0/+2
* Warn when SoupStrainer is used with the html5lib tree builder.Leonard Richardson2012-02-241-0/+3
* Bumped version number.Leonard Richardson2012-02-231-5/+1
* It's a start, at least.Leonard Richardson2012-02-161-7/+5
* Clarified comment.Leonard Richardson2012-02-151-4/+2
* Removed _nodeIndex, because the misfeature it works around is now gone.Leonard Richardson2012-02-151-8/+1
* Minor cleanup.Leonard Richardson2012-02-151-7/+8
* Tested and cleaned up html5lib insertBefore.Leonard Richardson2012-02-151-14/+11
* Use append instead of insert.Leonard Richardson2012-02-151-3/+2
* Minor cleanup.Leonard Richardson2012-02-151-18/+7
* As a last-ditch attempt to turn data into Unicode, use errors=replace instead...Leonard Richardson2012-02-091-1/+1
* Patched over a bug in html5lib (?) that was crashing Beautiful Soup on certai...Leonard Richardson2012-02-091-1/+4
* Added missing import.Leonard Richardson2012-02-081-1/+4
* More Python 3 compatibility.Leonard Richardson2011-05-211-5/+5
* Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson2011-02-271-0/+233