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
/
__init__.py
Age
Commit message (
Collapse
)
Author
2012-02-07
Added and tested insert_before and insert_after.
Leonard Richardson
2012-02-07
Made the formatter something you pass in rather than a variable you set.
Leonard Richardson
2012-02-06
You 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-02
Improved the setup.py.
Leonard Richardson
2012-02-01
Look for lxml in preference to html5lib.
Leonard Richardson
2012-02-01
Added tag creation and string generators, both created while writing the docs.
Leonard Richardson
2012-01-20
Made it easier to convert BS3 code to BS4.
Leonard Richardson
2011-08-16
Prep for beta release.
Leonard Richardson
2011-05-21
OK, figured that out.
Leonard Richardson
2011-05-21
Renamed .next and .previous to .next_element and .previous_element.
Leonard Richardson
2011-05-21
Reduced the difference between Python 2's __init__.py and Python 3's ↵
Leonard Richardson
__init__.py.
2011-05-21
got rid of util.py altogether.
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-02-27
Changed license to harmonize with html5lib and added COPYING.
Leonard Richardson
[prev]