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-05-21
OK, figured that out.
Leonard Richardson
2011-05-21
Deprecated has_key in favor of has_attr.
Leonard Richardson
2011-05-21
Renamed .next and .previous to .next_element and .previous_element.
Leonard Richardson
2011-03-06
A big patch from Aaron that brings in features from 3.0.8 and makes the code ...
Leonard Richardson
2011-03-05
PEP8ifying
Aaron DeVore
2011-03-05
Modify attributes and implementation to always use underscore_names
Aaron DeVore
2011-03-05
Add 3.0.7a -> 3.0.8 changes, plus some tweaks
Aaron DeVore
2011-02-28
Renamed replaceWith to replace_with.
Leonard Richardson
2011-02-27
Renamed the beautifulsoup module to bs4 to save typing.
Leonard Richardson
2011-02-26
The attribute list comes in as a dictionary, so stop turning it into a list f...
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-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
Removed extraneous newlines.
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
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