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
Age
Commit message (
Expand
)
Author
2012-04-18
Fixed a bug that made the HTMLParser treebuilder generate XML definitions end...
Leonard Richardson
2012-04-03
Got rid of the 4.0.2 workaround for HTML documents--it was unnecessary and th...
Leonard Richardson
2012-04-03
Don't split up the markup into chunks when using the lxml HTML parser, which ...
Leonard Richardson
2012-03-30
Fixed a typo that caused some versions of Python 3 to convert the Beautiful S...
Leonard Richardson
2012-03-24
Pass data into XMLParser.feed() in chunks. [bug=963880]
Leonard Richardson
2012-03-01
In HTML5-style <meta charset="foo"> tags, the value of the "charset" attribu...
Leonard Richardson
2012-03-01
Added missing __len__ method that stopped html5lib tree builder from working ...
Leonard Richardson
2012-02-28
Fixed the generated XML declaration.
Leonard Richardson
2012-02-24
Warn when SoupStrainer is used with the html5lib tree builder.
Leonard Richardson
2012-02-23
Fixed handling of the closing of namespaced tags.
Leonard Richardson
2012-02-23
Bumped version number.
Leonard Richardson
2012-02-23
Merge from trunk and added tests.
Leonard Richardson
2012-02-22
Added comments.
Leonard Richardson
2012-02-22
Treat a new namespace mapping as a set of attributes on the tag that defines ...
Leonard Richardson
2012-02-21
Have lxml invert namespace maps as they come in and set each tag's prefix app...
Leonard Richardson
2012-02-21
Added nsprefix argument to the tag class.
Leonard Richardson
2012-02-21
Merged from trunk.
Leonard Richardson
2012-02-20
It's now possible to copy a BeautifulSoup object created with the html.parser...
Leonard Richardson
2012-02-20
Changd the class structure so that the default parser test class uses html.pa...
Leonard Richardson
2012-02-16
It's a start, at least.
Leonard Richardson
2012-02-15
Some cdata-list attributes are only cdata lists for certain tags.
Leonard Richardson
2012-02-15
Clarified comment.
Leonard Richardson
2012-02-15
Removed _nodeIndex, because the misfeature it works around is now gone.
Leonard Richardson
2012-02-15
Minor cleanup.
Leonard Richardson
2012-02-15
Tested and cleaned up html5lib insertBefore.
Leonard Richardson
2012-02-15
Use append instead of insert.
Leonard Richardson
2012-02-15
Minor cleanup.
Leonard Richardson
2012-02-09
As a last-ditch attempt to turn data into Unicode, use errors=replace instead...
Leonard Richardson
2012-02-09
Patched over a bug in html5lib (?) that was crashing Beautiful Soup on certai...
Leonard Richardson
2012-02-09
Minor Unicode, Dammit cleanup.
Leonard Richardson
2012-02-08
Added missing import.
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
2012-02-06
Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major HTMLParser...
Leonard Richardson
2012-02-01
LXML's HTML parser is pretty permissive.
Leonard Richardson
2012-01-20
Made it easier to convert BS3 code to BS4.
Leonard Richardson
2012-01-20
Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ...
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-02-27
Removed unnecessary import.
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
2011-02-27
Renamed the beautifulsoup module to bs4 to save typing.
Leonard Richardson