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
/
__init__.py
Age
Commit message (
Expand
)
Author
2011-02-26
Emit an XML declaration when appropriate.
Leonard Richardson
2011-02-21
Removed the now-useless Entities class.
Leonard Richardson
2011-02-20
Renamed the registry variable to builder_registry.
Leonard Richardson
2011-02-20
Started using the builder registry.
Leonard Richardson
2011-02-20
Renamed constructor arguments to comply with PEP 8.
Leonard Richardson
2011-02-20
Added tests for the default builder registry.
Leonard Richardson
2011-02-20
Tree builders now advertise their features.
Leonard Richardson
2011-02-20
Started work on a tagging system that should make it easy to find a tree buil...
Leonard Richardson
2011-02-20
Simplified the builder registration.
Leonard Richardson
2011-02-20
Greatly simplified the module import code by making it take a module, not a m...
Leonard Richardson
2011-02-20
Fixed up the code to register builders from a module.
Leonard Richardson
2011-02-20
Use registration code to register builders. The registration code will be exp...
Leonard Richardson
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-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-18
Still trying to get html5lib to rewrite the META tag.
Leonard Richardson
2011-02-18
Moved the substitution code to the Tag constructor so that we don't have to r...
Leonard Richardson
2011-02-18
Got rid of now-useless builder configuration.
Leonard Richardson