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
/
_htmlparser.py
Age
Commit message (
Collapse
)
Author
2012-04-18
Changed wording slightly.
Leonard Richardson
2012-04-18
Print a warning on HTMLParseErrors to let people know they should install an ↵
Leonard Richardson
external parser.
2012-04-18
Fixed a bug that made the HTMLParser treebuilder generate XML definitions ↵
Leonard Richardson
ending with two question marks instead of one. [bug=984258]
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 ↵
Leonard Richardson
html.parser treebuilder.
2012-02-20
Changd the class structure so that the default parser test class uses ↵
Leonard Richardson
html.parser.
2012-02-16
It's a start, at least.
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
Minor Unicode, Dammit cleanup.
Leonard Richardson
2012-02-06
Monkeypatch Python 3.2 versions prior to 3.2.3 to solve some major ↵
Leonard Richardson
HTMLParser bugs.
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-02-27
Added a tree builder for the built-in HTMLParser, and tests.
Leonard Richardson