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
/
bs4
/
element.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
More Python 3 compatibility.
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-05-21
More Python 3 compatibility.
Leonard Richardson
2011-05-21
Renamed .next and .previous to .next_element and .previous_element.
Leonard Richardson
2011-05-21
Got rid of isList utility function.
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
Minor changes.
Leonard Richardson
2011-02-28
Removed seemingly unneccessary to_encoding method.
Leonard Richardson
2011-02-28
PEP-8-ified some minor methods.
Leonard Richardson
2011-02-28
Finished renaming replaceWith to replace_with.
Leonard Richardson
2011-02-28
Renamed replaceWith to replace_with.
Leonard Richardson
2011-02-27
Renamed the beautifulsoup module to bs4 to save typing.
Leonard Richardson