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
Age
Commit message (
Expand
)
Author
2011-02-26
Refactored the code that makes a string output-ready.
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. I'm not totally happy with this, bu...
Leonard Richardson
2011-02-26
Emit an XML declaration when appropriate.
Leonard Richardson
2011-02-22
Fixed comment.
Leonard Richardson
2011-02-22
Solved the question of how to decide between ' (XML) and &squot; (HTML) ...
Leonard Richardson
2011-02-22
Solved the question of how to decide between ' (XML) and &squot; (HTML) ...
Leonard Richardson
2011-02-22
Don't turn " into " except in attribute values.
Leonard Richardson
2011-02-21
Added a class for converting certain characters into XML or HTML entities, th...
Leonard Richardson
2011-02-21
Removed useless code.
Leonard Richardson
2011-02-21
PEP-8-ified more argument names.
Leonard Richardson
2011-02-21
Renamed prettyPrint to pretty_print.
Leonard Richardson
2011-02-21
Minor cleanup.
Leonard Richardson
2011-02-21
Removed the now-useless Entities class.
Leonard Richardson
2011-02-21
Got rid of isString.
Leonard Richardson
2011-02-21
Switched Tag.decode to use EntitySubstitution.substitute_xml.
Leonard Richardson
2011-02-21
Created an EntitySubstitution class that's going to take code away from Unico...
Leonard Richardson
2011-02-20
Added a registry for tree builders and made it possible to find a tree builde...
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
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
Started work on a tagging system that should make it easy to find a tree buil...
Leonard Richardson
2011-02-20
Created a function that puts all tree-builders in a module into beautifulsoup...
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
Discovered that html5lib can't be made to support SoupStrainers, and changed ...
Leonard Richardson
2011-02-20
Removed extraneous newlines.
Leonard Richardson
2011-02-20
I couldn't get the XML parser to parse CDATA as CData objects, but at least I...
Leonard Richardson
2011-02-20
Since we can't parse in CData objects ATM, added a test for CData objects cre...
Leonard Richardson
2011-02-20
Made the XML treebuilder able to handle basic invalid XML.
Leonard Richardson
2011-02-20
Greatly improved the handling of empty-element tags.
Leonard Richardson
2011-02-20
Added a test showing weird behavior when you .insert contents into an empty-e...
Leonard Richardson
2011-02-20
Refactored some empty-element tests and added more.
Leonard Richardson
2011-02-20
Test that empty-element tags that get children stop being empty-element tags.
Leonard Richardson
2011-02-20
Added tests of custom lists of empty-element tags.
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
You can now parse XML fairly reasonably.
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
Preliminary work for getting XML parsing to work.
Leonard Richardson
[prev]
[next]