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 (
Expand
)
Author
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-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 html5li...
Leonard Richardson
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 c...
Leonard Richardson
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