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
Age
Commit message (
Collapse
)
Author
2011-05-21
Changed dammit.py to require fewer changes to be Python 3 compatible.
Leonard Richardson
2011-05-21
got rid of util.py altogether.
Leonard Richardson
2011-05-21
Got rid of isList utility function.
Leonard Richardson
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
Removed unnecessary import.
Leonard Richardson
2011-02-27
Changed license to harmonize with html5lib and added COPYING.
Leonard Richardson
2011-02-27
Got rid of __package__; hopefully this is the only thing holding up 2.5 support.
Leonard Richardson
2011-02-27
Added a tree builder for the built-in HTMLParser, and tests.
Leonard Richardson
2011-02-27
Renamed the beautifulsoup module to bs4 to save typing.
Leonard Richardson