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
/
__init__.py
Age
Commit message (
Expand
)
Author
2011-02-26
Updated TODO.
Leonard Richardson
2011-02-26
Removed the redundant pretty_print argument except for the top level.
Leonard Richardson
2011-02-26
Renamed replace_with_html_entities to substitute_html_entities.
Leonard Richardson
2011-02-26
First stab at HTML entity replacement.
Leonard Richardson
2011-02-26
Emit an XML declaration when appropriate.
Leonard Richardson
2011-02-21
Removed the now-useless Entities class.
Leonard Richardson
2011-02-21
Got rid of isString.
Leonard Richardson
2011-02-20
Fixed bug in the BS constructor lookup, and added the test file I've been wor...
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
Discovered that html5lib can't be made to support SoupStrainers, and changed ...
Leonard Richardson
2011-02-20
Tag.is_empty_element is determined dynamically, based on a) whether the build...
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-18
Moved the substitution code to the Tag constructor so that we don't have to r...
Leonard Richardson
2011-02-18
Convert all entities to Unicode, don't make it configurable.
Leonard Richardson
2011-02-13
Added tests for namespaced doctypes.
Leonard Richardson
2011-01-28
Made .string a dynamic property.
Leonard Richardson
2011-01-28
Moved the code back into a beautifulsoup/ directory.
Leonard Richardson