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
Age
Commit message (
Collapse
)
Author
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
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
Reduced the difference between Python 2's __init__.py and Python 3's ↵
Leonard Richardson
__init__.py.
2011-05-21
Changed dammit.py to require fewer changes to be Python 3 compatible.
Leonard Richardson
2011-05-21
Merged in the removal of util.py.
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
Miscellaneous cleanup.
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
Removed unnecessary import.
Leonard Richardson
2011-02-27
Added a bunch of tests to verify that BS4 fixes various bugs.
Leonard Richardson
2011-02-27
Added tests to verify that bug 606662 is fixed.
Leonard Richardson
2011-02-27
Added a test to verify that bug 369897 is fixed.
Leonard Richardson
2011-02-27
Added test to verify that bug 403640 is fixed.
Leonard Richardson
2011-02-27
Changed license to harmonize with html5lib and added COPYING.
Leonard Richardson
2011-02-27
Changed license to harmonize with html5lib and added COPYING.
Leonard Richardson
2011-02-27
Prep for an alpha release.
Leonard Richardson
2011-02-27
Prep for an alpha release.
Leonard Richardson
2011-02-27
Restored Python 2.5 support.
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 and tests for the built-in HTMLParser.
Leonard Richardson
2011-02-27
Noted lack of Python 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
2011-02-27
Renamed the beautifulsoup module to bs4 to save typing.
Leonard Richardson
2011-02-26
Minor late-night tweaks.
Leonard Richardson
2011-02-26
Updated TODO.
Leonard Richardson
2011-02-26
Added docstring.
Leonard Richardson
2011-02-26
Made EntitySubstitution a utility class, not the kind of class you subclass.
Leonard Richardson
2011-02-26
Made EntitySubstitution a utility class, not the kind of class you subclass.
Leonard Richardson
2011-02-26
Cleaned up the pretty-print and attribute handling code.
Leonard Richardson
2011-02-26
The attribute list comes in as a dictionary, so stop turning it into a list ↵
Leonard Richardson
for no reason. Saves code and a little time. Sort outgoing attributes so that the tests will run consistently.
2011-02-26
Minor cleanup and adding docstrings.
Leonard Richardson
2011-02-26
Removed the redundant pretty_print argument except for the top level.
Leonard Richardson
2011-02-26
Cleaned up decodeContents, and removed encodeContents, which isn't used.
Leonard Richardson
2011-02-26
Refactored the code that makes a string output-ready.
Leonard Richardson
2011-02-26
Renamed replace_with_html_entities to substitute_html_entities.
Leonard Richardson
2011-02-26
First stab at HTML entity replacement.
Leonard Richardson
2011-02-26
Emit an XML declaration when appropriate. I'm not totally happy with this, ↵
Leonard Richardson
but it's good enough for now.
2011-02-26
Emit an XML declaration when appropriate.
Leonard Richardson
[next]