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
/
tests
/
test_lxml.py
Age
Commit message (
Expand
)
Author
2012-04-18
Fixed a bug that made the HTMLParser treebuilder generate XML definitions end...
Leonard Richardson
2012-03-01
For backwards compatibility, brought back the BeautifulStoneSoup class as a d...
Leonard Richardson
2012-02-23
Namespaced attributes are equal if they correspond to the same string.
Leonard Richardson
2012-02-22
Minor cleanup.
Leonard Richardson
2012-02-22
Removed tests that merely illustrated parser behavior, behavior that wouldn't...
Leonard Richardson
2012-02-20
lxml tests are once again run and pass when lxml is installed.
Leonard Richardson
2012-02-20
Changd the class structure so that the default parser test class uses html.pa...
Leonard Richardson
2012-02-15
Added a kind of hacky way to interpret the restriction class='foo bar'. Stop ...
Leonard Richardson
2012-02-15
Tested and cleaned up html5lib insertBefore.
Leonard Richardson
2012-02-15
Tested improvements to html5lib treebuilder.
Leonard Richardson
2012-02-07
On output, always convert special XML characters to entities.
Leonard Richardson
2012-01-20
Replaced assertEquals with assertEqual to get rid of deprecation notice.
Leonard Richardson
2012-01-20
Actually fixed the test failure.
Leonard Richardson
2011-06-29
Various changes so most tests pass on Python 3.
Thomas Kluyver