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
/
beautifulsoup
/
builder
/
lxml_builder.py
Age
Commit message (
Expand
)
Author
2011-02-20
Discovered that html5lib can't be made to support SoupStrainers, and changed ...
Leonard Richardson
2011-02-20
Made the XML treebuilder able to handle basic invalid XML.
Leonard Richardson
2011-02-20
Added an empty-element tag test.
Leonard Richardson
2011-02-20
Tag.is_empty_element is determined dynamically, based on a) whether the build...
Leonard Richardson
2011-02-20
Why is the test failing? Because I'm asserting the wrong thing.
Leonard Richardson
2011-02-19
Hacked in something to get lxml's behavior where any empty tag is treated as ...
Leonard Richardson
2011-02-19
Made it easier to pass a custom lxml parser object into the treebuilder.
Leonard Richardson
2011-02-19
Set up an lxml parser that only parses XML, though it's not very functional yet.
Leonard Richardson
2011-02-18
Made Unicode, Dammit more PEP-8 compliant.
Leonard Richardson
2011-02-18
Made Unicode, Dammit more PEP-8 compliant.
Leonard Richardson
2011-02-18
Made conversion of markup to Unicode the responsibility of the builder, not t...
Leonard Richardson
2011-02-13
Added tests for namespaced doctypes.
Leonard Richardson
2011-02-13
Clarified lxml's behavior w/r/t CDATA sections.
Leonard Richardson
2011-02-13
Figured out the deal with CDATA sections in lxml and html5lib, and added comm...
Leonard Richardson
2011-02-10
Added some elementary doctype handling.
Leonard Richardson