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 (
Collapse
)
Author
2012-02-20
Changd the class structure so that the default parser test class uses ↵
Leonard Richardson
html.parser.
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 ↵
Leonard Richardson
instead of errors=strict.
2012-02-09
Patched over a bug in html5lib (?) that was crashing Beautiful Soup on ↵
Leonard Richardson
certain kinds of markup. [bug=838800]
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 ↵
Leonard Richardson
originally create the soup.
2012-02-06
Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major ↵
Leonard Richardson
HTMLParser bugs.
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
doesn't seem to have Python 3 support yet.)
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