17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed DOCTYPE handling. More... over 13 years ago
Fixed a test failure that occured on Python 3.x when chardet was installed. More... over 13 years ago
Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute. More... over 13 years ago
I keep typing assertEquals. More... over 13 years ago
Warn when SoupStrainer is used with the html5lib tree builder. More... over 13 years ago
The namespace stuff seems to work, and it's definitely an improvement on the status quo, so in it goes. More... over 13 years ago
Inserted extra space. More... over 13 years ago
A bit more testing. More... over 13 years ago
Test that HTML5 parsers add the appropriate namespace to the tags they parse. More... over 13 years ago
Fixed handling of the closing of namespaced tags. More... over 13 years ago
Bumped version number. More... over 13 years ago
Namespaced attributes are equal if they correspond to the same string. More... over 13 years ago
Added basic namespace tests. More... over 13 years ago
Merge from trunk and added tests. More... over 13 years ago
Removed unit tests that test different parsers' behavior on invalid markup, and replace them with informative comparisons generated by demonstrate_parser_differences.py. More... over 13 years ago
Updated NEWS. More... over 13 years ago
Cleaned up script and added it to the MANIFEST.in. More... over 13 years ago
Added scripts. More... over 13 years ago
Minor cleanup. More... over 13 years ago
Bare strings are not HTML-escaped by default, but tags are. More... over 13 years ago
Removed tests that merely illustrated parser behavior, behavior that wouldn't break Beautiful Soup if it changed. More... over 13 years ago
Added comments. More... over 13 years ago
Treat a new namespace mapping as a set of attributes on the tag that defines it, so we don't lose the mappings. More... over 13 years ago
Have lxml invert namespace maps as they come in and set each tag's prefix appropriately. More... over 13 years ago
Added nsprefix argument to the tag class. More... over 13 years ago
Removed unused test data. More... over 13 years ago
Merged from trunk. More... over 13 years ago
It's now possible to copy a BeautifulSoup object created with the html.parser treebuilder. More... over 13 years ago
Use MANIFEST.in instead of setup.py to hold the docs and text files. More... over 13 years ago
Remove *.txt and doc from setup.py until I can figure out how to include them in the tarball without installing them. More... over 13 years ago