index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bs4
/
builder
/
__init__.py
Age
Commit message (
Expand
)
Author
2016-07-16
The contents of <textarea> tags will no longer be modified when the
Leonard Richardson
2016-07-16
Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.
Leonard Richardson
2015-06-28
It's now possible to pickle a BeautifulSoup object no matter which
Leonard Richardson
2014-12-07
Tweaked the parser warning.
Leonard Richardson
2014-12-07
Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...
Leonard Richardson
2013-06-03
Improved performance of _replace_cdata_list_attribute_values, and greatly red...
Leonard Richardson
2013-05-31
Create a new lxml parser object for every new parsing strategy.
Leonard Richardson
2013-05-20
The default XML formatter will now replace ampersands even if they appear to ...
Leonard Richardson
2012-06-30
Fixed an html5lib tree builder crash which happened when html5lib
Leonard Richardson
2012-04-26
The test suite now passes when lxml is not installed, whether or not html5lib...
Leonard Richardson
2012-04-18
Made encoding substitution in <meta> tags completely transparent (no more %SO...
Leonard Richardson
2012-03-30
Fixed a typo that caused some versions of Python 3 to convert the Beautiful S...
Leonard Richardson
2012-03-01
In HTML5-style <meta charset="foo"> tags, the value of the "charset" attribu...
Leonard Richardson
2012-02-15
Some cdata-list attributes are only cdata lists for certain tags.
Leonard Richardson
2012-02-09
As a last-ditch attempt to turn data into Unicode, use errors=replace instead...
Leonard Richardson
2012-02-08
Rationalized the treatment of multi-valued HTML attributes such as 'class'
Leonard Richardson
2012-02-07
Newly created tags use the same empty-element rules as the builder used to or...
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-02-27
Got rid of __package__; hopefully this is the only thing holding up 2.5 support.
Leonard Richardson
2011-02-27
Added a tree builder for the built-in HTMLParser, and tests.
Leonard Richardson