summaryrefslogtreecommitdiff
path: root/bs4
AgeCommit message (Collapse)Author
2012-01-20Actually fixed the test failure.Leonard Richardson
2012-01-20Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ↵Leonard Richardson
doesn't seem to have Python 3 support yet.)
2011-08-16Prep for beta release.Leonard Richardson
2011-07-07Small fix for test.Thomas Kluyver
2011-06-29Various changes so most tests pass on Python 3.Thomas Kluyver
2011-05-21OK, figured that out.Leonard Richardson
2011-05-21Deprecated has_key in favor of has_attr.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21More Python 3 compatibility.Leonard Richardson
2011-05-21Renamed .next and .previous to .next_element and .previous_element.Leonard Richardson
2011-05-21Reduced the difference between Python 2's __init__.py and Python 3's ↵Leonard Richardson
__init__.py.
2011-05-21Changed dammit.py to require fewer changes to be Python 3 compatible.Leonard Richardson
2011-05-21got rid of util.py altogether.Leonard Richardson
2011-05-21Got rid of isList utility function.Leonard Richardson
2011-03-05PEP8ifyingAaron DeVore
2011-03-05Modify attributes and implementation to always use underscore_namesAaron DeVore
2011-03-05Add 3.0.7a -> 3.0.8 changes, plus some tweaksAaron DeVore
2011-02-28Minor changes.Leonard Richardson
2011-02-28Removed seemingly unneccessary to_encoding method.Leonard Richardson
2011-02-28PEP-8-ified some minor methods.Leonard Richardson
2011-02-28Finished renaming replaceWith to replace_with.Leonard Richardson
2011-02-28Renamed replaceWith to replace_with.Leonard Richardson
2011-02-27Removed unnecessary import.Leonard Richardson
2011-02-27Changed license to harmonize with html5lib and added COPYING.Leonard Richardson
2011-02-27Got rid of __package__; hopefully this is the only thing holding up 2.5 support.Leonard Richardson
2011-02-27Added a tree builder for the built-in HTMLParser, and tests.Leonard Richardson
2011-02-27Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson