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
1 day
ago. based on code collected
1 day
ago.
Oct 18, 2024 — Oct 18, 2025
Showing page 1 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump version numbers for 4.14.2 release.
Leonard Richardson
More...
20 days ago
* Making ResultSet inherit from MutableSequence still resulted in too many breaking changes in users of the library, so I reverted the ResultSet code back to where it was in 4.13.5 and added tests of all known breaking behavior. [bug=2125906]
Leonard Richardson
More...
20 days ago
The doomed 4.14.1 release.
Leonard Richardson
More...
20 days ago
Made ResultSet inherit from MutableSequence instead of Sequence, since lots of existing code treats ResultSet as a mutable list. [bug=2125906,2125903]
Leonard Richardson
More...
21 days ago
Mention pyright instead of PyLance.
Leonard Richardson
More...
22 days ago
Added a type-checking smoke test.
Leonard Richardson
More...
22 days ago
Added some tests of ResultSet's new features.
Leonard Richardson
More...
22 days ago
Added a link to the pyright issue behind the suppression of the pyright warning that makes overloading possible.
Leonard Richardson
More...
22 days ago
Remove filter_tags, filter_strings, find_tag, find_string, find_all_tags, and find_all_strings from the ElementFilter API. Hopefully the overloads will make them unnecessary. If they turn out to be necessary, this commit is where the code is.
Leonard Richardson
More...
22 days ago
Updated CHANGELOG in preparation for merge.
Leonard Richardson
More...
22 days ago
FINALLY got all of the overloads working with both mypy and pyright.
Leonard Richardson
More...
about 1 month ago
Overloaded find_all_next.
Leonard Richardson
More...
about 1 month ago
Overloaded find_all_previous.
Leonard Richardson
More...
about 1 month ago
Mention the attrs change, just in case.
Leonard Richardson
More...
about 1 month ago
Mention the attrs change, just in case.
Leonard Richardson
More...
about 1 month ago
Updated changelog with an accurate list of methods that have changed.
Leonard Richardson
More...
about 1 month ago
find_parents can return _SomeTags.
Leonard Richardson
More...
about 1 month ago
find_parent doesn't need overloads.
Leonard Richardson
More...
about 1 month ago
Overloaded find_previous.
Leonard Richardson
More...
about 1 month ago
Overloaded find_previous.
Leonard Richardson
More...
about 1 month ago
Overloaded find_next_sibling
Leonard Richardson
More...
about 1 month ago
Going back to this after comparing source code with other versions.
Leonard Richardson
More...
about 1 month ago
@overload of any additional find_* methods isn't working, I think due to false positives from pyright.
Leonard Richardson
More...
about 1 month ago
Overloaded find_next.
Leonard Richardson
More...
about 1 month ago
That pyright warning is ignorable, I think.
Leonard Richardson
More...
about 1 month ago
Fixed bad use of Union.
Leonard Richardson
More...
about 1 month ago
Merge branch 'master' into overloading-find
Leonard Richardson
More...
about 1 month ago
Fixed an unhandled exception when creating the string representation of a decomposed element. (The output is not *useful* and you still shouldn't do this, but it won't raise an exception anymore.) [bug=2120300]
Leonard Richardson
More...
about 2 months ago
Fixed the rest of the Pyright complaints.
Leonard Richardson
More...
2 months ago
Fixed PyRight problems in html.parser builder.
Leonard Richardson
More...
2 months ago
←
1
2
3
4
5
→
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