summaryrefslogtreecommitdiff
path: root/bs4/builder/__init__.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
* Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson2018-12-241-0/+6
* Converted README to Markdown format.Leonard Richardson2018-08-121-0/+6
* Introduced the Formatter system. [bug=1716272].Leonard Richardson2018-07-151-21/+2
* It's possible for a TreeBuilder subclass to specify that voidLeonard Richardson2018-07-151-3/+22
* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t...Leonard Richardson2017-05-061-2/+7
* The contents of <textarea> tags will no longer be modified when theLeonard Richardson2016-07-161-1/+2
* Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.Leonard Richardson2016-07-161-0/+3
* It's now possible to pickle a BeautifulSoup object no matter whichLeonard Richardson2015-06-281-0/+1
* Tweaked the parser warning.Leonard Richardson2014-12-071-0/+1
* Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson2014-12-071-0/+1
* Improved performance of _replace_cdata_list_attribute_values, and greatly red...Leonard Richardson2013-06-031-8/+10
* Create a new lxml parser object for every new parsing strategy.Leonard Richardson2013-05-311-0/+3
* The default XML formatter will now replace ampersands even if they appear to ...Leonard Richardson2013-05-201-1/+1
* Fixed an html5lib tree builder crash which happened when html5libLeonard Richardson2012-06-301-1/+10
* The test suite now passes when lxml is not installed, whether or not html5lib...Leonard Richardson2012-04-261-0/+20
* Made encoding substitution in <meta> tags completely transparent (no more %SO...Leonard Richardson2012-04-181-15/+10
* Fixed a typo that caused some versions of Python 3 to convert the Beautiful S...Leonard Richardson2012-03-301-1/+1
* In HTML5-style <meta charset="foo"> tags, the value of the "charset" attribu...Leonard Richardson2012-03-011-29/+30
* Some cdata-list attributes are only cdata lists for certain tags.Leonard Richardson2012-02-151-5/+19
* As a last-ditch attempt to turn data into Unicode, use errors=replace instead...Leonard Richardson2012-02-091-1/+1
* Rationalized the treatment of multi-valued HTML attributes such as 'class'Leonard Richardson2012-02-081-0/+15
* Newly created tags use the same empty-element rules as the builder used to or...Leonard Richardson2012-02-071-10/+9
* More Python 3 compatibility.Leonard Richardson2011-05-211-1/+1
* More Python 3 compatibility.Leonard Richardson2011-05-211-4/+4
* Got rid of __package__; hopefully this is the only thing holding up 2.5 support.Leonard Richardson2011-02-271-1/+1
* Added a tree builder for the built-in HTMLParser, and tests.Leonard Richardson2011-02-271-1/+5
* Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson2011-02-271-0/+259