summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
AgeCommit message (Collapse)Author
2012-02-07Added and tested insert_before and insert_after.Leonard Richardson
2012-02-07Made the formatter something you pass in rather than a variable you set.Leonard Richardson
2012-02-06You can't replace a tag with its parent, or insert a tag into itself. ↵Leonard Richardson
replace operations return the thing that was replaced.
2012-02-02Improved the setup.py.Leonard Richardson
2012-02-01Look for lxml in preference to html5lib.Leonard Richardson
2012-02-01Added tag creation and string generators, both created while writing the docs.Leonard Richardson
2012-01-20Made it easier to convert BS3 code to BS4.Leonard Richardson
2011-08-16Prep for beta release.Leonard Richardson
2011-05-21OK, figured that out.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-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-02-27Changed license to harmonize with html5lib and added COPYING.Leonard Richardson