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_htmlparser.py
Age
Commit message (
Expand
)
Author
2012-04-18
Fixed a bug that made the HTMLParser treebuilder generate XML definitions end...
Leonard Richardson
2012-02-23
Added basic namespace tests.
Leonard Richardson
2012-02-22
Removed tests that merely illustrated parser behavior, behavior that wouldn't...
Leonard Richardson
2012-02-20
It's now possible to copy a BeautifulSoup object created with the html.parser...
Leonard Richardson
2012-02-20
Temporarily skip the deepcopy test when lxml is not installed.
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-06
Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major HTMLParser...
Leonard Richardson
2012-01-20
Made it easier to convert BS3 code to BS4.
Leonard Richardson
2012-01-20
Replaced assertEquals with assertEqual to get rid of deprecation notice.
Leonard Richardson