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
/
tests
/
test_tree.py
Age
Commit message (
Collapse
)
Author
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-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
the test suite appropriately.
2011-02-20
Removed extraneous newlines.
Leonard Richardson
2011-02-20
Since we can't parse in CData objects ATM, added a test for CData objects ↵
Leonard Richardson
created manually, to keep the bits from rotting.
2011-02-20
Added a test showing weird behavior when you .insert contents into an ↵
Leonard Richardson
empty-element tag.
2011-02-20
Refactored some empty-element tests and added more.
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
Ported the encoding tests, and split them up into logical chunks. The ↵
Leonard Richardson
html5lib writer isn't setting up the charset substitution.
2011-02-18
Fixed test failures that were masked by the compatibility methods.
Leonard Richardson
2011-02-18
Did a bunch more renames--they're listed in the CHANGELOG.
Leonard Richardson
2011-02-18
Renamed findAllPrevious to find_all_previous.
Leonard Richardson
2011-02-18
Renamed findAllNext to find_all_next.
Leonard Richardson
2011-02-18
Renamed findNext to find_next.
Leonard Richardson
2011-02-18
Renamed findAll to find_all.
Leonard Richardson
2011-02-10
Ported some more tests demonstrating that entities are converted to Unicode ↵
Leonard Richardson
characters on the way in.
2011-02-10
Fixed the ability to encode strings.
Leonard Richardson
2011-01-28
Ported the persistence tests.
Leonard Richardson
2011-01-28
Made .string a dynamic property.
Leonard Richardson