openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Beautiful Soup
Settings
|
Report Duplicate
17
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Jul 30, 2024 — Jul 30, 2025
Showing page 34 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed DOCTYPE handling.
Leonard Richardson
More...
over 13 years ago
Fixed a test failure that occured on Python 3.x when chardet was installed.
Leonard Richardson
More...
over 13 years ago
Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute.
Leonard Richardson
More...
over 13 years ago
I keep typing assertEquals.
Leonard Richardson
More...
over 13 years ago
Warn when SoupStrainer is used with the html5lib tree builder.
Leonard Richardson
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.
Leonard Richardson
More...
over 13 years ago
Inserted extra space.
Leonard Richardson
More...
over 13 years ago
A bit more testing.
Leonard Richardson
More...
over 13 years ago
Test that HTML5 parsers add the appropriate namespace to the tags they parse.
Leonard Richardson
More...
over 13 years ago
Fixed handling of the closing of namespaced tags.
Leonard Richardson
More...
over 13 years ago
Bumped version number.
Leonard Richardson
More...
over 13 years ago
Namespaced attributes are equal if they correspond to the same string.
Leonard Richardson
More...
over 13 years ago
Added basic namespace tests.
Leonard Richardson
More...
over 13 years ago
Merge from trunk and added tests.
Leonard Richardson
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.
Leonard Richardson
More...
over 13 years ago
Updated NEWS.
Leonard Richardson
More...
over 13 years ago
Cleaned up script and added it to the MANIFEST.in.
Leonard Richardson
More...
over 13 years ago
Added scripts.
Leonard Richardson
More...
over 13 years ago
Minor cleanup.
Leonard Richardson
More...
over 13 years ago
Bare strings are not HTML-escaped by default, but tags are.
Leonard Richardson
More...
over 13 years ago
Removed tests that merely illustrated parser behavior, behavior that wouldn't break Beautiful Soup if it changed.
Leonard Richardson
More...
over 13 years ago
Added comments.
Leonard Richardson
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.
Leonard Richardson
More...
over 13 years ago
Have lxml invert namespace maps as they come in and set each tag's prefix appropriately.
Leonard Richardson
More...
over 13 years ago
Added nsprefix argument to the tag class.
Leonard Richardson
More...
over 13 years ago
Removed unused test data.
Leonard Richardson
More...
over 13 years ago
Merged from trunk.
Leonard Richardson
More...
over 13 years ago
It's now possible to copy a BeautifulSoup object created with the html.parser treebuilder.
Leonard Richardson
More...
over 13 years ago
Use MANIFEST.in instead of setup.py to hold the docs and text files.
Leonard Richardson
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.
Leonard Richardson
More...
over 13 years ago
←
1
2
…
30
31
32
33
34
35
36
37
38
…
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree